Actions
Bug #30
closedfixing Kernel.IsAlpha for Japanese Hiragana and Katakana
Start date:
03/06/2015
Due date:
% Done:
100%
Estimated time:
Forum topic:
Description
Kernel.IsAlpha returns FALSE for all Japanese Hiragana and Katakana syllables.
Kernel.IsAlpha uses WinApi.IsCharAlphaW, which returns TRUE only for
characters that are either upper or lower case. Using WinApi.GetStringTypeW
would solve the problem and is about twice as fast.
Reported by X512 on the BlackBox Community Forum, 2015-02-07
cf. http://community.blackboxframework.org/viewtopic.php?f=21&t=80
Actions