6. Some document types specify the charset inside the document itself, you should consult the appropriate standards to determine whether to use the charset specified in the HTTP response or the charset in the document.
Can you give examples of such document formats?
HttpClient is not supposed to be aware of any body content specific stuff. It is HttpClient consumer's responsibility to ensure that the content is properly decoded
This is generally true. HttpClient should only provide means to make this step as easy as possible.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
