Josias Thoeny wrote:
I had a look at the problem and it seems that xsp does not respect the
form-encoding of the request.
But it can be specified manually:
String query = <xsp-request:get-parameter name="query" default=""
form-encoding="UTF-8"/>;
That should have the same effect as query = new
String(query.getBytes("ISO-8859-1"), "UTF-8");
That's not a very nice solution so the request filter might be worth a try.
Josias
<xsp-request:get-parameter name="query" default="" form-encoding="UTF-8"/>
works and seems a better solution. Thanks again.
solprovider wrote:
2. I will apply this to the instructions and code on solprovider.com
tomorrow. Who creates the bugzilla?
I'll let you create it and have all the fun! :)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]