From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.105.134.102] (helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DlGEr-0000Jm-AL for garchives@archives.gentoo.org; Thu, 23 Jun 2005 01:10:41 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j5N19PRP029947; Thu, 23 Jun 2005 01:09:25 GMT Received: from skinny.southernlinux.net (ns2.rednecks.net [64.192.52.5]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j5N17lPg031968 for <gentoo-dev@lists.gentoo.org>; Thu, 23 Jun 2005 01:07:47 GMT Received: (qmail 6245 invoked by uid 210); 22 Jun 2005 21:07:39 -0400 Received: from 10.10.10.188 by skinny (envelope-from <solar@gentoo.org>, uid 201) with qmail-scanner-1.25st (clamdscan: 0.82/950. f-prot: 4.4.2/3.14.11. spamassassin: 3.0.2. perlscan: 1.25st. Clear:RC:1(10.10.10.188):. Processed in 0.059862 secs); 23 Jun 2005 01:07:39 -0000 Received: from unknown (HELO ?10.10.10.188?) (10.10.10.188) by 0 with SMTP; 22 Jun 2005 21:07:39 -0400 Subject: Re: [gentoo-dev] gconv question From: Ned Ludd <solar@gentoo.org> To: gentoo-dev@lists.gentoo.org In-Reply-To: <42B9EE6D.5000003@gentoo.org> References: <1119472674.20961.11.camel@localhost> <42B9EE6D.5000003@gentoo.org> Content-Type: text/plain; charset=UTF-8 Date: Wed, 22 Jun 2005 20:20:04 -0400 Message-Id: <1119486004.3268.4.camel@localhost> Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id j5N19PSr029947 X-Archives-Salt: 297447df-45d7-4d9e-ad6a-d47a6e8854ef X-Archives-Hash: d5f915a63bf57b3e63bda4a32d0bcae1 thank you Harald On Thu, 2005-06-23 at 01:04 +0200, Harald van D=C4=B3k wrote: > Ned Ludd wrote: > > Anybody know what might loads the gnu iconv libs=20 > > (EUC-JP UHC EUC-KR JOHAB EUC-CN EUC-TW ISO-2022-KR ISO-2022-JP=20 > > ISO-2022-CN ISO-2022-CN-EXT EUC-JISX0213 EUC-JP-MS SHIFT_JISX0213 > > ISO-2022-JP-3) from the /usr/lib/gconv directory? > >=20 > > Perhaps some LC_foo=3Dbar setting? >=20 > # strace env LC_MESSAGES=3Dja_JP.UTF-8 cat <&- 2>&1 | grep gconv > open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) =3D 0 > open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) =3D 0 > open("/usr/lib/gconv/EUC-JP.so", O_RDONLY) =3D 0 > open("/usr/lib/gconv/tls/i686/libJIS.so", O_RDONLY) =3D -1 ENOENT (No s= uch > file or directory) > open("/usr/lib/gconv/tls/libJIS.so", O_RDONLY) =3D -1 ENOENT (No such f= ile > or directory) > open("/usr/lib/gconv/i686/libJIS.so", O_RDONLY) =3D -1 ENOENT (No such > file or directory) > open("/usr/lib/gconv/libJIS.so", O_RDONLY) =3D 0 >=20 > Also, naturally, the iconv utility can load them. --=20 Ned Ludd <solar@gentoo.org> --=20 gentoo-dev@gentoo.org mailing list