Re: solved: quering UTF-8 encoded CSV files

2007-08-21 Thread Chris Hostetter
: 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

solved: quering UTF-8 encoded CSV files

2007-08-21 Thread Ben Shlomo, Yatir
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