From owner-freebsd-chromium@FreeBSD.ORG Wed Aug 10 22:59: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 7B554106566B for ; Wed, 10 Aug 2011 22:59:49 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3D29F8FC13 for ; Wed, 10 Aug 2011 22:59:48 +0000 (UTC) Received: by qwc9 with SMTP id 9so1058157qwc.13 for ; Wed, 10 Aug 2011 15:59:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=89YJfh6or9Own0RreubRR10WOQXdSuQJV7Ccf0TGZos=; b=kcxq4Cao7+z4xBfmCZfXGFehg8hjJCkIe8kIU2eQFm+eYZ7KQnkOjAayN2FIBicZJv 7gbOstasPNmfC7WXojhA810VFFm4fs8x/CfzzoQd61ZEODKPv5+ZykXLXoy4mOJrykFu xVCN3O3bPPn4aunE35oi72IPGYYxEr0SRwHtw= MIME-Version: 1.0 Received: by 10.229.248.66 with SMTP id mf2mr5726738qcb.188.1313017188486; Wed, 10 Aug 2011 15:59:48 -0700 (PDT) Received: by 10.229.88.77 with HTTP; Wed, 10 Aug 2011 15:59:48 -0700 (PDT) In-Reply-To: <4E4300FB.6060206@rawbw.com> References: <4E42E707.7030708@rawbw.com> <4E42F969.6000302@rawbw.com> <4E4300FB.6060206@rawbw.com> Date: Thu, 11 Aug 2011 01:59:48 +0300 Message-ID: From: George Liaskos To: Yuri Content-Type: text/plain; charset=UTF-8 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: Wed, 10 Aug 2011 22:59:49 -0000 On Thu, Aug 11, 2011 at 1:06 AM, Yuri wrote: > On 08/10/2011 15:00, George Liaskos wrote: >> >> Your mail has no attachments, try http://imgur.com George > > Sorry, looks like mailing list stripped attachments off my messages. > > http://i.imgur.com/TvWAK.png > http://i.imgur.com/myrje.png > > Yuri 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. George