GNOME Bugzilla – Bug 774210
Take advantage of Unicode
Last modified: 2016-11-16 15:03:51 UTC
Created attachment 339488 [details] [review] Use Unicode in translatable strings Attached patch converts ASCII characters to Unicode, as recommended by <https://developer.gnome.org/hig/stable/typography.html>.
Comment on attachment 339488 [details] [review] Use Unicode in translatable strings Do you maybe have a script to automatically fixup the existing translations? (I.e. if they already use fancy quotes (not necessarily the same ones as in the source strings), switch the existing translation over; otherwise just switch it over but mark it fuzzy.)
I don't, unfortunately.