UTF8 and mysql: enable UTF8 mode correctly
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 27 Dec 2007 22:47:27 +0000 (16:47 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 27 Dec 2007 23:23:58 +0000 (17:23 -0600)
commit88451107aeb037f78ef63b6af66f4f23ec4a4dc1
tree1664a9751b152708aff0dd0db546ccfbe1aceaae
parent6c9d1614d84539475f91a12757019c3337e54e42
UTF8 and mysql: enable UTF8 mode correctly

Doc for DBD::mysql states that if not setting
mysql_enable_utf8 as part of the database
connect(), must do it before doing "set names utf8"

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Context.pm