Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Low

New issue 1002 by pnorcks: textedit URIs should correctly support backslashes in filenames
http://code.google.com/p/lilypond/issues/detail?id=1002

When backslashes appear in the *basename* of a file, they should be
percent-escaped.  Right now, all backslashes are replaced with forward
slashes to fix URIs for Windows file names.

Consider this file name:

  /home/user/my\file.ly

Currently, a hypothetical textedit URI generated for this file looks like

  textedit:///home/user/my/file.ly:3:2:2

but it should look like

  textedit:///home/user/my%5cfile.ly:3:2:2

--
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

Reply via email to