Hi!

I've read a XML file.
There is a part:
Qt Code:
  1. <?xml version="1.0" encoding="iso-8859-2"?>
To copy to clipboard, switch view to plain text mode 
so the XML is encoding by iso-8859-2

my application (app, data base itp..) is encoding in Utf8, how to convert iso string to utf8 string?