On Sat, 2010-10-23 at 02:40 +0330, John Smith wrote: ... > > Oleg, > > Thanks for quick response, but I have not found any way to reformat an > incorrectly encoded string. I doubt that this possible at all. > > Is there any way to make HttpClient read headers as UTF-8 (even with > modification to source code)? >
One can set the 'http.protocol.element-charset' parameter to make HttpClient use a specific charset for protocol elements http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fundamentals.html#d4e337 Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
