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 689542 - Use proper unicode ellipsis (…) instead of three dots
Use proper unicode ellipsis (…) instead of three dots
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-12-03 16:01 UTC by Jeremy Bicha
Modified: 2013-02-12 22:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
js: Use proper Unicode ellipsis (…) instead of three dots (5.34 KB, patch)
2012-12-03 16:02 UTC, Jeremy Bicha
accepted-commit_now Details | Review
js: Use proper Unicode ellipsis (…) instead of three dots (5.37 KB, patch)
2012-12-03 19:48 UTC, Jeremy Bicha
rejected Details | Review

Description Jeremy Bicha 2012-12-03 16:01:49 UTC
As with bug 689497 for gnome-control-center
Comment 1 Jeremy Bicha 2012-12-03 16:02:14 UTC
Created attachment 230540 [details] [review]
js: Use proper Unicode ellipsis (…) instead of three dots
Comment 2 Jeremy Bicha 2012-12-03 18:59:42 UTC
Hmm, gnome-shell isn't displaying the ellipsis correctly with this patch.
Comment 3 Jasper St. Pierre (not reading bugmail) 2012-12-03 19:00:50 UTC
Yeah, gjs is broken. You have to use the '\u' unicode escapes, I believe.
Comment 4 Jeremy Bicha 2012-12-03 19:48:27 UTC
Created attachment 230569 [details] [review]
js: Use proper Unicode ellipsis (…) instead of three dots
Comment 5 Jeremy Bicha 2012-12-03 19:49:46 UTC
Ok, not quite as pretty for the translators but it works now.
Comment 6 Matthias Clasen 2013-02-12 04:55:29 UTC
We should land this before the string freeze kicks in next week. Review ?
Comment 7 Jasper St. Pierre (not reading bugmail) 2013-02-12 05:11:11 UTC
Review of attachment 230540 [details] [review]:

GJS should be fixed, so this should work now.
Comment 8 Jeremy Bicha 2013-02-12 22:08:56 UTC
Review of attachment 230569 [details] [review]:

.