INF: Display Chinese|Japanese in ISQL/W in English NT 4.0
ID: Q175128
|
The information in this article applies to:
-
Microsoft SQL Server version 6.5
SUMMARY
This article describes how to display traditional Chinese or Japanese
characters in ISQL/w in an English Windows NT Server 4.0 environment.
The double-byte character set (DBCS) code pages for the Far East languages
are not supported by default in non-localized versions of Windows NT Server
4.0. It is necessary to have DBCS code pages, such as 932 or 950, and the
appropriate fonts installed to display traditional Chinese or Japanese
characters. The code pages 932 and 950 can be manually added to the Windows
NT Server 4.0 system.
For additional information about code page installation, refer to Method
Two (Add the Code Page by Means of an .Inf Script), in the following
article in the Microsoft Knowledge Base:
Q165051
INF: Installing a DBCS Code Page for SQL Server
The TrueType fonts, MingLiU, for traditional Chinese and the MS Mincho font
for Japanese will become available to ISQL/w after code page 932 and 950
are installed. The following steps explain how to select an appropriate
font so that you can display traditional Chinese or Japanese in ISQL/w.
- Start ISQL/w.
- Make a connection to a server.
- On the File menu, click Configure.
- On the Application tab, click the Font button.
- Select MingLiU to display traditional Chinese, or select MS Mincho
to display Japanese.
- Click OK to return to the Configure ISQL/w dialog box.
- Click the Connection tab.
- Click to clear the ANSI->OEM check box, and then click OK.
- Disconnect and reconnect to a server.
Additional query words:
JIS Wansung Johab Hangul KB BIG-5
Keywords : kbenv kbinterop SSrvGen SSrvInst
Version : winnt:6.5
Platform : winnt
Issue type : kbhowto
|