GNOME Bugzilla – Bug 619280
do not escape display_name, it is already encoded in UTF-8
Last modified: 2010-05-27 10:28:34 UTC
on a non-UTF8 locale system, when renaming a file with a ascii name to a filename with non-ascii characters, sparql queries was rejected (and file name changes wasn't reflected in Tracker. There is no point in escaping filename, since display_name always returns an UTF-8 filename.
Created attachment 161634 [details] [review] do not escape display_name, it is already encoded in UTF-8
This is now in master, thanks!
Hmm, just been speaking to Juergbi about this on IRC. We should still be escaping for SPARQL. It is entirely possible the display name has characters in it not agreeable to SPARQL. See bug #619801 for this.