How to find offsets in Unicode Text fast

Brian Milby brian at milby7.com
Mon Nov 12 00:00:09 EST 2018


I just tried one additional test.  Search for "åå" within "aaååÅÅååaa".
(On a Mac keyboard, the characters are made with A, Option-A, and
Shift-Option-A.)  The Offset UTF16 version does not return the correct
result if case sensitive is false (returns the same value as if it were
true: 3,7).  Every other version correctly performs the case folding
(3,4,5,6,7).



More information about the use-livecode mailing list