On 11/22/2020 3:51 PM, Jan-Erik Söderholm wrote: > Currently trying to read an example XML structure. The decode tool > (ElemantTree) throws an error due to some UTF8 codes in the XML... > Each single XML message is approx 150 KB. Obvious question: is the content really UTF-8? Labelling ISO-8859-something as UTF-8 tend to give such errors. Arne