Hi Stephan, Stephan Koops wrote: > you could explicit set the character encoding of a representation. > Perhaps you have to set ISO-8859-1 into the representation? Use > Representation.setCharacterSet(...)
I don't think that this works with serialized objects. I tried to set the character set, but it didn't show up in the HTTP header on the other side. I tried to serialize the very same object myself (without Restlets involved), and sent it directly via a TCP Socket, and it worked. Could this be a bug somewhere in Restlet's ObjectRepresentation? Best regards, Hannes

