public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Harald van Dijk" <truedfx@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] gconv question
Date: Thu, 23 Jun 2005 01:04:13 +0200	[thread overview]
Message-ID: <42B9EE6D.5000003@gentoo.org> (raw)
In-Reply-To: <1119472674.20961.11.camel@localhost>

Ned Ludd wrote:
> Anybody know what might loads the gnu iconv libs 
> (EUC-JP UHC EUC-KR JOHAB EUC-CN EUC-TW ISO-2022-KR ISO-2022-JP 
> ISO-2022-CN ISO-2022-CN-EXT EUC-JISX0213 EUC-JP-MS SHIFT_JISX0213
> ISO-2022-JP-3) from the /usr/lib/gconv  directory?
> 
> Perhaps some LC_foo=bar setting?

# strace env LC_MESSAGES=ja_JP.UTF-8 cat <&- 2>&1 | grep gconv
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 0
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 0
open("/usr/lib/gconv/EUC-JP.so", O_RDONLY) = 0
open("/usr/lib/gconv/tls/i686/libJIS.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/lib/gconv/tls/libJIS.so", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/usr/lib/gconv/i686/libJIS.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/lib/gconv/libJIS.so", O_RDONLY) = 0

Also, naturally, the iconv utility can load them.
-- 
gentoo-dev@gentoo.org mailing list



  reply	other threads:[~2005-06-22 23:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-22 20:37 [gentoo-dev] gconv question Ned Ludd
2005-06-22 23:04 ` Harald van Dijk [this message]
2005-06-23  0:20   ` Ned Ludd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42B9EE6D.5000003@gentoo.org \
    --to=truedfx@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox