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 772491 - Take advantage of Unicode
Take advantage of Unicode
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
tracker-general
Depends on:
Blocks: 772263
 
 
Reported: 2016-10-06 01:49 UTC by Piotr Drąg
Modified: 2016-10-09 14:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


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

Description Piotr Drąg 2016-10-06 01:49:10 UTC
Created attachment 337030 [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 Carlos Garnacho 2016-10-09 13:01:37 UTC
Comment on attachment 337030 [details] [review]
Use Unicode in translatable strings

LGTM, thanks for doing this :)
Comment 2 Piotr Drąg 2016-10-09 14:19:06 UTC
Comment on attachment 337030 [details] [review]
Use Unicode in translatable strings

Pushed, thanks!