bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1002 in lilypond: textedit URIs should correctly support backslas


From: lilypond
Subject: Issue 1002 in lilypond: textedit URIs should correctly support backslashes in filenames
Date: Fri, 29 Jan 2010 03:05:26 +0000

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




reply via email to

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