On 6 May 2014, at 12:26, Peter W A Wood <[email protected]> wrote:
> > PS I was truly impressed to find that comparing pre-composed and decomposed > characters worked without the need for the strings to be normalised. For > example, this test passes: > > 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. Regards, Fraser _______________________________________________ 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
