25 Feb
2014
25 Feb
'14
1:16 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11811 --- Comment #3 from Dobrica Pavlinusic <dpavlin@rot13.org> --- It does work as-is but for wrong reasons. We are really not decoding utf-8 characters and our only hope is that mysql will insert bytes as it gets them (which it does) so it works without this modification. This might change in future if mysql decided to check validity of data we are inserting into it. -- You are receiving this mail because: You are watching all bug changes.