Re: simple binary IO proposition.

2000-09-02 Thread Joe English
Marcin 'Qrczak' Kowalczyk wrote: > Joe English pisze: > > According to the ISO C standard, the meaning of wchar_t > > is implementation-defined. > > I know. How to convert between the default multibyte locale and > Unicode on such systems? As far as I can tell, there's no way to do so in Standa

Re: simple binary IO proposition.

2000-09-02 Thread Marcin 'Qrczak' Kowalczyk
1 Sep 2000 14:00:44 GMT, Marcin 'Qrczak' Kowalczyk <[EMAIL PROTECTED]> pisze: > Haskell assumes that Chars have a fixed encoding (Unicode). Otherwise > it would be quite impossible to have functions like isSpace or toUpper > or words. I have a working temporary hack: module with a separate Handl