developer155
Programmer
I ahve an XML file that contains some Windows 1252 characters like ' . The XML file has to be
<?xml version="1.0" encoding="utf-8"?>
Is there a way I can write a vb script to read the original file and spit out a file that does not contain Win 1252 characters?
thanks
<?xml version="1.0" encoding="utf-8"?>
Is there a way I can write a vb script to read the original file and spit out a file that does not contain Win 1252 characters?
thanks