Hi,
I'm receiving in one of our interface a XML file as a %Stream.GlobalBinary, and in the source Application that produces this XML file, the user sometimes add a special character that force the XML file to have the header encoding to UTF-8, instead of ISO-8859-1 :
<?xml version="1.0" encoding="UTF8"?>
When my current interface tries to convert the %Stream.GlobalBinary into %XML.XPATH.Document to this exceptional UTF8 header encoding of the XML file :
Set tSC=##class(%XML.XPATH.Document).CreateFromStream(stream,.tDoc) --> contains exceptionally UTF8 encoding
I have the following bug that




.png)
