Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Changing ⟨ and ⟩ entities to new codepoints.
git-svn-id: http://svn.whatwg.org/webapps@1286 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 29, 2008
1 parent 22c5e3c commit af1fe89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions index
Expand Up @@ -45088,7 +45088,9 @@ http://lxr.mozilla.org/seamonkey/search?string=nested
<tr>
<td> <code title="">lang;</code>

<td> U+3008
<td> U+27E8
</tr>
<!-- HTML4 had this mapping to U+2329 which is canonically equivalent to U+3008 which is a CJK full-width character. U+27E8 is the mathematical equivalent. -->

<tr>
<td> <code title="">laquo;</code>
Expand Down Expand Up @@ -45488,7 +45490,9 @@ http://lxr.mozilla.org/seamonkey/search?string=nested
<tr>
<td> <code title="">rang;</code>

<td> U+3009
<td> U+27E9
</tr>
<!-- HTML4 had this mapping to U+232A which is canonically equivalent to U+3009 which is a CJK full-width character. U+27E9 is the mathematical equivalent. -->

<tr>
<td> <code title="">raquo;</code>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -41635,7 +41635,7 @@ http://lxr.mozilla.org/seamonkey/search?string=nested
<tr> <td> <code title="">kappa;</code> </td> <td> U+03BA </td> </tr>
<tr> <td> <code title="">lArr;</code> </td> <td> U+21D0 </td> </tr>
<tr> <td> <code title="">lambda;</code> </td> <td> U+03BB </td> </tr>
<tr> <td> <code title="">lang;</code> </td> <td> U+3008 </td> </tr>
<tr> <td> <code title="">lang;</code> </td> <td> U+27E8 </td> </tr> <!-- HTML4 had this mapping to U+2329 which is canonically equivalent to U+3008 which is a CJK full-width character. U+27E8 is the mathematical equivalent. -->
<tr> <td> <code title="">laquo;</code> </td> <td> U+00AB </td> </tr>
<tr> <td> <code title="">laquo</code> </td> <td> U+00AB </td> </tr>
<tr> <td> <code title="">larr;</code> </td> <td> U+2190 </td> </tr>
Expand Down Expand Up @@ -41715,7 +41715,7 @@ http://lxr.mozilla.org/seamonkey/search?string=nested
<tr> <td> <code title="">quot</code> </td> <td> U+0022 </td> </tr>
<tr> <td> <code title="">rArr;</code> </td> <td> U+21D2 </td> </tr>
<tr> <td> <code title="">radic;</code> </td> <td> U+221A </td> </tr>
<tr> <td> <code title="">rang;</code> </td> <td> U+3009 </td> </tr>
<tr> <td> <code title="">rang;</code> </td> <td> U+27E9 </td> </tr> <!-- HTML4 had this mapping to U+232A which is canonically equivalent to U+3009 which is a CJK full-width character. U+27E9 is the mathematical equivalent. -->
<tr> <td> <code title="">raquo;</code> </td> <td> U+00BB </td> </tr>
<tr> <td> <code title="">raquo</code> </td> <td> U+00BB </td> </tr>
<tr> <td> <code title="">rarr;</code> </td> <td> U+2192 </td> </tr>
Expand Down

0 comments on commit af1fe89

Please sign in to comment.