After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 772492 - Take advantage of Unicode
Take advantage of Unicode
Status: RESOLVED FIXED
Product: gcr
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks: 772263
 
 
Reported: 2016-10-06 02:01 UTC by Piotr Drąg
Modified: 2019-02-22 11:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use Unicode in translatable strings (7.56 KB, patch)
2016-10-06 02:01 UTC, Piotr Drąg
none Details | Review

Description Piotr Drąg 2016-10-06 02:01:35 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>.
Comment 1 Stef Walter 2016-10-06 07:53:22 UTC
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?
Comment 2 Piotr Drąg 2016-10-06 16:12:28 UTC
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.
Comment 3 Stef Walter 2016-10-18 09:40:47 UTC
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.