techact / solrmeter

Automatically exported from code.google.com/p/solrmeter
0 stars 0 forks source link

International characters can't be used on queries.txt file #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
International characters are not supported on queries file. Queries like: 
Scolári are executed like: "q=Scol%C3%A1ri"

Original issue reported on code.google.com by tflo...@gmail.com on 25 Oct 2010 at 1:33

GoogleCodeExporter commented 9 years ago
I think you need a fix in FileUtils line 54:

BufferedReader reader = new BufferedReader(new InputStreamReader(stream, 
"UTF-8"));

??

Original comment by cominv...@gmail.com on 28 Oct 2010 at 9:06

GoogleCodeExporter commented 9 years ago
It is fixed on trunk. Thank you cominvent.

Original comment by tflo...@gmail.com on 28 Oct 2010 at 10:12

GoogleCodeExporter commented 9 years ago

Original comment by tflo...@gmail.com on 18 Feb 2011 at 7:54