I am using QDOMDocument for parsing xml file ,if i use UTF-8 as encoding it works fine.
but if i use UTF-16 as encoding it doesn't read the file ,the function i am using is
setContent(QFile file);
If anybody have done any R&D on this,please let me know?

Thanks in advance.