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 782511 - Take advantage of Unicode
Take advantage of Unicode
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: devhelp-maint
devhelp-maint
Depends on:
Blocks: 772263
 
 
Reported: 2017-05-11 11:13 UTC by Piotr Drąg
Modified: 2017-05-11 15:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use Unicode in translatable strings (6.97 KB, patch)
2017-05-11 11:13 UTC, Piotr Drąg
committed Details | Review

Description Piotr Drąg 2017-05-11 11:13:06 UTC
Attached patch converts ASCII characters to Unicode, as recommended by <https://developer.gnome.org/hig/stable/typography.html>.
Comment 1 Piotr Drąg 2017-05-11 11:13:42 UTC
Created attachment 351616 [details] [review]
Use Unicode in translatable strings
Comment 2 Sébastien Wilmet 2017-05-11 15:50:31 UTC
Review of attachment 351616 [details] [review]:

Thanks.

I've integrated your commit into my wip/misc branch which will be merged soon (the branch changes some translatable strings in dh-parser.c, so by merging the branch at once the strings will be modified just once).