bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 887 in lilypond: PDF point-and-click URI links with special ch


From: lilypond
Subject: Re: Issue 887 in lilypond: PDF point-and-click URI links with special chars wrongly encoded depending on the OS
Date: Tue, 24 Nov 2009 20:32:32 +0000


Comment #11 on issue 887 by pnorcks: PDF point-and-click URI links with special chars wrongly encoded depending on the OS
http://code.google.com/p/lilypond/issues/detail?id=887

I now think there is a problem with both the URI encoding and the GUI interpreting
the URIs.

Using percent (%) escapes for the filename instead of octal escapes seems to
partially fix the problem.

For example, consider a file named "รก.ly". Ghostscript produces a textedit URI encoded as "\303\241.ly". Using Skim.app, clicking on the URI does nothing; the
LilyPond GUI is not opened, and no error message is produced.

If I change the encoding to "%C3%A1.ly", clicking on the URI open the LilyPond GUI, but the file is not opened. For this case, I suspect the GUI interpretation is to blame.

I'll be able to investigate this more next week.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

reply via email to

[Prev in Thread] Current Thread [Next in Thread]