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 774216 - Take advantage of Unicode
Take advantage of Unicode
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks: 772263
 
 
Reported: 2016-11-10 15:53 UTC by Piotr Drąg
Modified: 2016-11-10 19:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use Unicode in translatable strings (31.47 KB, patch)
2016-11-10 15:53 UTC, Piotr Drąg
committed Details | Review

Description Piotr Drąg 2016-11-10 15:53:49 UTC
Created attachment 339503 [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 Debarshi Ray 2016-11-10 19:03:30 UTC
Review of attachment 339503 [details] [review]:

Thanks, looks good to me. I pushed it after adding the URL to this bug.
Comment 2 Debarshi Ray 2016-11-10 19:04:33 UTC
I noticed that empathy master doesn't distcheck these days due to some problem with the Adium themes. Needs investigation, but probably not related to this patch.
Comment 3 Piotr Drąg 2016-11-10 19:10:03 UTC
Thank you!