koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1121] Encoding problems with BNF.
Date: 27 Jul 2006 16:42:37 -0000

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





------- Comment #1 from address@hidden  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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]