XML file in ISO 8859-13 format suddenly not working
Posted: Mon Jun 02, 2025 10:02 am
I have a flow, where the input is an XML file that is picked up by switch.
What has recently started to happen is that when a network address that is placed in customerPath has foreign symbols in it (ø, å, æ) is not parsed correctly by switch. The symbol is displayed wrong and switch returns an error, because the network path does not exist.
This was not an issue before and has appeared out of nowhere. I have not changed anything, except updated Switch to 2024 Fall version. When i open the xml file in Notepad, the symbol is also wrong, but when i open it in microsoft edge, it is displayed correctly. The correct language package is installed on the server and has not been altered in any way during this time.
I am not sure, if this is an windows issue or a Switch issue or where should i start to try fixing this. I can change the encoding versio, but that would be a last resort.
Code: Select all
<?xml version="1.0" encoding="ISO-8859-13"?>
<!-- created with JavaScript MetaXMLsave -->
<orderinfo>
<customerID></customerID>
<customerPath></customerPath>
<orderID></orderID>
<model>
<modelNo></modelNo>
</model>
</orderinfo>
This was not an issue before and has appeared out of nowhere. I have not changed anything, except updated Switch to 2024 Fall version. When i open the xml file in Notepad, the symbol is also wrong, but when i open it in microsoft edge, it is displayed correctly. The correct language package is installed on the server and has not been altered in any way during this time.
I am not sure, if this is an windows issue or a Switch issue or where should i start to try fixing this. I can change the encoding versio, but that would be a last resort.