Hi,
Am 04.01.2011 14:45, schrieb Andreas Weiler:
the whole client-server communication is in UTF-8 so the strings havn't to be converted.
I think there can be problems if the default encoding isn't set to UTF-8 in the JVM, which is the case for Windows outside of Eclipse, AFAIK (CP-1252 there). Then the String would be decoded to Mojibake.
@Andi: Do you think adding the encoding would cause any problems?
Cheers, Leo