Hi Achim,
I am adding an XML String to the database in a Java Programm via Add (String target, String input); Now my problem is input contains some special characters like German ( ß) It is explained a couple of times that serialization controls Output but what about the input? Where can I set the input character encoding?
Using Java, you shouldn't encounter any problems when adding arbitrary Unicode characters. Could you please give us more information what you did so far (ideally, an SSCCE)?
Thanks, Christian