Skip to content

Commit 4e5417b

Browse files
committed
Use utf8mb4
1 parent 94deb87 commit 4e5417b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/MT/ObjectDriver/Driver/DBD/mysql.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ sub _set_names {
6767
# MySQL 4.1+ and non-latin1(database) == needs SET NAMES call.
6868
my $c = lc $cfg->PublishCharset;
6969
my %Charset = (
70-
'utf-8' => 'utf8',
70+
'utf-8' => 'utf8mb4',
7171
'shift_jis' => 'sjis',
7272
'shift-jis' => 'sjis',
7373
'euc-jp' => 'ujis',

0 commit comments

Comments
 (0)