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. RESOLUTION
The fix is to change the call from lstrlen to a call to
MutliByteToWideChar because it counts characters and not bytes.
STATUSMicrosoft has confirmed this to be a problem in Microsoft Commercial Internet System version 1.0. This problem has been corrected in the latest U.S. Service Pack for Microsoft Commercial Internet System version 1.0. For information on obtaining the Service Pack, query on the following article in the Microsoft Knowledge Base: Q183062 MCIS 1.0 Service Packs 1 and 2 Information Additional query words:
Keywords : |
Last Reviewed: January 19, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |