Icon View Incident Report

Serious Serious
Reported By: Kunikazu Okada
Reported On: 8/5/2004
For: Version 4.09 Build 1
# 1804 LIKE Not Working Properly With Multi-Byte Character Sets

There was still a bug in the Multibyte LikeString matching.

Unfortunately this is wrong :
> if (StrByteType(CurPtr,1)=mbLeadByte) then

and this is the corrected line
> if (StrByteType(CurPtr,0)=mbLeadByte) then

StrByteType is used in two lines(in MBCSInc and CompareMBCSChar), and both should be corrected.


Resolution Resolution
Fixed Problem on 8/5/2004 in version 4.10 build 1
Image