GNOME Bugzilla – Bug 781912
Take advantage of Unicode
Last modified: 2017-10-07 01:36:41 UTC
Attached patch converts ASCII characters to Unicode, as recommended by <https://developer.gnome.org/hig/stable/typography.html>.
Created attachment 350676 [details] [review] Use Unicode in translatable strings
Thanks Piotr. Did you check whether it works? I have not (yet). Python 2 can be picky with Unicode, but I may be biased because I am been trying to fix an unicode issue :-)
Unfortunately, I don’t have a way to test it. I guess it can wait until you have the time.
Created attachment 361076 [details] [review] Add encoding within the files with utf-8 characters We need this patch to make Python happy when finding utf-8 characters in the source code. See PEP 0263: https://www.python.org/dev/peps/pep-0263/
Review of attachment 361076 [details] [review]: Thanks! Committed after adding a the encoding to every affected file
Review of attachment 350676 [details] [review]: Committed after adding a the encoding to every affected file
I pushed it in master. It needs some changes to apply it in wip/gtk3.