On Wed, Sep 02, 2009 at 11:54:42AM -0400, NBW wrote: > No use of things like InputStreamReaders then I take it. >
InputStreamReaders is used by one utility method in HttpCore (EntityUtils#toString()). However, it uses an InputStreamReaders constructor that explicitly takes the charset name to be used for byte to char conversion as a parameter. Oleg > On Wed, Sep 2, 2009 at 11:41 AM, Oleg Kalnichevski <[email protected]> wrote: > > > 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 > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
