Re: Supporting accented characters in URL with URIEncoding=UTF-8

2007-12-04 Thread Mark Thomas
Rohit Seth wrote: > 1. Added URIEncoding="UTF-8" in connector element. > 2. Modified code to set encoding for request and response. > > After these changes we are observing following behavior: > > 1. If url doesn't contain any special character, everything is fine. > 2. If url contains a latin ch

Supporting accented characters in URL with URIEncoding=UTF-8

2007-12-04 Thread Rohit Seth
I tried to search the issue in forum but couldn't find any solution. We need to support special characters in URL (like ます or õñü). After going through various articles we have done following changes to accomplish the same 1. Added URIEncoding="UTF-8" in connector element. 2. Modified code to se