Updates:
Status: Started
Owner: pnorcks
Comment #15 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'm working on this issue again. Sorry about the delay.
There are 2 separate issues here, which I will summarize below:
1) In the PostScript output, point-and-click "textedit" URIs need to be
percent-encoded. See http://en.wikipedia.org/wiki/Percent-encoding .
Ghostscript
should do this for us, but it creates octal escapes (instead of percent
escapes),
which is incorrect.
2) After the URI is percent-encoded (if necessary), the Mac OS X GUI *opens*
correctly, but it does not open the file. I should be able to figure this
out soon.
I'm not going to bother with the `lilypond-invoke-editor' script yet,
because I have
a feeling that will be more involved.
--
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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond