Re: passing japanese characters through form POST

* Balaji Srinivasan wrote:
>We are running a web-application on Weblogic 6.1 on English OS with UTF-8 
>database. On using browser (IE6) with Japanese settings and submitting 
>forms, we observe that the Japanese characters are received in the action 
>page as garbage (mostly ??). Any help on this would be appreciated.

If you like to receive the POST data UTF-8 encoded, you need to deliver
the page containing the form as UTF-8.

Received on Thursday, 10 April 2003 23:23:49 UTC