dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26381
Re: crazy chinese word in search filter field
Hi easy,
this problem seems to be related to how you configure Tomcat. DHIS itself
tries to encode request data. To enable UTF-8 encoding for Tomcat, open the
tomcat-dir/conf/server.xml file and add URIEncoding to your Connector
element, something like this:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
*URIEncoding="UTF-8"* />
Lars
On Fri, Oct 25, 2013 at 4:16 PM, easy <lin_xd@xxxxxxx> wrote:
> hi,sir,
>
> when I input a chinese filter word in DE filter in DE maintainence.
> become crazy word after submit.
> 都是 become 都是。
>
>
>
>
>
>
> --
> 此致
>
> easy
>
> 莫愁前路无知己,天下谁人不识君。
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help : https://help.launchpad.net/ListHelp
>
>
References