Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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