From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A374C138330 for ; Tue, 4 Oct 2016 16:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 933FEE0C26; Tue, 4 Oct 2016 16:01:30 +0000 (UTC) Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A434E0AAA for ; Tue, 4 Oct 2016 16:01:30 +0000 (UTC) Received: by mail-wm0-f65.google.com with SMTP id b184so20366460wma.3 for ; Tue, 04 Oct 2016 09:01:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-transfer-encoding; bh=PnmSK/h7oP8WMJgJNyD6cjF82Cwb2GvOb50l+hhmd2E=; b=0xaAEPvCCfuGciRmusTWPjmQjxdZTeEgu1QVGjQcEYj+aRKbbVZ6SyZMur6BzuYiPc qku97hqCLv7HRoBcg12tbLGK58x/DYhxSeFIWrpwLir2rnT/75oAqUsv7LXBBwDw8qrx xF8efmbgiQCqG1JY+qUX3LpGLGOMcqleq1jUBqRGYeut2VDBaBAJhIvARG3t6pCAOTHX Yk207lhJ5alFpVGyGorC+73PXrexb+Z5YgijY+PF2R7SImkV533tCjElY5zGg8gObP1b r5RQBdKvFkvHATWglwBvWihQC7G9hLhnxRMCAjl8PSS4ataRXfvsZZ1HWPti0UkMVaG6 /tEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=PnmSK/h7oP8WMJgJNyD6cjF82Cwb2GvOb50l+hhmd2E=; b=f0HQWA3k74F80Ik51DcKdwY1pFydMBNMiCNaTbErs3ewPo922eHNMKZcigHXzCqzf6 0sFKdNF7LJhJz/vC+BSXoLR2cbQchCEnIO4C4lUrPwDUKmoV4dP8xcPsGLl+v2iE8Fmy bI0FMZL+IpqhrjtYJMVFY68P2iRX61EiqFi4lmA2VVr5IyuWdQMQ9HCJD4J91jwYP4EE dQivPyuOZYwyrPun3mQND9b+kLCJ009FPtwoYXuE9aXdCR22mdMdrUDLQXLb2pDMb147 HDKEe26RXSpkatPksoer1CU/4AaN++/QZ9uqj8MzxMWjrPtdvSe2lsTejxbzFNDm3pGb PZOw== X-Gm-Message-State: AA6/9Rmbo61tvHD6wh6mTVSs9GSLR7VNua+oGYegvEfr74NxgrkrI5BBwSci0sXGgV9TZOC53F1wnKV2JE6vEg== X-Received: by 10.194.123.5 with SMTP id lw5mr3747234wjb.174.1475596888747; Tue, 04 Oct 2016 09:01:28 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.28.109.197 with HTTP; Tue, 4 Oct 2016 09:00:48 -0700 (PDT) In-Reply-To: References: <20161004152845.GF14621@bulbizarre.swordarmor.fr> From: Alexander Kapshuk Date: Tue, 4 Oct 2016 19:00:48 +0300 Message-ID: Subject: Re: [gentoo-user] Unicode characters not showing 'Hello, world' example golang.org To: Gentoo mailing list Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: efbef4a1-e64b-489a-ac03-a134acd4aecb X-Archives-Hash: 1d351f6ddcb64d77fbf4e47b0c5f61f7 On Tue, Oct 4, 2016 at 6:33 PM, Alexander Kapshuk wrote: > On Tue, Oct 4, 2016 at 6:28 PM, Alarig Le Lay wrot= e: >> On Tue Oct 4 18:22:37 2016, Alexander Kapshuk wrote: >>> The 'Hello, world' example showcased on golang.org uses the Japanese >>> characters for the word 'world'. Firefox 38 used to display those >>> characters. Since the upgrade, firefox stopped showing those >>> characters. Recently, I installed chromium as well. It never displayed >>> those characters for me. I have not modified anything in my >>> environment. >>> >>> What could be amiss there? Thanks. >> >> Hi, >> >> I=E2=80=99m using Firefox 45.4.0 and I see those Japanese characters. >> >> -- >> alarig > > That's interesting. I wonder what is the difference between your > environment and mine then? Would you mind providing the output of: emerge -pv firefox, chromium? Thanks.