Search found 2 matches

by Ru55
Sat Sep 08, 2007 6:09 pm
Forum: Support
Topic: XML and Unicode (UTF-8)
Replies: 2
Views: 9199

While loading the following XML using LoadFromFile()
<?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?
by Ru55
Sat Sep 08, 2007 4:06 pm
Forum: Support
Topic: XML and Unicode (UTF-8)
Replies: 2
Views: 9199

XML and Unicode (UTF-8)

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!