16 Feb
2018
16 Feb
'18
7:41 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336 --- Comment #72 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- The only thing I found in the mysql doc is: """ Tip: To save space with utf8mb4, use VARCHAR instead of CHAR. Otherwise, MySQL must reserve four bytes for each character in a CHAR CHARACTER SET utf8mb4 column because that is the maximum possible length. For example, MySQL must reserve 40 bytes for a CHAR(10) CHARACTER SET utf8mb4 column. """ https://dev.mysql.com/doc/refman/5.5/en/charset-unicode-utf8mb4.html -- You are receiving this mail because: You are watching all bug changes.