UTF8 on LC server
kee nethery
kee.nethery at elloco.com
Thu May 31 19:39:25 EDT 2018
> On May 31, 2018, at 4:33 PM, Tim Selander via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> Thanks, Warren.
>
> Yes, I've got that header set up, and UTF8 is working fine, pages look great. But LC server is not handling character chunking in variables the same way as LC desktop. In desktop, I can say "put char 1 of variable1" and I get a Japanese kanji. In LC Server, I only get half a kanji. "Word" chunks are also not working. Items and lines are OK.
Yep, “char" is no longer the thing to use. Use “codepoint”.
put codepoint 1 of variable1
Kee Nethery
More information about the use-livecode
mailing list