[ http://jira.codehaus.org/browse/DISPL-71?page=comments#action_53141 ] 

Kostas Karkaletsis commented on DISPL-71:
-----------------------------------------

See http://tomcat.apache.org/tomcat-5.0-doc/config/http.html
I had the same problem with greek characters in Tomcat 5.0.28.  
I changed one line in conf/server.xml

<Connector acceptCount="100" connectionTimeout="20000" 
disableUploadTimeout="true" port="8090" redirectPort="8443" 
maxSpareThreads="75" maxThreads="150" minSpareThreads="25" URIEncoding="UTF-8">

I have added the property:URIEncoding="UTF-8"

And now works fine

> Unicode charactor encoding error
> --------------------------------
>
>          Key: DISPL-71
>          URL: http://jira.codehaus.org/browse/DISPL-71
>      Project: DisplayTag
>         Type: Bug

>   Components: Paging/Sorting
>     Versions: 1.0 RC2
>     Reporter: wangxp

>
>
> If the form contains some textbox, displaytag will append all the fields to 
> the url, but it seems that it encode the url before submit. So this raises a 
> problem -- the chinese charactors are unrecognized after I click the page 
> links. (I think other unicode charactor will have the same problem)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to