Skip to content

Commit 1585ae9

Browse files
committed
Add "replacement" as label for the replacement encoding
Fixes #70.
1 parent eedd518 commit 1585ae9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

encoding.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,12 +582,13 @@ prescribes, as that is found to be necessary to be compatible with deployed cont
582582
<tbody>
583583
<tr><th colspan=2><a href=#legacy-miscellaneous-encodings>Legacy miscellaneous encodings</a>
584584
<tr>
585-
<td rowspan=5><a>replacement</a>
585+
<td rowspan=6><a>replacement</a>
586586
<td>"<code>csiso2022kr</code>"
587587
<tr><td>"<code>hz-gb-2312</code>"
588588
<tr><td>"<code>iso-2022-cn</code>"
589589
<tr><td>"<code>iso-2022-cn-ext</code>"
590590
<tr><td>"<code>iso-2022-kr</code>"
591+
<tr><td>"<code>replacement</code>"
591592
<tr>
592593
<td><a>UTF-16BE</a>
593594
<td>"<code>utf-16be</code>"

encodings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,8 @@
426426
"hz-gb-2312",
427427
"iso-2022-cn",
428428
"iso-2022-cn-ext",
429-
"iso-2022-kr"
429+
"iso-2022-kr",
430+
"replacement"
430431
],
431432
"name": "replacement"
432433
},

0 commit comments

Comments
 (0)