Skip to content

Commit e1984da

Browse files
committed
Add windows-936-2000 as label for GBK
Fixes #295.
1 parent 9477a2e commit e1984da

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

encoding.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ prescribes, as that is necessary to be compatible with deployed content.
632632
<tbody>
633633
<tr><th colspan=2><a href=#legacy-multi-byte-chinese-(simplified)-encodings>Legacy multi-byte Chinese (simplified) encodings</a>
634634
<tr>
635-
<td rowspan=9><a>GBK</a>
635+
<td rowspan=10><a>GBK</a>
636636
<td>"<code>chinese</code>"
637637
<tr><td>"<code>csgb2312</code>"
638638
<tr><td>"<code>csiso58gb231280</code>"
@@ -641,6 +641,7 @@ prescribes, as that is necessary to be compatible with deployed content.
641641
<tr><td>"<code>gb_2312-80</code>"
642642
<tr><td>"<code>gbk</code>"
643643
<tr><td>"<code>iso-ir-58</code>"
644+
<tr><td>"<code>windows-936-2000</code>"
644645
<tr><td>"<code>x-gbk</code>"
645646
<tr>
646647
<td><a>gb18030</a>

encodings.json

+1
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@
340340
"gb_2312-80",
341341
"gbk",
342342
"iso-ir-58",
343+
"windows-936-2000",
343344
"x-gbk"
344345
],
345346
"name": "GBK"

0 commit comments

Comments
 (0)