Skip to main content
make it utf8
Source Link
Binoj Antony
  • 16.3k
  • 25
  • 92
  • 98

Please provide the full XML file code to help understand the issue better.

Also put this as the first line in the xml file and see if this solves the issue

 <?xml version="1.0" encoding="ISO-8859encoding="utf-1"8"?> 

Please provide the full XML file code to help understand the issue better.

Also put this as the first line in the xml file and see if this solves the issue

 <?xml version="1.0" encoding="ISO-8859-1"?> 

Please provide the full XML file code to help understand the issue better.

Also put this as the first line in the xml file and see if this solves the issue

 <?xml version="1.0" encoding="utf-8"?> 
Source Link
Binoj Antony
  • 16.3k
  • 25
  • 92
  • 98

Please provide the full XML file code to help understand the issue better.

Also put this as the first line in the xml file and see if this solves the issue

 <?xml version="1.0" encoding="ISO-8859-1"?>