---

** [issues:#1002] textedit URIs should correctly support backslashes in 
filenames**

**Status:** Accepted
**Created:** Thu Jan 28, 2010 07:04 PM UTC by Anonymous
**Last Updated:** Thu Jan 28, 2010 07:04 PM UTC
**Owner:** nobody


*Originally created by:* *anonymous

*Originally created by:* 
[[email protected]](http://code.google.com/u/[email protected]/)

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

Also see: https://sourceforge.net/p/testlilyissues/issues/507/


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

Reply via email to