public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] gconv question
@ 2005-06-22 20:37 Ned Ludd
  2005-06-22 23:04 ` Harald van Dijk
  0 siblings, 1 reply; 3+ messages in thread
From: Ned Ludd @ 2005-06-22 20:37 UTC (permalink / raw
  To: gentoo-dev

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?


-- 
Ned Ludd <solar@gentoo.org>

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] gconv question
  2005-06-22 20:37 [gentoo-dev] gconv question Ned Ludd
@ 2005-06-22 23:04 ` Harald van Dijk
  2005-06-23  0:20   ` Ned Ludd
  0 siblings, 1 reply; 3+ messages in thread
From: Harald van Dijk @ 2005-06-22 23:04 UTC (permalink / raw
  To: gentoo-dev

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] gconv question
  2005-06-22 23:04 ` Harald van Dijk
@ 2005-06-23  0:20   ` Ned Ludd
  0 siblings, 0 replies; 3+ messages in thread
From: Ned Ludd @ 2005-06-23  0:20 UTC (permalink / raw
  To: gentoo-dev

thank you Harald

On Thu, 2005-06-23 at 01:04 +0200, Harald van Dijk wrote:
> 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.
-- 
Ned Ludd <solar@gentoo.org>

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-23  1:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-22 20:37 [gentoo-dev] gconv question Ned Ludd
2005-06-22 23:04 ` Harald van Dijk
2005-06-23  0:20   ` Ned Ludd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox