lovetide wrote:
> 2. We afraid the efficiency of character encoding conversion: The data
> POSTed from FORM are already x-www-form-urlencoded, if these data can be
> converted directly into UTF-8 instead of internal character encoding of
> Tomcat (is it iso-8859-1 ?), then it may be more efficient i think.

This is simply not true. There is no efficiency issue here.

Tomcat is open source so there is no need to guess at the internal
implementation - you can check it yourself. This way you can confirm
(or deny) any suspicions you may have regarding the implementation.


Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to