Re: text manipulation with Chinese characters (unicode): guide?

2020-09-09 Thread Peter Bogdanoff via use-livecode
I’ve been working with simplified Chinese for some time now. You can indeed move and manipulate the characters quite straightforwardly. I do see some odd line breaks that show mostly in narrow fields. If you are working with cross-platform (Mac/Windows) text, you won’t necessarily get

Re: text manipulation with Chinese characters (unicode): guide?

2020-09-09 Thread Curry Kenworthy via use-livecode
Livecode 中文支持非常好。 您可以复制和粘贴。 อย่างไรก็ตามการตัดข้อความของ Livecode สำหรับภาษาไทยนั้นไม่ดีนัก มันทำให้ตัวละครแตก :) Best wishes, Curry Kenworthy Custom Software Development "Better Methods, Better Results" LiveCode Training and Consulting http://livecodeconsulting.com/

Re: text manipulation with Chinese characters (unicode): guide?

2020-09-09 Thread Paul Dupuis via use-livecode
As mentions, Unicode in a field just works (there is a known issue with Thai word breaks and another with printing Hindi) If you want to get Chinese (traditional or simplified) into a field, you can: 1)  get the text from a Utf8 ot utf16 text file and textDecode it i.e put url ("file:")

Re: text manipulation with Chinese characters (unicode): guide?

2020-09-09 Thread Richmond via use-livecode
I won't pretend to know anything about Chinese. BUT, I have just copy-pasted 你好 from a Google Translate window into an LC text-field. I have, also, copied Chinese ideographs from one text-field and posted them into a second one. Dead easy. :-) Richmond. On 9.09.20 6:55, Eric A. Engle via

text manipulation with Chinese characters (unicode): guide?

2020-09-08 Thread Eric A. Engle via use-livecode
Hi! I would like to be able to copy and paste into fields and scripts Chinese characters, which are of course unicode and then manipulate the resulting strings. Is this possible in livecode? How? Are there any good Recent guides to working with unicode in livecode?