27 Jul
2006
27 Jul
'06
5:42 p.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1121 ------- Comment #1 from tgarip@neu.edu.tr 2006-07-28 04:42 ------- This is a typical problem when you think all you db is UTF-8 but it is not. Check your column collations involved in this process. Although your db is set to UTF-8, each column may have different character set collations. You will most probably find that one of your columns **is** set to latin1_swedish_ci. When upgrading to UTF-8 just altering the character set does not change collations. You have to implicitly alter them as well ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.