Skip to content

Commit 58eb729

Browse files
committed
add missing duplicate code points for shift_jis https://www.w3.org/Bugs/Public/show_bug.cgi?id=16661
1 parent bec0f43 commit 58eb729

File tree

3 files changed

+402
-6
lines changed

3 files changed

+402
-6
lines changed

Overview.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="head">
4343

4444
<h1>Encoding</h1>
45-
<h2 class="no-num no-toc" id="living-draft-—-8-april-2012">Living Draft — 8 April 2012</h2>
45+
<h2 class="no-num no-toc" id="living-draft-—-9-april-2012">Living Draft — 9 April 2012</h2>
4646

4747
<dl>
4848
<dt>This Version:
@@ -65,7 +65,7 @@ <h2 class="no-num no-toc" id="living-draft-—-8-april-2012">Living Draft — 8
6565
<p class="copyright"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="http://i.creativecommons.org/p/zero/1.0/80x15.png"></a>
6666
To the extent possible under law, the editors have waived all copyright and
6767
related or neighboring rights to this work. In addition, as of
68-
8 April 2012, the editors have made this specification available
68+
9 April 2012, the editors have made this specification available
6969
under the
7070
<a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
7171
which is available at
@@ -1158,10 +1158,14 @@ <h2 id="legacy-multi-byte-japanese-encodings"><span class="secno">10 </span>Lega
11581158
code point.
11591159

11601160
<p class="note">The first index differs from the similarly named JIS X 0208
1161-
standard due to including formerly proprietary extensions from the
1162-
Nippon Electronics Corporation (NEC).
1161+
standard due to including formerly proprietary extensions from IBM and NEC.
1162+
Only the <a href="#shift_jis">shift_jis</a> <a href="#concept-encoding" title="concept-encoding">encoding</a>
1163+
can address the full range of this index, however, the additional
1164+
code points available to it are duplicate mappings.
11631165
The second index is identical to the similarly named JIS X 0212 standard.
11641166

1167+
<!-- NEC = Nippon Electronics Corporation -->
1168+
11651169
<p>The <dfn id="jis0208-code-point">jis0208 code point</dfn> for
11661170
(<var title="">row</var>, <var title="">cell</var>) is the code point located
11671171
at <var title="">row</var> × 94 + <var title="">cell</var> in

Overview.src.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,10 +1125,14 @@ <h2>Legacy multi-byte Japanese encodings</h2>
11251125
code point.
11261126

11271127
<p class=note>The first index differs from the similarly named JIS X 0208
1128-
standard due to including formerly proprietary extensions from the
1129-
Nippon Electronics Corporation (NEC).
1128+
standard due to including formerly proprietary extensions from IBM and NEC.
1129+
Only the <span>shift_jis</span> <span title=concept-encoding>encoding</span>
1130+
can address the full range of this index, however, the additional
1131+
code points available to it are duplicate mappings.
11301132
The second index is identical to the similarly named JIS X 0212 standard.
11311133

1134+
<!-- NEC = Nippon Electronics Corporation -->
1135+
11321136
<p>The <dfn>jis0208 code point</dfn> for
11331137
(<var title>row</var>, <var title>cell</var>) is the code point located
11341138
at <var title>row</var> &times; 94 + <var title>cell</var> in

0 commit comments

Comments
 (0)