terrier-core
terrier-core copied to clipboard
change charset to UTF-8 in search form part
In line 1 charset is set to ISO-8859-1 (even though page encoding is UTF-8 and in line 228 charset is UTF-8). That caused a lot of problems while searching e.g. in Polish, causing search form from the main page working completely different than form at results page (and making it impossible to search with some letters and stating model). Setting UTF-8 here solved this problem.
Thanks @monika-1315. I'll check other JSPs too.