Dear Restlet friends,

I'd like my server to be UTF-8 compliant, including explicit headers to indicate compliance. It's my understanding that my server should open with the header...
Accept-Charset: UTF-8
...and respond with the header:
Content-Type: text/html; charset=UTF-8

How can I achieve this? (I am using 1.0.7, with the Simple Framework. The only header I see related to this on a response: "Content-Type: text/html; charset=ISO-8859-1".)


Thanks for any help!
Aaron



Reply via email to