This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/3176] iconv to LC_CTYPE/LANG environment


------- Additional Comments From jakub at redhat dot com  2006-09-06 14:55 -------
1) Given that it is iconv_open(3), not iconv(3) that is given the to and from
charset specification, your request sounded like you are talking about iconv(1)
instead.  GNU Libc handles "" tocode and/or fromcode in iconv_open to mean
the current locale's codeset, or you can pass nl_langinfo(CODESET).

2) And have you tried?
http://www.opengroup.org/onlinepubs/009695399/functions/iconv_open.html
Also, man 3p iconv_open has the POSIX documentation too.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3176

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]