Open
Description
Because MariaDB 10.7 has renamed utf8 to utf8mb3 (wich is the real econding name, also supported by MySQL), iconv.decode()
function fails when utf8mb3 is passed as encoding (second parameter) when parsing BLOB columns.
Error: Encoding not recognized: 'utf8mb3' (searched as: 'utf8mb3')
at Object.getCodec (iconv-lite/lib/index.js:104:23)
at Object.getDecoder (iconv-lite/lib/index.js:125:23)
at Object.decode (iconv-lite/lib/index.js:38:25)
at Object.readMysqlValue (zongji/lib/common.js:470:23)
...
Metadata
Metadata
Assignees
Labels
No labels