On Wed, 31 Jan 2007 20:23:04 +0100, William Yardley
<[EMAIL PROTECTED]> wrote:
I believe CODESET was added recently (3.8 didn't have the function), so
just wondering if there's something missing here, or if this is
considered not an issue.
The problem has been solved.
For the record, the solution is to replace 'nl_langinfo(CHARSET)' with
'locale_charset()' directly from iconv. There seems to be no standard
that defines what nl_langinfo(CHARSET) should return and IANA names
are not always seen as the optimal solution. 'locale_charset' should
always return an IANA name.
Bernd