chrome-13.0.782.107 bug: some unknown UNICODE character is
displayed in various places
Yuri
yuri at rawbw.com
Thu Aug 11 00:35:22 UTC 2011
On 08/10/2011 15:59, George Liaskos wrote:
> It's sans-serif, try to change the sans-serif font from Chrome's
> preferences or directly from the developer tools.
> It uses Arial by default, try to reinstall webfonts and / or run fc-cache -f.
webfonts and fc-cache -f didn't help.
I indentified the culprit symbol. Wikipedia
http://en.wikipedia.org/wiki/Special:Contributions/<user> inserts it in
the page.
In UTF8 it is represented as e2 80 8e.
vim shows it like this: <200e>
It is LEFT-TO-RIGHT MARK Unicode character:
http://www.ltg.ed.ac.uk/~richard/utf-8.cgi?input=e2+80+8e&mode=bytes
It is some instructive symbol that probably should be interpreted by
browser in some way.
Firefox shows it fine on the same host with the same fonts.
Yuri
More information about the freebsd-chromium
mailing list