# Codepage The codepage settings are stored in the key: ``` HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage ``` Values: Name | Data type | Description --- | --- | --- `#` | REG_SZ | The name of the code page National Language Support file (.nls)
Where # is the code page number, e.g. 1252
Contains a string with the name of the corresponding file e.g. c_1252.nls ACP | REG_SZ | The default ANSI (extended ASCII) code page
Contains a string with the number of the corresponding code page e.g. 1252 MACCP | REG_SZ | The default Macintosh code page
Contains a string with the number of the corresponding code page e.g. 1252 OEMCP | REG_SZ | The default OEM code page
Contains a string with the number of the corresponding code page e.g. 1252 OEMHAL | REG_SZ | **Unknown**
Contains a string with the name of the corresponding file e.g. vgaoem.fon