[Koha-bugs] [Bug 6996] Encoding problem in opac-showmarc

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 12 14:48:03 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6996

--- Comment #8 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 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.


More information about the Koha-bugs mailing list