From cb7966974b1edd55e87da7c26e2ae5fb4af8e9e0 Mon Sep 17 00:00:00 2001 From: sorang Date: Thu, 9 Oct 2025 10:18:35 +0900 Subject: [PATCH] fix: add missing charset encoding for UTF8MB4_0900_BIN - Fix charset_encodings.js array missing index 309 - Resolves "Encoding not recognized: 'undefined'" error --- lib/constants/charset_encodings.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/constants/charset_encodings.js b/lib/constants/charset_encodings.js index 7e9860f8ce..bef8283ce3 100644 --- a/lib/constants/charset_encodings.js +++ b/lib/constants/charset_encodings.js @@ -313,4 +313,5 @@ module.exports = [ 'utf8', 'utf8', 'utf8', + 'utf8', ];