[plt-scheme] unicode string
Hans Oesterholt-Dijkema schreef:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> L.S.,
>
> What should I use with C interfacing, e.g. interfacing with SQLite?
> strings, or bytes? Are strings in mzscheme 299.100 now unicode?
> Are they internally encoded as UTF-8? Or multibyte unicode?
>
> Best whishes,
>
> Hans Oesterholt-Dijkema
I think I understand. UCS4/UTF-16 strings in mzscheme, need to
be converted to UTF-8 to interface with C and vise versa.
>
>
>