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?
0
Comments