Hi, I just downloaded and integrated the HttpClient in my project, I send XML file over HTTP.
When would like to send XML file with french character but these characters are
translated to bad character :
Envoy� : mardi 18 f�vrier 2003 14:34 to Envoyé : mardi 18 février 2003
14:34 .
I tried to add
post.setRequestHeader("Content-type", "text/xml; charset=UTF-8");
with no success.
Thanks for help.
Laurent Garcia
