Project

General

Profile

Actions

Bug #30

closed

fixing Kernel.IsAlpha for Japanese Hiragana and Katakana

Added by J. Templ over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
03/06/2015
Due date:
% Done:

100%

Estimated time:

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

Also available in: Atom PDF