Re: Problem about posting Chinese characters to tomcat server.

2007-07-02 Thread Kun Niu
It seems that get and post are treated differently. But thank you all the same.:) 2007/7/2, Mark Thomas <[EMAIL PROTECTED]>: Niu Kun wrote: > Any help would be appreciated and thanks in advance. http://tomcat.apache.org/faq/misc.html#tomcat5CharEncoding Mark -

Re: Problem about posting Chinese characters to tomcat server.

2007-07-02 Thread Kun Niu
TPCharset/ good luck... - Original Message - From: "Niu Kun" <[EMAIL PROTECTED]> To: Sent: Sunday, July 01, 2007 4:16 PM Subject: Problem about posting Chinese characters to tomcat server. > Dear all, > > I've just got a simple form to post Chinese characters

Re: Problem about posting Chinese characters to tomcat server.

2007-07-01 Thread Mark Thomas
Niu Kun wrote: > Any help would be appreciated and thanks in advance. http://tomcat.apache.org/faq/misc.html#tomcat5CharEncoding Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTEC

Re: Problem about posting Chinese characters to tomcat server.

2007-07-01 Thread Johnny Kewl
Sunday, July 01, 2007 4:16 PM Subject: Problem about posting Chinese characters to tomcat server. Dear all, I've just got a simple form to post Chinese characters to my jsp file. But the data submitted can't be seen on my web browser. After analyzing the data posted and shown on my bro

Problem about posting Chinese characters to tomcat server.

2007-07-01 Thread Niu Kun
Dear all, I've just got a simple form to post Chinese characters to my jsp file. But the data submitted can't be seen on my web browser. After analyzing the data posted and shown on my browser, I find the following problem. The letters I submit are "e7 89 9b e5 9d a4" which are in UTF-8 form. And