NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 143 - Changing ⟨ and ⟩ entities to new codepoints.
Changing ⟨ and ⟩ entities to new codepoints.
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-13 15:58 CET by Henri Sivonen
Modified: 2008-03-14 12:08 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2008-03-13 15:58:00 CET
Index: source
===================================================================
--- source	(revision 1285)
+++ source	(revision 1286)
@@ -41628,21 +41628,21 @@ http://lxr.mozilla.org/seamonkey/search?
      <tr> <td> <code title="">int;</code> </td> <td> U+222B </td> </tr>
      <tr> <td> <code title="">iota;</code> </td> <td> U+03B9 </td> </tr>
      <tr> <td> <code title="">iquest;</code> </td> <td> U+00BF </td> </tr>
      <tr> <td> <code title="">iquest</code> </td> <td> U+00BF </td> </tr>
      <tr> <td> <code title="">isin;</code> </td> <td> U+2208 </td> </tr>
      <tr> <td> <code title="">iuml;</code> </td> <td> U+00EF </td> </tr>
      <tr> <td> <code title="">iuml</code> </td> <td> U+00EF </td> </tr>
      <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>
      <tr> <td> <code title="">lceil;</code> </td> <td> U+2308 </td> </tr>
      <tr> <td> <code title="">ldquo;</code> </td> <td> U+201C </td> </tr>
      <tr> <td> <code title="">le;</code> </td> <td> U+2264 </td> </tr>
      <tr> <td> <code title="">lfloor;</code> </td> <td> U+230A </td> </tr>
      <tr> <td> <code title="">lowast;</code> </td> <td> U+2217 </td> </tr>
      <tr> <td> <code title="">loz;</code> </td> <td> U+25CA </td> </tr>
      <tr> <td> <code title="">lrm;</code> </td> <td> U+200E </td> </tr>
@@ -41708,21 +41708,21 @@ http://lxr.mozilla.org/seamonkey/search?
      <tr> <td> <code title="">pound;</code> </td> <td> U+00A3 </td> </tr>
      <tr> <td> <code title="">pound</code> </td> <td> U+00A3 </td> </tr>
      <tr> <td> <code title="">prime;</code> </td> <td> U+2032 </td> </tr>
      <tr> <td> <code title="">prod;</code> </td> <td> U+220F </td> </tr>
      <tr> <td> <code title="">prop;</code> </td> <td> U+221D </td> </tr>
      <tr> <td> <code title="">psi;</code> </td> <td> U+03C8 </td> </tr>
      <tr> <td> <code title="">quot;</code> </td> <td> U+0022 </td> </tr>
      <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>
      <tr> <td> <code title="">rceil;</code> </td> <td> U+2309 </td> </tr>
      <tr> <td> <code title="">rdquo;</code> </td> <td> U+201D </td> </tr>
      <tr> <td> <code title="">real;</code> </td> <td> U+211C </td> </tr>
      <tr> <td> <code title="">reg;</code> </td> <td> U+00AE </td> </tr>
      <tr> <td> <code title="">reg</code> </td> <td> U+00AE </td> </tr>
      <tr> <td> <code title="">rfloor;</code> </td> <td> U+230B </td> </tr>
      <tr> <td> <code title="">rho;</code> </td> <td> U+03C1 </td> </tr>