Skip to content

Commit

Permalink
Add a note about 0xA3 0xA0 sequence in gb18030. https://www.w3.org/Bu…
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Apr 28, 2014
1 parent d7cc02d commit 55accc7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -757,8 +757,10 @@ <h2 id="indexes"><span class="secno">5 </span>Indexes</h2>
<tr>
<td><dfn id="index-gb18030">index gb18030</dfn>
<td><a href="index-gb18030.txt">index-gb18030.txt</a>
<td>This matches the GB18030 standard for code points encoded as two
bytes.
<td>This matches the GB18030 standard for code points encoded as two bytes, except
0xA3 0xA0 maps to U+3000 to be compatible with deployed content.
<!-- https://bugs.webkit.org/show_bug.cgi?id=17014
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25396 -->
<tr>
<td><dfn id="index-gb18030-ranges">index gb18030 ranges</dfn>
<td><a href="index-gb18030-ranges.txt">index-gb18030-ranges.txt</a>
Expand Down
6 changes: 4 additions & 2 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,10 @@ <h2>Indexes</h2>
<tr>
<td><dfn>index gb18030</dfn>
<td><a href=index-gb18030.txt>index-gb18030.txt</a>
<td>This matches the GB18030 standard for code points encoded as two
bytes.
<td>This matches the GB18030 standard for code points encoded as two bytes, except
0xA3 0xA0 maps to U+3000 to be compatible with deployed content.
<!-- https://bugs.webkit.org/show_bug.cgi?id=17014
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25396 -->
<tr>
<td><dfn>index gb18030 ranges</dfn>
<td><a href=index-gb18030-ranges.txt>index-gb18030-ranges.txt</a>
Expand Down

0 comments on commit 55accc7

Please sign in to comment.