Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2011 19:46:48 -0700
From:      Yuri <yuri@rawbw.com>
To:        George Liaskos <geo.liaskos@gmail.com>
Cc:        chromium@freebsd.org
Subject:   Re: chrome-13.0.782.107 bug: some unknown UNICODE character is displayed in various places
Message-ID:  <4E434298.6010009@rawbw.com>
In-Reply-To: <CANcjpOCudQ9ay1Y=cVYF0RzXFA166kXM-VyKzkOUty1VR_xOvA@mail.gmail.com>
References:  <4E42E707.7030708@rawbw.com> <CANcjpOCb14oBLcQMz5ULC-jF63BLJC5cxn4vVknP8wFywiObBA@mail.gmail.com> <4E42F969.6000302@rawbw.com> <CANcjpOCd_DWgaWq8oMYRyw7SsWUh-QOOcA_fn9i2tchKY84vAg@mail.gmail.com> <4E4300FB.6060206@rawbw.com> <CANcjpOCudQ9ay1Y=cVYF0RzXFA166kXM-VyKzkOUty1VR_xOvA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.
>


Another culprit symbol I see displayed in the same wrong way is 
//*&#8203; *//which represents the zero-width space in html.
This page (http://www.robinlionheart.com/stds/html4/spchars , search for 
π=3.1415) displays them wrong in chrome.

DevTools shows this line to have the font-family "Lucida Sans Unicode", 
"Lucida Grande", "Lucida Sans", Verdana, Univers, "Zurich BT", Geneva, 
Lucida, Arial, Helvetica, sans-serif.
Turning off the check box near this font-family changes the font of the 
line π=3.1415... (font appearance changes), but the problem stays.
So it's most likely not just a faulty font issue, but some font-related 
logic fault in chrome.

Yuri
//**//



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E434298.6010009>