Hello everybody!
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 capable of displaying umlauts.
Also I couldn't find any option to set a locale on the SAX parser.
Is there any other way I can make the values save correctly?
btw: I am using eclipse as IDE.
All help is very appreciated!
Thanks in advance!