[wp-trac] [WordPress Trac] #32875: Ellipses instead of ... in UI #2
WordPress Trac
noreply at wordpress.org
Sat Sep 12 18:35:30 UTC 2015
#32875: Ellipses instead of ... in UI #2
--------------------------+-----------------------
Reporter: netweb | Owner: ocean90
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 4.4
Component: Text Changes | Version: 4.3
Severity: minor | Resolution:
Keywords: has-patch | Focuses:
--------------------------+-----------------------
Comment (by ocean90):
We are seeing `\u2026` in some places because it gets escaped by
`json_encode()`:
{{{
$a = [];
$a['save'] = 'Saving\u2026';
$a['save2'] = 'Saving…';
var_dump( json_encode( $a ) ); // string(47)
"{"save":"Saving\\u2026","save2":"Saving\u2026"}"
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32875#comment:24>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list