http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5883 --- Comment #3 from Frédérick Capovilla <fcapovilla@live.ca> 2011-03-21 18:45:29 UTC --- Created attachment 3384 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3384 Prevent re-encoding the items if they are already in UTF-8 in ModBiblio. I think I have found the source of the problem : In ModBiblio, the items were re-encoded in UTF-8 to fix some possible encoding mixing problems, but there was no check to see if the items were already in utf-8 before doing the re-encoding. This might have caused some encoding mixing problems in the case where the record and the item each contained utf-8 characters. Patch attached. Please test. -- 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.