Can't Read User Properties Database Edited by Japanese ClientLast reviewed: February 3, 1998Article ID: Q164799 |
The information in this article applies to:
SYMPTOMSIf you are running a Japanese version of Microsoft Windows NT and you try to use Japanese characters on the Web with the Internet Locator Server (ILS), you get garbled strings back from the ILS database.
CAUSEThe problem is with the following statement:
cch = lstrlen(lpa).Because this is a multibyte string, some characters may be 1 byte and some may be multibyte. There is no function in Microsoft Commercial Internet System (MCIS) version 1.0 that determines how many characters there are. (whether they are 1 or more than 1 byte). The lstrlen function returns the count of bytes.
RESOLUTIONThe fix is to change the call from lstrlen to a call to MutliByteToWideChar because it counts characters and not bytes. An updated .asp file that correct this problem is available in the Microsoft Commercial Internet System (MCIS) version 1.0 Service Pack 1 (SP1).
STATUSMicrosoft has confirmed this to be a problem in Microsoft Commercial Internet System, version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: cis
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |