Skip to content

Commit

Permalink
Add utf8mb3 missing mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
intrip committed Aug 3, 2023
1 parent 17bc4c4 commit 290c9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions support/mysql_enc_to_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"macroman" => "macRoman",
"cp852" => "CP852",
"latin7" => "ISO-8859-13",
"utf8mb3" => "UTF-8",
"utf8mb4" => "UTF-8",
"cp1251" => "Windows-1251",
"utf16" => "UTF-16",
Expand Down
1 change: 1 addition & 0 deletions support/ruby_enc_to_mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"macroman" => "macRoman",
"cp852" => "CP852",
"latin7" => "ISO-8859-13",
"utf8mb3" => "UTF-8",
"utf8mb4" => "UTF-8",
"cp1251" => "Windows-1251",
"utf16" => "UTF-16",
Expand Down

0 comments on commit 290c9f4

Please sign in to comment.