CodePage.ini

Sets the Windows code page (character set) used by graphic.dll to decode multibyte character strings for font rendering. Read by client immediately after font.ini.

This file does not exist by default with the English distribution, but can be created.

Table of Contents

Patch 5517

✅ Verified (Client)

Located at ini/CodePage.ini.

Example Entries

936

The first line is read as an integer and used by C3_CORE_DLL font functions to convert multibyte sequences to Unicode before FreeType rendering.

Common code page values

ValueEncodingRegion
936GBKSimplified Chinese
950Big5Traditional Chinese
932Shift-JISJapanese
949EUC-KRKorean
1256Windows-1256Arabic

If this file is absent, multibyte characters will not decode correctly, preventing non-ASCII text from rendering.