Skip to content

Commit

Permalink
Update charsets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aske authored Aug 3, 2020
1 parent 5dba259 commit c0e22ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mysql/connector/charsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
("utf8mb4", "utf8mb4_sinhala_ci", False), # 243
("utf8mb4", "utf8mb4_german2_ci", False), # 244
("utf8mb4", "utf8mb4_croatian_ci", False), # 245
("utf8mb4", "utf8mb4_unicode_520_ci", False), # 246
("utf8mb4", "utf8mb4_unicode_520_ci", True), # 246
("utf8mb4", "utf8mb4_vietnamese_ci", False), # 247
("gb18030", "gb18030_chinese_ci", True), # 248
("gb18030", "gb18030_bin", False), # 249
Expand Down

0 comments on commit c0e22ce

Please sign in to comment.