Re: byte[] to ASCII content conversion

2004-01-13 Thread Oleg Kalnichevski
Mark, Coincidentally, we just ended up deprecating HttpConstants class, having migrated all the relevant functions to a new class named EncodingUtil. I can't help thinking that Codec may also be a good place for what is now EncodingUtil in HttpClient. Cheers, Oleg On Tue, 2004-01-13 at 18:10, Ma

byte[] to ASCII content conversion

2004-01-13 Thread Mark R. Diggory
In Httpclient there is a Static class primarily for the use of converting byte[]'s to ASCII strings and for returning a default encoding when the reqeuested encoding is not supported. Here is an example of the file: http://jakarta.apache.org/commons/httpclient/xref/org/apache/commons/httpclient