From owner-freebsd-chromium@FreeBSD.ORG Thu Aug 11 02:46:49 2011 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D5BA106564A for ; Thu, 11 Aug 2011 02:46:49 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 73DE08FC15 for ; Thu, 11 Aug 2011 02:46:49 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id p7B2knGO075267; Wed, 10 Aug 2011 19:46:49 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4E434298.6010009@rawbw.com> Date: Wed, 10 Aug 2011 19:46:48 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110716 Thunderbird/5.0 MIME-Version: 1.0 To: George Liaskos References: <4E42E707.7030708@rawbw.com> <4E42F969.6000302@rawbw.com> <4E4300FB.6060206@rawbw.com> In-Reply-To: X-Mailman-Approved-At: Thu, 11 Aug 2011 04:25:58 +0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: chromium@freebsd.org Subject: Re: chrome-13.0.782.107 bug: some unknown UNICODE character is displayed in various places X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2011 02:46:49 -0000 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 //*​ *//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 //**//