Options

Importing UTF-8 bigtext variable to XMLPort

asdastyasdasty Member Posts: 26
Hi guys,
I'm currently working on importing XML file into XMLPort. My file (or text, whatever) is placed in someVar of type bigtext. Now I'm writing this someVar into output stream and finally I have inStream to import.

The problem is that somewhere between assigning XML to someVar and importing it into XMLPort there is a bug with latin characters. My file is encoded with UTF-8. Is this possible to keep original characters from UTF-8? Of course after conversion to ANSI XML parser can't read my XML file and that's not so good...

What should I do to read my XML files with latin chars properly?

Comments

  • Options
    asdastyasdasty Member Posts: 26
    The main problem was that we were using File.OPEN(path) function (file has to be in UTF-8 format).
Sign In or Register to comment.