terrier-core icon indicating copy to clipboard operation
terrier-core copied to clipboard

change charset to UTF-8 in search form part

Open monika-1315 opened this issue 4 years ago • 1 comments

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.

monika-1315 avatar Apr 01 '22 14:04 monika-1315

Thanks @monika-1315. I'll check other JSPs too.

cmacdonald avatar Apr 01 '22 14:04 cmacdonald