On Wed, Nov 26, 2003 at 03:09:59PM -0500, Sean wrote: > It's my understanding that with this isn't necessarily true when you > consider unicode and not just ascii.
You would not use 'char' as constituent of a Unicode string then. 'sizeof char' is in C and C++ always equal to one. [And that's, BTW, independent of the number of bits used for it.] Andre'
