INF: How to Insert DBCS Data in SQL Server from English WindowsID: Q170962
|
There are localized Microsoft Windows 95 and Windows NT 4.0 versions for simplified Chinese, traditional Chinese, Korean, and Japanese available in the Far East market. Using one of these Far East localized Windows platforms is the recommended method for working with double-byte character set (DBCS) data. This article describes how to insert DBCS data into SQL Server 6.5 from an English version of Windows 95 or Windows NT 4.0.
To have the DBCS data generated properly, an Input Method Editor (IME) is
needed. IME, also called a front-end processor, is an small program that
allows the user to enter the thousands of different characters used in Far
Eastern written languages using a standard 101-key keyboard. The localized
versions of Windows ship with standard IMEs that are based on the most
popular input methods used in each target country. Most applications that
target single-byte languages are IME-unaware. For this reason, the actual
DBCS data must be generated from a localized platform.
Suppose Notepad was used to create a data file in the localized Windows
platform. It is highly recommended to have the same tool used for the DBCS
string cut and paste purpose. This is to avoid the confusion of the code
page conversion between ASNI and OEM code pages. For more information, see
the following article in the Microsoft Knowledge Base:
Q155233 : SQL Server Tools Save Files in OEM Format
Additional query words: JIS Wansung Johab Hangul KB BIG-5
Keywords : kbenv kbinterop SSrvGen
Version : 6.5
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: April 16, 1999