Yes, it helped me, THANK YOU! :)

On Wed, 15 Jun 2005, Oleg Kalnichevski wrote:

> Andrew,
> 
> Consider using the getResponseBodyAsStream method instead of
> getResponseBodyAsString. Apprently the server does not include the
> charset attribute in the content type header, which causes
> getResponseBodyAsString to fall back onto the default content charset 
> (ISO-8859-1)
> 
> Reader reader = new InputStreamReader(
>             httpget.getResponseBodyAsStream(),
>           "JIS"); 
> 
> Hope this helps
> 
> Oleg
> 


-- 
       ,,,,
       /'^'\
      ( o o )
--oOOO--(_)--OOOo------------------------------------------------
|                  Andrew A. Sabitov
|                  Email: [EMAIL PROTECTED]
|                  WWW:   fir.catalysis.nsk.su/~sabitov
| .oooO   Еж птица гордая - пока не пнешь, не полетит!
| (   )   Oooo.
---\ (----(   )-------------------------------------------------
    \_)    ) /
          (_/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to