HOWTO: Installing a Code Page

Last reviewed: March 11, 1997
Article ID: Q164948
The information in this article applies to:
  • Microsoft Win32 Software Development Kit (SDK)

SUMMARY

When you install Windows NT, all existing code pages are not installed. For example, the US version of Windows NT installation does not include the Japanese code page (code page 932). If, for some reason, an application running under the English Windows NT needs the Japanese code page support (for example, for using TextOut to display Japanese characters), then the Japanese code page needs to be installed. Following are steps for installing the Japanese code page onto a non-Japanese Windows NT system. These steps should also work for installing other code pages.

MORE INFORMATION

  1. Obtain the Japanese code page file c_932.nls from the Japanese version of Windows NT.

  2. Assuming that c:\winnt is the Windows NT directory, copy c_932.nls to c:\winnt\system32.

  3. Run regedt32.exe. Go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage

  4. Add a value by choosing "Edit/Add Value..." from the menu. Specify "932" as the Value name, "REG_SZ" as the Date Type, and "c_932.nls" as the string.

  5. Exit regedt32.exe.


Keywords : intlnls kbprg
Platform : NT WINDOWS
Issue type : kbhowto


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 11, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.