Unicode

Peter Haworth pete at lcsql.com
Mon May 4 16:58:39 EDT 2015


Great, thanks Richard.

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 Mon, May 4, 2015 at 1:39 PM, Richard Gaskin <ambassador at fourthworld.com>
wrote:

> Peter Haworth wrote:
> > Does toUpper/toLower work?  Similarly, does the setting of
> > caseSensitive work OK when comparing textDecoded strings?
> >
> > Can I use char references, e.g. char x to y of tVar or offset, or
> > do I need to use byte x to y, byteOffset?
>
> Character is safer for strings since it accounts for multi-byte
> characters.  Byte is useful only when working with raw binary data in which
> you can know in advance the number of bytes you need to deal with.
>
> --
>  Richard Gaskin
>  Fourth World Systems
>  Software Design and Development for the Desktop, Mobile, and the Web
>  ____________________________________________________________________
>  Ambassador at FourthWorld.com                http://www.FourthWorld.com
>
> _______________________________________________
> 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