Hi all,
i have a problem with chinese character.
i send chinese character (繁簡自通 -> btw i dont know the meaning), but when my Action class receives it, the chinese characters turn out to be funny characters like this : ��?����?��??
my local is using
Tomcat. if in my server.xml i put this: URIEncoding="UTF-8" in Connector tag, it CAN work.
BUT the problem is, in my production environment, i use Websphere, and i cannot set the same thing like above.
i tried to set 'AddDefaultCharset Off' on my httpd.conf, but it didnt seem to work..
can someone help me on this? i am at my wit's end..