Re: UnsupportedEncodingException "UTF-8"

2007-08-29 Thread Gautam Deb
This error is indicating that your application needs to convert character data from/to a different encoding. You have to include some jars in the project explicitly. Check whether *charsets.jar* or* i18n.jar* is in your CLASSPATH. Best Regards, Gautam Deb On 8/29/07, Sachin Kolpuke <[EMAIL PROTE

UnsupportedEncodingException "UTF-8"

2007-08-29 Thread Sachin Kolpuke
Dear All; Please help me to resolve the error "UnsupportedEncodingException". I am posting an xml request to a server, HttpClient client = new HttpClient(url); String response = client.post(xmlString); The server gives response in the format of "UTF-8". OfBiz give