Skip to content

Commit

Permalink
Note lack of encoder support for jis0212 in both encodings.
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Nov 16, 2012
1 parent 9cc353b commit 04d7818
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
19 changes: 11 additions & 8 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -1818,12 +1818,6 @@ <h3 id="euc-jp"><span class="secno">12.1 </span><dfn>euc-jp</dfn></h3>

<p>The <dfn id="euc-jp-encoder">euc-jp encoder</dfn> (<a href="#encoder">encoder</a> for <a href="#euc-jp">euc-jp</a>) is:

<!--
No JIX X 0212 encoder support:
https://bugzilla.mozilla.org/show_bug.cgi?id=600715
http://code.google.com/p/chromium/issues/detail?id=78847
-->

<ol>
<li><p>Let <var title="">code point</var> be the value at
<a href="#code-point-pointer">code point pointer</a>.
Expand Down Expand Up @@ -1858,8 +1852,14 @@ <h3 id="euc-jp"><span class="secno">12.1 </span><dfn>euc-jp</dfn></h3>
<var title="">trail</var>.
</ol>

<p class="note">Contemporary implementations do not use
<a href="#index-jis0212">index jis0212</a> for the <a href="#euc-jp-encoder">euc-jp encoder</a>.
<p class="note">The <a href="#index-jis0212">index jis0212</a> is not used by the
<a href="#euc-jp-encoder">euc-jp encoder</a> due to lack of widespread support.

<!--
No JIX X 0212 encoder support:
https://bugzilla.mozilla.org/show_bug.cgi?id=600715
http://code.google.com/p/chromium/issues/detail?id=78847
-->


<h3 id="iso-2022-jp"><span class="secno">12.2 </span><dfn>iso-2022-jp</dfn></h3>
Expand Down Expand Up @@ -2090,6 +2090,9 @@ <h3 id="iso-2022-jp"><span class="secno">12.2 </span><dfn>iso-2022-jp</dfn></h3>
<var title="">trail</var>.
</ol>

<p class="note">The <a href="#index-jis0212">index jis0212</a> is not used by the
<a href="#iso-2022-jp-encoder">iso-2022-jp encoder</a> due to lack of widespread support.


<h3 id="shift_jis"><span class="secno">12.3 </span><dfn>shift_jis</dfn></h3>

Expand Down
19 changes: 11 additions & 8 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -1779,12 +1779,6 @@ <h3><dfn>euc-jp</dfn></h3>

<p>The <dfn>euc-jp encoder</dfn> (<span>encoder</span> for <span>euc-jp</span>) is:

<!--
No JIX X 0212 encoder support:
https://bugzilla.mozilla.org/show_bug.cgi?id=600715
http://code.google.com/p/chromium/issues/detail?id=78847
-->

<ol>
<li><p>Let <var title>code point</var> be the value at
<span>code point pointer</span>.
Expand Down Expand Up @@ -1819,8 +1813,14 @@ <h3><dfn>euc-jp</dfn></h3>
<var title>trail</var>.
</ol>

<p class=note>Contemporary implementations do not use
<span>index jis0212</span> for the <span>euc-jp encoder</span>.
<p class=note>The <span>index jis0212</span> is not used by the
<span>euc-jp encoder</span> due to lack of widespread support.

<!--
No JIX X 0212 encoder support:
https://bugzilla.mozilla.org/show_bug.cgi?id=600715
http://code.google.com/p/chromium/issues/detail?id=78847
-->


<h3><dfn>iso-2022-jp</dfn></h3>
Expand Down Expand Up @@ -2051,6 +2051,9 @@ <h3><dfn>iso-2022-jp</dfn></h3>
<var title>trail</var>.
</ol>

<p class=note>The <span>index jis0212</span> is not used by the
<span>iso-2022-jp encoder</span> due to lack of widespread support.


<h3><dfn>shift_jis</dfn></h3>

Expand Down

0 comments on commit 04d7818

Please sign in to comment.