Hi Chen,

as a quick workaround, you can override the ServerResource#doHandle(Variant) 
method:
@Override
protected Representation doHandle(Variant variant) throws ResourceException {
    variant.setCharacterSet(<your character set>);
    return super.doHandle(variant);
}

But that sounds odd...

Best regards,
Thierry Boileau

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2585526

Reply via email to