I have an XML with windows-1252 encoding.
The first row of XML file is:
<?xml version="1.0" encoding="windows-1252"?>
When the instruction call "C$XML" using CXML-PARSE-FILE, filename is invoked, it return error "Invalid XML file..."
There is a "Cobol" way to change the encoding from windows-1252 to UTF-8?
Thanks
#XML
#cxml



