Set Language for String Processing?
Peter W A Wood
peterwawood at gmail.com
Tue May 6 09:58:40 EDT 2014
Hi Fraser
>> startTest "Unicode1"
>> put numToCodepoint(0xE7) into tPrecomposed
>> put "c" & numToCodepoint(0x0327) into tDecomposed
>> assertEqual tPrecomposed, tDecomposed
>> endTest
>
> If you do it again after doing a "set the formSensitive to true", you'll find they are no longer equal - formSensitive is the equivalent to caseSensitive but for normalisation.
Thanks, that's good to know.
Regards
Peter
More information about the use-livecode
mailing list