http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5616
--- Comment #14 from M. de Rooy <[email protected]> 2011-10-12 11:45:17 UTC --- (In reply to comment #13) > Additionnal details : > If I remove the "-charset => 'UTF-8'" in the header() call of your last patch, > the accented are shown correctly, but Firefox tells me the encoding of the > page > is ISO-8859-1. > > On the old signed off patch, Firefox tells me the encoding of the page is > UTF-8. Our goal is definitely: The page should be in UTF-8. So that should be in the header, but we have to solve the other issue of course. I did some tests and had correct encodings (before sending the patch), although it seemed that the cache sometimes sits in between and does not show the updated page. Frederic, are you sure (at first) that your characters are saved in UTF-8 in MySQL? Did you check diacritics in the Latin range only or also other characters (from other parts of Unicode) ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ 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/
