The information in this article applies to:
SYMPTOMSWhen you run SQL Server on localized Korean Windows NT 3.51, you may experience a user interface problem. The messages displayed in the Database Maintenance Plan wizard, SQL Mail Configuration dialog box, and Server Configuration dialog box are not readable due to the scrambled or clipped text. CAUSEWhen SQL server creates dialog boxes, it uses the font Arial and a character set (from the stdFonts key in the registry) that corresponds to the user selection during Setup. In the Korean version of Windows NT, the Hangul charset is used and, by design, Windows NT returns a Hangul font instead of Arial. On the other hand, SQL creates dialogs off templates whose control sizes are based on Arial font. The metrics of these two fonts are different; the Hangul is font larger than Arial. The clipped text on the interface is the result of this mismatch. WORKAROUND
To work around this problem, edit the registry to change the character set.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server 6.50.201 and 6.50.213. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: DBCS
Keywords : kbinterop SSrvGen kbbug6.50 |
Last Reviewed: April 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |