Tagged Questions

0
votes
2answers
840 views

Umlaut in Java SAX Parser

I am currently having trouble with German umlaut values in a XML document I received. It displays / saves the value as a "ü" instead of a "ü". The XML Encoding is set to UTF-8 which should be ...