: The conclusion is that setting URIEncoding="UTF-8" in the
: section in server.xml is not enough
:
: I also needed to add -Dfile.encoding=UTF-8 to the tomcatâs java
: startup options (in catalina.bat)
seeing how you resolved this problem, has got me thinking ... how did you
index the CSV file
My problem is resolved:
The problem happened on tomcat running on win xp
When indexing utf-encoded csv files
The conclusion is that setting URIEncoding="UTF-8" in the section
in server.xml is not enough
I also needed to add -Dfile.encoding=UTF-8 to the tomcat’s java startup options
(in ca