HKLM\SYSTEM\CurrentControlSet\Control\Nls\CodePage
Data type | Range | Default value |
---|---|---|
REG_SZ | NLS filename | (Depends on locale.) |
Represents a code page.
Each entry in the CodePage subkey represents one supported code page. If the code page is installed on the system, the value of the entry is the name of the code page file. If the code page is supported but not installed, the value field of the entry is blank.
Entries in the CodePage subkey have the following format:
# CodePageID REG_SZ Filename | (blank)
For example,
10000 REG_SZ c_10000.nls
This entry indicates that code page 10000 is installed on the system and is associated with code page file C_10000.nls.
10006 REG_SZ
This entry indicates that code page 10006 is supported by Windows 2000, but is not installed on the system.
Note
The <code-page> entry is a variable representing the entries under the CodePage subkey. It does not actually appear in the registry. This variable entry displays information which is common to the entries in the CodePage subkey.