Skip to content

Commit

Permalink
Add windows-936-2000 as label for GBK
Browse files Browse the repository at this point in the history
Fixes #295.
  • Loading branch information
annevk committed Feb 13, 2025
1 parent 9477a2e commit e1984da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion encoding.bs
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ prescribes, as that is necessary to be compatible with deployed content.
<tbody>
<tr><th colspan=2><a href=#legacy-multi-byte-chinese-(simplified)-encodings>Legacy multi-byte Chinese (simplified) encodings</a>
<tr>
<td rowspan=9><a>GBK</a>
<td rowspan=10><a>GBK</a>
<td>"<code>chinese</code>"
<tr><td>"<code>csgb2312</code>"
<tr><td>"<code>csiso58gb231280</code>"
Expand All @@ -641,6 +641,7 @@ prescribes, as that is necessary to be compatible with deployed content.
<tr><td>"<code>gb_2312-80</code>"
<tr><td>"<code>gbk</code>"
<tr><td>"<code>iso-ir-58</code>"
<tr><td>"<code>windows-936-2000</code>"
<tr><td>"<code>x-gbk</code>"
<tr>
<td><a>gb18030</a>
Expand Down
1 change: 1 addition & 0 deletions encodings.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@
"gb_2312-80",
"gbk",
"iso-ir-58",
"windows-936-2000",
"x-gbk"
],
"name": "GBK"
Expand Down

0 comments on commit e1984da

Please sign in to comment.