[webkit-dev] type of JSChar

Alexey Proskuryakov ap-carbon at rambler.ru
Fri Jul 27 04:03:18 PDT 2007


On 7/27/07 1:51 PM, "Simon Hausmann" <hausmann at kde.org> wrote:

> Does anybody know/remember why JSChar is defined to wchar_t on Windows and if
> it is still needed?

  I think this was/is needed to match ICU's definition of UChar ("Define
UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
If wchar_t is not 16 bits wide, then define UChar to be uint16_t. This makes
the definition of UChar platform-dependent but allows direct string type
compatibility with platforms with 16-bit wchar_t types.")

- WBR, Alexey Proskuryakov





More information about the webkit-dev mailing list