On Wed, Sep 02, 2009 at 11:39:35AM -0400, NBW wrote: > What about passing -Dfile.encoding=utf-8? >
HttpClient does not use system properties (per design) Oleg > On Wed, Sep 2, 2009 at 10:58 AM, Magnus Olstad Hansen <[email protected]>wrote: > > > > > > But when you call httpclient.execute(httpget, responseHandler), the > > > BasicResponseHandler will call EntityUtils.toString, and that in turn > > > uses ISO-8859-1 as its default charset when converting the bytes it > > > receives into the string. > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
