Looking For

#define INTL_CharSetType (charsetid)

Returns the charset type

Documentation

Returns the charset type. Returns the type of the given charset ID. The charset types are defined in csid.h.
  • SINGLEBYTE: single-byte charset (e.g. ISO-8859-1, MacRoman)
  • MULTIBYTE: multi-byte charset (e.g. Shift-JIS, Big5)
  • STATEFUL: stateful charset (e.g. ISO-2022-JP, UTF-7)
  • WIDECHAR: wide character charset (e.g. UCS-2, UCS-4)
Returns:
The charset type.
Parameters:
charsetid - Specifies the charset ID.

alphabetic index hierarchy of classes