[Koha-bugs] [Bug 1121] Encoding problems with BNF.

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Thu Jul 27 18:42:37 CEST 2006


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1121





------- Comment #1 from tgarip at 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.





More information about the Koha-bugs mailing list