Frank Yung-Fong Tang va escriure:

> Does it also mean wchar_t is 4 bytes if __STDC_ISO_10646__ is defined?
> or does it only mean wchar_t hold the character in ISO_10646
> (which mean it could be 2 bytes, 4 bytes or more than that?)

The later. But if wchar_t is 16 bits, it can only encode Unicode 3.0 or
before. ie no UTF-16 support.


Antoine


Reply via email to