Re: retrieved wired code for Unicode

2004-05-25 Thread Michael Becke
Hello KMKU, The wire log converts all content to ASCII, and encodes all non-ASCII characters to the format you've seen. The actual content of the HTTP response (available via HttpMethod.getResponseBody*() methods) correctly handles charsets. The wire log is just meant for debugging. Mike

RE: retrieved wired code for Unicode

2004-05-25 Thread K.M. Ku
-Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 8:42 PM To: Commons HttpClient Project Subject: Re: retrieved wired code for Unicode Hello KMKU, The wire log converts all content to ASCII, and encodes all non-ASCII characters to the format you've

Re: retrieved wired code for Unicode

2004-05-25 Thread Ortwin Glück
K.M. Ku wrote: Hi Mike Thx for info. However, I cannot get the correct Unicode character after storing in String. It is oK for ISO8859 (as it is the default charset of httpclient, right?). Can you share me the correct method to store the Unicode characters into String variable? Thx a millon. KMKU

RE: retrieved wired code for Unicode

2004-05-25 Thread Oleg Kalnichevski
- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 8:42 PM To: Commons HttpClient Project Subject: Re: retrieved wired code for Unicode Hello KMKU, The wire log converts all content to ASCII, and encodes all non-ASCII characters to the format you've