We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bc4c4 commit 290c9f4Copy full SHA for 290c9f4
support/mysql_enc_to_ruby.rb
@@ -33,6 +33,7 @@
33
"macroman" => "macRoman",
34
"cp852" => "CP852",
35
"latin7" => "ISO-8859-13",
36
+ "utf8mb3" => "UTF-8",
37
"utf8mb4" => "UTF-8",
38
"cp1251" => "Windows-1251",
39
"utf16" => "UTF-16",
support/ruby_enc_to_mysql.rb
@@ -28,6 +28,7 @@
28
29
30
31
32
0 commit comments