]> git.donarmstrong.com Git - lilypond.git/commit
Textedit URIs: leave the colon character unescaped.
authorPatrick McCarty <pnorcks@gmail.com>
Sat, 20 Feb 2010 23:08:59 +0000 (15:08 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Sat, 20 Feb 2010 23:08:59 +0000 (15:08 -0800)
commit14e096f5efe560661b842967d7452040e55cec9e
treeec3508bac3a9b9fc22adea4a7547ea4e33e7b26b
parent619f010322c740b8a40473b4f2e7b8e2941c3386
Textedit URIs: leave the colon character unescaped.

The colon ":" is safe to leave unescaped in file URIs because

 - Windows needs it unescaped in the "C:\" path prefix
 - it is a forbidden character in filenames on Mac OS X
 - it is generally not used in filenames on GNU/Linux
lily/general-scheme.cc