1 parent 94deb87 commit 4e5417bCopy full SHA for 4e5417b
1 file changed
lib/MT/ObjectDriver/Driver/DBD/mysql.pm
@@ -67,7 +67,7 @@ sub _set_names {
67
# MySQL 4.1+ and non-latin1(database) == needs SET NAMES call.
68
my $c = lc $cfg->PublishCharset;
69
my %Charset = (
70
- 'utf-8' => 'utf8',
+ 'utf-8' => 'utf8mb4',
71
'shift_jis' => 'sjis',
72
'shift-jis' => 'sjis',
73
'euc-jp' => 'ujis',
0 commit comments