GNOME Bugzilla – Bug 610406
Make sharp::string_to_lowercase() and sharp::string_substring Unicode aware
Last modified: 2010-03-22 15:11:52 UTC
Created attachment 154177 [details] [review] Proposed fix. String is not used as unicode.
Created attachment 154178 [details] [review] Proposed fix (better solution).
Created attachment 156004 [details] [review] Make functions unicode New patch, sharp::string_substring made unicode as well.
Review of attachment 156004 [details] [review]: We should convert all user facing strings to Glib::ustring. The simpler thing to do is to change the parameters to Glib::ustring and use the Glib::ustring constructor to create the return value. Good work!
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.