TCharSet is an enumerated type used to represent the valid character sets used by the GetSystemLocal function. Valid value for TCharset includes:
- 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.