Marcin 'Qrczak' Kowalczyk wrote: > [1] I was told on linux-utf8 that I should use iconv, not ISO C > wchar_t functions, to be portable to systems where wchar_t is not > Unicode. I did not get an answer: which systems are these. According to the ISO C standard, the meaning of wchar_t is implementation-defined. 'typedef char wchar_t;' is a valid definition (and IIRC, IRIX 4 did just this). On IRIX 5 and IRIX 6, wchar_t is big enough to hold any Unicode character, but I can't find anything that says whether or not wchar_t's are actually interpreted as such. It appears to depend on the current locale. --Joe English [EMAIL PROTECTED]
- simple binary IO proposition. John Meacham
- Re: simple binary IO proposition. Marcin 'Qrczak' Kowalczyk
- Re: simple binary IO proposition. John Meacham
- Re: simple binary IO proposition. Marcin 'Qrczak' Kowalczyk
- Re: simple binary IO proposition. Marcin 'Qrczak' Kowalczyk
- Re: simple binary IO proposition. Joe English
- Re: simple binary IO proposition. Marcin 'Qrczak' Kowalczyk
- Re: simple binary IO proposition. Joe English
- Re: simple binary IO proposition. Marcin 'Qrczak' Kowalczyk
- Re: simple binary IO proposition. John Meacham
- Re: simple binary IO proposition. Manuel M. T. Chakravarty
- Re: simple binary IO proposition. Marcin 'Qrczak' Kowalczyk
- Re: simple binary IO proposition. Marcin 'Qrczak' Kowalczyk
- RE: simple binary IO proposition. Simon Marlow
- Re: simple binary IO proposition. Marcin 'Qrczak' Kowalczyk
- Re: simple binary IO proposition. Marcin 'Qrczak' Kowalczyk