Re: Importing HTML UniCode text into LiveCode

2017-05-28 Thread Richmond Mathewson via use-livecode
Thanks a bucket: that hit the thing on the head first time. Best, Richmond. On 5/28/17 11:36 am, james--- via use-livecode wrote: Try textDecode(thefilecontent, "UTF8") or maybe 'utf16' given this is what LC is using internally. ___ use-livecode ma

Re: Importing HTML UniCode text into LiveCode

2017-05-28 Thread james--- via use-livecode
Try textDecode(thefilecontent, "UTF8") or maybe 'utf16' given this is what LC is using internally. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: ht

Importing HTML UniCode text into LiveCode

2017-05-28 Thread Richmond Mathewson via use-livecode
So: Having exported Unicode text from my Devawriter Pro to HTML (which shows up in a Web Browser alright *IFF* the text encoding is set to 'Unicode'), on REIMPORTING that HTML file I get something that does NOT look the same at all. My script WAS set to this: set the htmlText of fld "fld" to U