Dear VBscript programmers
My code is reading a string with a special character, "Ã", from a KML file. After reading, it is wrinting in a TXT file and another KML file. However, after reading, the code converts automatically the special character:
"Ã" to "Ã"
"Ç" to "Ç"
"Ó" to "Ó"
And So...