[Koha-bugs] [Bug 5883] UTF-8 characters in items (952) get encoded wrong when the record is modified.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 21 19:45:29 CET 2011


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

--- Comment #3 from Frédérick Capovilla <fcapovilla at 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.


More information about the Koha-bugs mailing list