From 9fa2a91f16338ec85697663c8a148df1ee497409 Mon Sep 17 00:00:00 2001
From: Anne van Kesteren
Date: Wed, 13 Oct 2021 09:29:07 +0200
Subject: [PATCH] Use GBK as fallback, not gb18030
It's equivalent for decoding, but gives more conservative encoding that's likely to be more compatible.
Fixes #4557.
---
source | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/source b/source
index 9feaf6aa6f8..0690ef89ed7 100644
--- a/source
+++ b/source
@@ -106347,15 +106347,15 @@ dictionary StorageEventInit : EventInit {
compatibility with legacy content. Locales are identified by BCP 47 language tags. [ ]
@@ -106722,17 +106722,17 @@ dictionary StorageEventInit : EventInit {
zh-CN
| Chinese (People's Republic of China)
- | gb18030
+ | GBK
-
+
-
+
|
zh-TW
@@ -107138,7 +107138,7 @@ dictionary StorageEventInit : EventInit {
windows-1256,
windows-1257,
windows-1258,
- gb18030,
+ GBK,
Big5,
ISO-2022-JP,
Shift_JIS,
|