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 772531 - Take advantage of Unicode
Take advantage of Unicode
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: libcryptui
git master
Other Linux
: Normal normal
: ---
Assigned To: Stef Walter
Seahorse Maintainer
Depends on:
Blocks: 772263
 
 
Reported: 2016-10-06 21:13 UTC by Piotr Drąg
Modified: 2016-10-18 09:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


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

Description Piotr Drąg 2016-10-06 21:13:31 UTC
Created attachment 337111 [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-18 09:30:07 UTC
Attachment 337111 [details] pushed as 3d70ba7 - 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.