@@ -296,10 +296,13 @@ prescribes, as that is necessary to be compatible with deployed content.
296
296
<tbody>
297
297
<tr><th colspan=2> <a href=#the-encoding>The Encoding</a>
298
298
<tr>
299
- <td rowspan=3 > <a>UTF-8</a>
299
+ <td rowspan=6 > <a>UTF-8</a>
300
300
<td> "<code> unicode-1-1-utf-8</code> "
301
+ <tr><td> "<code> unicode11utf8</code> "
302
+ <tr><td> "<code> unicode20utf8</code> "
301
303
<tr><td> "<code> utf-8</code> "
302
304
<tr><td> "<code> utf8</code> "
305
+ <tr><td> "<code> x-unicode20utf8</code> "
303
306
<tbody>
304
307
<tr><th colspan=2> <a href=#legacy-single-byte-encodings>Legacy single-byte encodings</a>
305
308
<tr>
@@ -597,11 +600,17 @@ prescribes, as that is necessary to be compatible with deployed content.
597
600
<tr><td> "<code> iso-2022-kr</code> "
598
601
<tr><td> "<code> replacement</code> "
599
602
<tr>
600
- <td> <a>UTF-16BE</a>
601
- <td> "<code> utf-16be</code> "
603
+ <td rowspan=2> <a>UTF-16BE</a>
604
+ <td> "<code> unicodefffe</code> "
605
+ <tr><td> "<code> utf-16be</code> "
602
606
<tr>
603
- <td rowspan=2> <a>UTF-16LE</a>
604
- <td> "<code> utf-16</code> "
607
+ <td rowspan=7> <a>UTF-16LE</a>
608
+ <td> "<code> csunicode</code> "
609
+ <tr><td> "<code> iso-10646-ucs-2</code> "
610
+ <tr><td> "<code> ucs-2</code> "
611
+ <tr><td> "<code> unicode</code> "
612
+ <tr><td> "<code> unicodefeff</code> "
613
+ <tr><td> "<code> utf-16</code> "
605
614
<tr><td> "<code> utf-16le</code> "
606
615
<tr>
607
616
<td> <a>x-user-defined</a>
@@ -3186,9 +3195,8 @@ its <a>is UTF-16BE decoder</a> set to true.
3186
3195
3187
3196
<h3 id=utf-16le dfn export>UTF-16LE</h3>
3188
3197
3189
- <p class="note no-backref"> Both "<code> utf-16</code> " and
3190
- "<code> utf-16le</code> " are <a>labels</a> for
3191
- <a>UTF-16LE</a> to deal with deployed content.
3198
+ <p class="note no-backref"> "<code> utf-16</code> " is a <a>label</a> for <a>UTF-16LE</a> to deal with
3199
+ deployed content.
3192
3200
3193
3201
3194
3202
<h4 id=utf-16le-decoder dfn export>UTF-16LE decoder</h4>
0 commit comments