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!
XML and Unicode (UTF-8)
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
While loading the following XML using LoadFromFile()
I got "??" in RichView! How can I handle with this?
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<book>
<document>
<text textstyle="Heading">Čč</text>
</document>
</book>