From e1984daf6c1f67ee2b64f5f8fd48d6a9ef7c62bf Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Thu, 13 Feb 2025 09:54:19 +0100 Subject: [PATCH] Add windows-936-2000 as label for GBK Fixes #295. --- encoding.bs | 3 ++- encodings.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/encoding.bs b/encoding.bs index b5a539d..3914057 100644 --- a/encoding.bs +++ b/encoding.bs @@ -632,7 +632,7 @@ prescribes, as that is necessary to be compatible with deployed content. Legacy multi-byte Chinese (simplified) encodings - GBK + GBK "chinese" "csgb2312" "csiso58gb231280" @@ -641,6 +641,7 @@ prescribes, as that is necessary to be compatible with deployed content. "gb_2312-80" "gbk" "iso-ir-58" + "windows-936-2000" "x-gbk" gb18030 diff --git a/encodings.json b/encodings.json index 74019c0..2834fe9 100644 --- a/encodings.json +++ b/encodings.json @@ -340,6 +340,7 @@ "gb_2312-80", "gbk", "iso-ir-58", + "windows-936-2000", "x-gbk" ], "name": "GBK"