Hello Dave,
Do you want to build an application which supports multiple languages (English and Chinese)?
It shut be possible if you use UTF-8 to encode your Java Server Pages and define UTF-8 as default encoding for your application. Otherwise, if your encoding is set to ISO-8859-1 or BIG5 and the HTTP Client (Browser) does not sent information how it encoded the HTTP request parameters, it may be that the bytes are not correctly decoded by the servlet container.
Could you check the search with this UTF-8 option ?
(When using the generator UTF-8 encoding you receive UTF-8 coded JSP pages by default.)
If the error still occurs please sent a further post. Perhaps, it is an Tomcat problem because we tested the I18N stuff mainly with Tomcat 3.3.
Bye,
Christian.
#API-Management#Tamino#webMethods