Marko Ristola <Marko.Ristola@kolumbus.fi> writes:
> There is one thing, that might be good for you to know:
>
> I tried
> wprintf("%s",char_text) and printf("%ls",wchar_text) methods.
> They don't work with LATIN1 under Linux.
What do you mean by that? Could you post a short sample code?
Since wchar_t is 32bits for glibc, wchar_text can not be LATIN1 which
is 8bits long...
> gcc does not support NON-ASCII multibyte conversions.
Well I would find weird for a compiler to perform such conversions.