Re: UTF-8

2011-09-11 Thread Ray Horsley
Mark, Many thanks for this help. I believe my challenge is that my encoded text is actually wrapped in html. For example, after setting the htmlText of a field, this: Read the following line from the poem.You’ve disturbed a mighty river just by dropping in a stone.What does the Latin root

Re: UTF-8

2011-09-11 Thread Mark Schonewille
Hi Ray, Yes. To display UTF8, you need to convert it to UTF16 before setting the unicodeText of a field. You can also convert the unicodeText of a field to UTF8 before writing it to a file. The functions are -- convert from UTF8 to UTF16 uniEncode(myUTF8,"UTF8") -- convert from UTF16 to UTF8 u