[fpc-pascal] Testing set membership for unicode chars
Wimpie Nortje
wimpienortje at gmail.com
Sun Jan 20 16:21:31 CET 2013
Hi list
I want to test membership of a unicode char in a set / array of unicode
chars. Something like
var ucCh: unicodechar;
if ucCh in [ UnicodeChar('0')..UnicodeChar('9')] then
dosomething;
I am using fpc 2.6.0 and the '..' operator converts the data to a pascal
set, which is limited to 1 byte data.
Is there another way?
Thanks
Wimpie
More information about the fpc-pascal
mailing list