LiveCloud Forums
Unicode - Printable Version

+- LiveCloud Forums (https://forums.livecloud.io)
+-- Forum: General (https://forums.livecloud.io/forumdisplay.php?fid=1)
+--- Forum: General (https://forums.livecloud.io/forumdisplay.php?fid=3)
+--- Thread: Unicode (/showthread.php?tid=438)



Unicode - Pebah - 06-25-2020

Hi, is LiveCloud Unicode compliant? Currently (not using LiveCloud yet) I'm storing my text data in arrays as html text. However, to do queries, I suppose it needs to be plain text. I'm dealing with English with diacriticals and Chinese characters. Will I have any issues changing the text storage method?


RE: Unicode - mark_talluto - 06-25-2020

Hi Pebah,

LiveCloud is unicode compliant. You should be able to do everything you want. If you have any problems, please let us know.


RE: Unicode - Pebah - 06-26-2020

Thanks, Mark, I'll try it out.


RE: Unicode - mark_talluto - 06-27-2020

I appreciate your feedback on this feature.


RE: Unicode - mark_talluto - 07-02-2020

There is a bug: https://quality.livecode.com/show_bug.cgi?id=22478 in the LiveCode database that may affect credit card processing and the schema (your key names) in CanelaDB. Please use ASCII chars for your schema name (keys). You should be fine with using full unicode in your data.


RE: Unicode - Pebah - 07-10-2020

(07-02-2020, 10:15 PM)mark_talluto Wrote: There is a bug: https://quality.livecode.com/show_bug.cgi?id=22478 in the LiveCode database that may affect credit card processing and the schema (your key names) in CanelaDB. Please use ASCII chars for your schema name (keys). You should be fine with using full unicode in your data.
Sure thing!