LabVIEW 2021 Public Beta

cancel
Showing results for 
Search instead for 
Did you mean: 

Bug: XML Parsing ignores UTF-8 designation

At least that is what I think is happening.  The output from and FPGA compile is a big honking XML file that is eventually passed to a Document invoke node for parsing.  I don't know if this is eventually a system call or some NI created library.

 

However if the XML file includes some "special" characters such as ± the parsing fails.  The XML file is specified as UTF-8 at the top.  Yet returns error 0XFFFFF5BC which is an "error occurred while parsing the document".

 

This error is in both the 32 bit and 64 bit versions.  Attached is a sample VI that is the guts of the FPGA results parsing call with an input text stream captured as the XML output from an FPGA compile.  The culprit is some boolean indicator labels that use the ±5V label.

LabVIEW ChampionLabVIEW Channel Wires

0 Kudos
Message 1 of 2
(1,539 Views)

BTW: Bug 1439344

LabVIEW ChampionLabVIEW Channel Wires

0 Kudos
Message 2 of 2
(1,465 Views)