I use POST in my form. On 6/27/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
Vincent, Vincent Lin wrote: > I'm having problem to submit Chinese characters from browser to web server. GET, POST, or both? If it's only failing for GET, check to make sure that your app server knows to expect UTF-8 strings in URLs (in Tomcat, for instance, this is specified in the <Connector> element of your configuration). -chris