diff --git a/encoding.bs b/encoding.bs index 80f5f04..230fb10 100644 --- a/encoding.bs +++ b/encoding.bs @@ -582,12 +582,13 @@ prescribes, as that is found to be necessary to be compatible with deployed cont Legacy miscellaneous encodings - replacement + replacement "csiso2022kr" "hz-gb-2312" "iso-2022-cn" "iso-2022-cn-ext" "iso-2022-kr" + "replacement" UTF-16BE "utf-16be" diff --git a/encodings.json b/encodings.json index 4307b0c..941829a 100644 --- a/encodings.json +++ b/encodings.json @@ -426,7 +426,8 @@ "hz-gb-2312", "iso-2022-cn", "iso-2022-cn-ext", - "iso-2022-kr" + "iso-2022-kr", + "replacement" ], "name": "replacement" },