Unicode

Paul Dupuis paul at researchware.com
Tue May 5 13:26:25 EDT 2015


On 5/5/2015 1:00 PM, Peter Haworth wrote:
> I just set up the following test
>
> 2 fields and a button
>
> Using the Greek keyboard, I keyed "qwerty" into the first field and
>  "QWERTY" into the second field.
>
> The button script has in its mouseUp handler:
>
> set the caseSensitive to false
> put (toUpper(field "Field1")=field "Field2"),(field "Field1"=field "Field2")
>
> When clicked, this results in "false,false" in the message box.

I get true, true with caseSensitive set to false and true, false with it
set to true - so exactly what you would expect. Using LC7.0.4






More information about the use-livecode mailing list