Moderator
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
Has successfully completed the online course Advanced (310)
Has successfully completed the online course Advanced (320)
Has successfully completed the Intermediate Certification
Has successfully completed the Advanced Certification 2 years, 9 months ago
#36570
::
Hi Satish,
Try to encode your XML in the format ‘window-1252’:
<?xml version="1.0" encoding="windows-1252" standalone="no"?>
If does not work for you, you can try the solution proposed in this thread, with a modified TextEncoder to create the blob: https://stackoverflow.com/questions/44135861/javascript-csv-text-download-in-ansi-windows-1252
However, I have not tested this solution.