I am trying to read an xml file with different encoding. In case of UTF-8
it is working fine but in case of other formats like GB18030
or BIG5
, it is throwing error like multi-byte encoding are not supported.
Please suggest a solution for this. Thanks in advance.