Unicode
Peter Haworth
pete at lcsql.com
Tue May 5 13:52:05 EDT 2015
Interesting. I wonder why my results are different. I'm using LC 7.0.4
and Yosemite. and get false,false no matter what caseSensitive is set to.
If I use US keyboard, everything works as expected. It's only when keying
in Greek characters that I always get false,false.
Pete
Pete
lcSQL Software <http://www.lcsql.com>
Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>
On Tue, May 5, 2015 at 10:26 AM, Paul Dupuis <paul at researchware.com> wrote:
> 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
>
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
More information about the use-livecode
mailing list