Page 1 of 1

XML and Unicode (UTF-8)

Posted: Sat Sep 08, 2007 4:06 pm
by Ru55
Hello!
I've searched through all the forum and still cannot find the answer to my question. The question is the following: How can I load Unicode [UTF-8] text into RichView, using RichViewXML.

Sergey, could you please give me an example or some directions?

Thanks in advance!

Posted: Sat Sep 08, 2007 5:55 pm
by Sergey Tkachenko
RichViewXML can load only XML files saved by RichViewXML (or compatible).

Posted: Sat Sep 08, 2007 6:09 pm
by Ru55
While loading the following XML using LoadFromFile()

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<book>
  <document>
    <text textstyle="Heading">Čč</text>
  </document>
</book>
I got "??" in RichView! How can I handle with this?