[EMAIL PROTECTED] wrote:
> Thanks for response,  I put log in the code, It seems from httpclient, I 
> send whole string in right character set encoding, but when I retireve it 
> from server side,  it's messed up, do you have any idea?
> 
>             req.getInputStream().read(buf);

Check the return value of InputStream.read(byte[]).

cheers,
  Roland


PS: You might also want to have a look at item 4 here:
http://www.catb.org/~esr/faqs/smart-questions.html#forum

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

Reply via email to