Hi,
I am using Ciui from google code and all the requests are only GET requests and not POST. The calls are made by the ajax (i am not sure) . I need to know how to read the "searchstring" parameter from this url. When i read this in my servlet using the getQueryString() method i am not able to properly form the actual text. This unicode (when % replaced by /) like text is actually in chinese. Please let me how to decode search string and create the string.
The other parameter is in proper percentage encoding an i am able to decode using the URL decode. Thanks in advance