From owner-freebsd-chromium@FreeBSD.ORG Thu Aug 11 00:35:22 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 93C58106564A for ; Thu, 11 Aug 2011 00:35:22 +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 7C28B8FC18 for ; Thu, 11 Aug 2011 00:35:22 +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 p7B0ZLHb060015; Wed, 10 Aug 2011 17:35:21 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4E4323C9.6050804@rawbw.com> Date: Wed, 10 Aug 2011 17:35:21 -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: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 00:35:22 -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. webfonts and fc-cache -f didn't help. I indentified the culprit symbol. Wikipedia http://en.wikipedia.org/wiki/Special:Contributions/ 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