From owner-freebsd-questions@FreeBSD.ORG Wed Oct 14 16:40:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3B741065693 for ; Wed, 14 Oct 2009 16:40:09 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-exrelay2.uni-muenster.de (ZIVM-EXRELAY2.UNI-MUENSTER.DE [128.176.192.15]) by mx1.freebsd.org (Postfix) with ESMTP id 67D078FC1E for ; Wed, 14 Oct 2009 16:40:08 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.44,559,1249250400"; d="scan'208";a="226280508" Received: from zivmaildisp1.uni-muenster.de (HELO ZIVMAILUSER01.UNI-MUENSTER.DE) ([128.176.188.85]) by zivm-relay2.uni-muenster.de with ESMTP; 14 Oct 2009 18:40:07 +0200 Received: by ZIVMAILUSER01.UNI-MUENSTER.DE (Postfix, from userid 149459) id 89E761B0766; Wed, 14 Oct 2009 18:40:07 +0200 (CEST) Date: Wed, 14 Oct 2009 18:40:07 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Boris Samorodov , Alexander Best Message-ID: In-Reply-To: <20900529@bb.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@FreeBSD.org Subject: Re: whacky `fc-list` output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2009 16:40:09 -0000 Boris Samorodov schrieb am 2009-10-14: > On Tue, 13 Oct 2009 21:21:16 +0200 (CEST) Alexander Best wrote: > > hi there, > > when i do `fc-list` the output looks rather odd. `fc-cache -f` > > doesn't help. > > the output looks the same using different shells. > Those messages seem to be UTF-8 formatted. I use UTF-8 locale and > iso10646 font. Here is a head of `fc-list`: > ----- > CourierNew:style=3DPSMT-BoldItalic > Lucida > Console:style=3D=D0=9E=D0=B1=D1=8B=D1=87=D0=BD=D1=8B=D0=B9,Normal,oby=C4= =8Dejn=C3=A9,Standard,=CE=9A=CE=B1=CE=BD=CE=BF=CE=BD=CE=B9=CE=BA=CE=AC,Regu= lar,Normaali,Norm=C3=A1l,Normale,Standaard,Normalny,Navadno > ,Arrunta > AcademyPSCyr:style=3DRegular > Utopia:style=3DBold Italic > CollegePSCyr:style=3DRegular > DejaVu Serif,DejaVu Serif Condensed:style=3DCondensed,Book > Times New > Roman:style=3D=D0=9E=D0=B1=D1=8B=D1=87=D0=BD=D1=8B=D0=B9,Normal,oby=C4=8D= ejn=C3=A9,Standard,=CE=9A=CE=B1=CE=BD=CE=BF=CE=BD=CE=B9=CE=BA=CE=AC,Regular= ,Normaali,Norm=C3=A1l,Normale,Standaard,Normalny,Norm=C3=A1 > lne,Navadno,th=C6=B0=E1=BB=9Dng, Arrunta > ----- this is the output of `locale` on my box: LANG=3DC LC_CTYPE=3Dde_DE.ISO8859-15 LC_COLLATE=3Den_GB.ISO8859-15 LC_TIME=3Dde_DE.ISO8859-15 LC_NUMERIC=3Dde_DE.ISO8859-15 LC_MONETARY=3Dde_DE.ISO8859-15 LC_MESSAGES=3Den_GB.ISO8859-15 LC_ALL=3D so why does fc-list output in utf8 if none of the LC_* vars is set to it? cheers. alex