Hello Christian,
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? My ß always turns into a character mess inside the database kind regards Achim
Gesendet über Yahoo Mail für Android
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
basex-talk@mailman.uni-konstanz.de