[Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 21 11:57:36 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526

--- Comment #72 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 123007
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=123007&action=edit
Bug 27526: Fix encoding issue on subfield

If you have a "é" subfield it should work!

Note that VARCHAR(1) for binary means 1-byte (from MySQL doc):
"For example, if the default character set is utf8mb4, CHAR(5) BINARY is
treated as CHAR(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin. This
differs from BINARY(5), which stores 5-byte binary strings that have the
binary character set and collation."

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list