Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rigosong
Contributor
Contributor

XML parsing - characters not shown properly

Hello, 

 

I'm reading XML data directly from an Oracle DB BLOB field which is working fine except that certain characters are not parsed properly.  The word "Qualität" for example is parsed as "Qualität".

From what I can tell all the XMLs have prober encoding defined, see below:

<?xml version="1.0" encoding="UTF-8"?>

 

When loading the XML data I tried to enforce UTF-8 encoding but unfortunately it didn't help. Characters are still not shown correctly. Code:

LOAD *
From_Field (xml,data) (utf8,XmlSimple, Table is ...)

 

Any ideas what the problem might be? 

 

Thanks!

0 Replies