http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11515
--- Comment #4 from Petter Goksøyr Åsen <[email protected]> --- > Odd. > When I test on master : > - simple search at OPAC with "centré" > - I have 5 results > - I click on a result > - I click on "Back to results" > => I get the page : "cgi-bin/koha/opac-search.pl?idx=&q=centré", "centré" > in search box and no results. Hm, I'm on master too. When I search for "øl", get 22 results, click on a result, click "Back to results", I get the page: => http://localhost:9000/cgi-bin/koha/opac-search.pl?q=%C3%B8l "øl" beeing url-encoded into %C3%B8l Its displayed correctly in the browser: => Results of search for 'kw,wrdl: øl' I notice you have idx= in your url, why I dont have that? I am very interested in any encoding-related bugs, because we also experience them on a seemingly random basis. It seems to me that it is not dealt with properly once and for all in Koha (ie. force utf-8 everywhere), but instead patched here and there, with the result that we sometimes get double-encoding issues. However, I do not know enough about Perl or Koha yet, so I might be totally wrong -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
