Hi everyone!
The strange thing happens when I try to parse an xml, that contains national symbols (russian chars in my case). English symbols & numbers are ok; national symbols are displayed as bold “|”.
Encoding of text in XML is Windows-1251 (it is not written to a XML header; it is:
<?xml version="1.0"?>; when I add encoding=“windows-1251” Lotus says that it can’t find a decoder…).
When I simply read a file from a stream to a notes String, all text is ok.
What’s wrong? Auto conversion of any kind or something?
Thanks in advance,
Dmitry.