Skip to content

Commit 5117e4f

Browse files
committed
Fix one incorrect mapping where utf-8 should be utf-16
Plus add 3 more mappings for utf8mb4 307,308,309
1 parent 0849b69 commit 5117e4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/constants/charset_encodings.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ module.exports = [
104104
'eucjpms',
105105
'eucjpms',
106106
'cp1250',
107-
'utf8',
107+
'utf16',
108108
'utf16',
109109
'utf16',
110110
'utf16',
@@ -309,5 +309,8 @@ module.exports = [
309309
'utf8',
310310
'utf8',
311311
'utf8',
312+
'utf8',
313+
'utf8',
314+
'utf8',
312315
'utf8'
313316
];

0 commit comments

Comments
 (0)