Getting this line in output file after converting UTF-8 to Unicode
<?xml version="1.0" encoding="bigEndianUnicode"?>
But I need below line in the xml
<?xml version="1.0" encoding="UTF-16"?>
Getting this line in output file after converting UTF-8 to Unicode
<?xml version="1.0" encoding="bigEndianUnicode"?>
But I need below line in the xml
<?xml version="1.0" encoding="UTF-16"?>