Ray trace wrote:
ino its wierd....
yes my browser says utf-8 .
the mysql database is in utf-8.
hibernate is utf-8.
basically all is utf-8 except the incoming post data.....arg.
<property name="hibernate.connection.useUnicode">true</property>
<property name="hibernate.connection.characterEncoding">UTF-8</property>
database schema is created with utf-8 ...so that hibernate tools generate
the correct tables.
all though i dont think its hibernate causing the problems.
Have you tried using URIEncoding="UTF-8" in the connector tag of your
tomcat server.xml ?
It should be similar to the following:
<Connector port="8080" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"
URIEncoding="UTF-8"/>
HTH,
Emanuele
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]