Re: UTF8 and hand crafting styles

2009-04-19 Thread Mark Schonewille
Hi David, Do you think that simple conversion to UTF16 won't work? put uniencode(myUTF8Var,UTF8) into myUTF16Var set the unicodeText of fld x to myUTF16Var Once you have done this, you could retrieve and adjust the htmlText. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and

Re: UTF8 and hand crafting styles

2009-04-19 Thread David Bovill
2009/4/19 Mark Schonewille m.schonewi...@economy-x-talk.com Hi David, Do you think that simple conversion to UTF16 won't work? put uniencode(myUTF8Var,UTF8) into myUTF16Var set the unicodeText of fld x to myUTF16Var Once you have done this, you could retrieve and adjust the htmlText.

Re: UTF8 and hand crafting styles

2009-04-19 Thread Mark Schonewille
Hi David, As far as I know, a unicode stream doesn't contain any formatting data at all. That means that formatting unicode directly text is impossible. I don't think that anything is actually lost when converting unicode text from and to htmlText, but there may be a few bugs. There are a