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 _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
