Mail Archives: djgpp/2003/08/29/18:26:28
Hello.
Eli Zaretskii wrote:
[snip]
> Wide characters is one representation of non-ASCII characters.
> Another representation, which should also be supported by the library,
> is the multibyte representation, whereby every characters is
> represented as a series of 8-bit bytes. (Many libraries choose UTF-8
> as their multibyte representation.) The is* macros should support the
> multibyte representation in a manner equivalent to what the isw*
> macros do with the wide characters. That is, if you pass a wide
> representation of a character CH to iswprint and the multibyte
> representation of the same character to isprint, you should get ther
> same result (I think).
If DJGPP were to support multibyte characters, then UTF-8 seems like the sane
choice.
I don't understand how is* can support multibyte characters, when they only
take an int argument.
Bye, Rich =]
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -