I have a requirement to store Chinese, Japanese, Korean and more data in SQL Server. How?
Location: http://www.jguru.com/faq/view.jsp?EID=114155 Created: Jul 29, 2000 Modified: 2000-07-29 13:48:07.302 Author: Joe Sam Shirah (http://www.jguru.com/guru/viewbio.jsp?EID=42100) Question originally posed by Mohammed Khadeer Ahmed (http://www.jguru.com/guru/viewbio.jsp?EID=111146 Most database engines support double byte character sets ( DBCS ) and this was the primary method of supporting these languages in the past. While this is generally still available, Unicode is probably a better answer now, along with some efficiency gain in Java. For SQL Server specifically, one can use the nchar, nvarchar and ntext types to support Unicode. See Using Unicode Data for an overview. For more information, see: Where can I find online documentation for database xyz?, along with Unicode related questions in the FAQ.
Related Questions
- Why does console redirection fail to show the operating system boot menu in the Chinese, Japanese, and Korean versions of Microsoft Windows 2000?
- I have a requirement to store Chinese, Japanese, Korean and more data in SQL Server. How?
- Can Font Fusion handle double-byte font data for Chinese, Japanese, and Korean?