I'm trying to fix a reported bug when my program is run on an IBM
Workpad Japanese version. It is trying to use FindStrInStr
to find a text string. First, it converts the string using the
GetCharCaselessValue() offset table, then passes it to FindStrInStr().
This seems to work well in the US, but on the Japanese device, and
also on the Emulator with the Japanese ROM FindStrInStr fails to return
the correct result.

Is there a different offset table I should use in Japan, or something?
And if so, how does my program figure out what country it's in?

Thanks,

Rick Bram


Reply via email to