On Thu, 07 Jul 2011 12:22:28 +0200, Stefan Sperling wrote: > The proper way to fix this is to add conversion from/to the various > character sets into unicode code points within mbrtowc() and wcrtomb() > in citrus_none.c. This wouldn't need anything special like iconv. > A couple of statically defined translation tables should suffice.
Note that citrus does include iconv (though we don't have it in our libc) and POSIX also specifies iconv as part of the base system now. So I'm not sure there is any reason *not* to use iconv for this. - todd
