http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6996
--- Comment #8 from M. de Rooy <[email protected]> 2011-10-12 12:48:03 UTC --- Hi Katrin, Thanks for testing. I guess that your problem had to do with using only characters with accents from the Latin range. I could repeat your problem with some umlauts on vowels. When I adding non-Latin unicode chars, the display was correct again. The Latin chars only do not set the UTF8 flag. The other chars do set the UTF8 flag. I corrected the problem by specifically adding utf8 on the output handle (giving perl no chance to make the wrong guess). New patch forthcoming. -- 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/
