The Input of non-ASCII characters in the search field does not work:
uña
is converted to
uña
after pressing the search button.
This is because in the Tomcat server the default charset encoding is ISO-8859-1
To configure Tomcat in utf-8 it is neccesary to add -Dfile.encoding=UTF-8 in catalina.sh
Log in to post a comment.
This is because in the Tomcat server the default charset encoding is ISO-8859-1
To configure Tomcat in utf-8 it is neccesary to add -Dfile.encoding=UTF-8 in catalina.sh