GNOME Bugzilla – Bug 772492
Take advantage of Unicode
Last modified: 2019-02-22 11:57:36 UTC
Created attachment 337031 [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>.
Since error messages are used in logs, on the console, I'm hesitant to just commit these changes. Are similar changes going into GLib? If so, then could you link to them ... if not, then why not?
Similar patch to GLib has been accepted: https://bugzilla.gnome.org/show_bug.cgi?id=772221 I don't know of any problems related to UTF-8 and logging.
Attachment 337031 [details] pushed as 33db643 - Use Unicode in translatable strings Thanks. Merged everything except for command-line only cases. In those cases I would prefer to stick with the simpler ASCII characters for the C locale.