Indy 9
TIdCharSet
See Also, Unit: IdGlobal
Represents character sets used by GetSystemLocale.
TIdCharSet = (csGB2312, csBig5, csIso2022jp, csEucKR, csIso88591);
Unit
IdGlobal
Description
TIdCharSet is an enumerated type used to represent the valid character sets used by the GetSystemLocal function. Valid values for TIdCharset are derived from aliases maintained by the IANA Registry, ISO Registry (EMCMA), or other standards organizations, and can include:

  • csGB2312 - Simplified Chinese character set.

  • csBig5 - Full Chinese character set.

  • csIso2022jp - Japanese character set.

  • csEucKR - Korean character set.

  • csIso88591 - Default ISO 8859-1 character set.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.