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 772206 - Take advantage of Unicode
Take advantage of Unicode
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks: 772263
 
 
Reported: 2016-09-29 21:08 UTC by Piotr Drąg
Modified: 2017-06-21 22:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use Unicode in translatable strings (5.95 KB, patch)
2016-09-29 21:08 UTC, Piotr Drąg
none Details | Review
Use Unicode in translatable strings (6.01 KB, patch)
2017-04-06 14:28 UTC, Piotr Drąg
committed Details | Review

Description Piotr Drąg 2016-09-29 21:08:16 UTC
Created attachment 336550 [details] [review]
Use Unicode in translatable strings

Attached patches convert ASCII characters to Unicode, as recommended by <https://developer.gnome.org/hig/stable/typography.html>.
Comment 1 Piotr Drąg 2017-04-06 14:28:26 UTC
Created attachment 349376 [details] [review]
Use Unicode in translatable strings

Rebased on current master.
Comment 2 Ray Strode [halfline] 2017-04-06 14:44:55 UTC
Review of attachment 349376 [details] [review]:

fine with me, but you'll probably have to branch first...
Comment 3 Piotr Drąg 2017-06-21 22:12:58 UTC
Comment on attachment 349376 [details] [review]
Use Unicode in translatable strings

https://git.gnome.org/browse/gnome-session/commit/?id=9bbc9c156629037532f33da9d7dc311bb49470cb

Thank you!