Skip to content

Commit 290c9f4

Browse files
committed
Add utf8mb3 missing mapping
1 parent 17bc4c4 commit 290c9f4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

support/mysql_enc_to_ruby.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"macroman" => "macRoman",
3434
"cp852" => "CP852",
3535
"latin7" => "ISO-8859-13",
36+
"utf8mb3" => "UTF-8",
3637
"utf8mb4" => "UTF-8",
3738
"cp1251" => "Windows-1251",
3839
"utf16" => "UTF-16",

support/ruby_enc_to_mysql.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"macroman" => "macRoman",
2929
"cp852" => "CP852",
3030
"latin7" => "ISO-8859-13",
31+
"utf8mb3" => "UTF-8",
3132
"utf8mb4" => "UTF-8",
3233
"cp1251" => "Windows-1251",
3334
"utf16" => "UTF-16",

0 commit comments

Comments
 (0)