<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>17902</bug_id>
          
          <creation_ts>2012-07-18 07:14:54 +0000</creation_ts>
          <short_desc>Incorrect or inconsistent glyph values for &amp;rang; and &amp;lang;</short_desc>
          <delta_ts>2012-12-02 03:40:46 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.w3.org/TR/html5/named-character-references#entity-rang</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>annevk</cc>
    
    <cc>excors</cc>
    
    <cc>ian</cc>
    
    <cc>james</cc>
    
    <cc>mike</cc>
    
    <cc>xn--mlform-iua</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>70271</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2012-07-18 07:14:54 +0000</bug_when>
    <thetext>This was was cloned from bug 14430 as part of operation convergence.
Originally filed: 2011-10-11 16:12:00 +0000
Original reporter: Leif Halvard Silli &lt;xn--mlform-iua@xn--mlform-iua.no&gt;

================================================================================
 #0   Leif Halvard Silli                              2011-10-11 16:12:19 +0000 
--------------------------------------------------------------------------------
* The &apos;Glyph&apos; column for for &amp;rang; contains &amp;#9002; whereas the &apos;Character(s)&apos; column says that &amp;rang; has been redefined since HTML4 and is now pointing to &amp;#10217;/&amp;#x27e9;

And ditto:

* The &apos;Glyph&apos; column for for &amp;lang; contains &amp;#9001; whereas the &apos;Character(s)&apos; column says that &amp;lang; has been redefined since HTML4 and is now pointing to &amp;#10216;/&amp;#x27e8;

Or to quote the source code in the spec:

   &lt;tr id=&quot;entity-rang&quot;&gt;
      &lt;td&gt; &lt;code title=&quot;&quot;&gt;rang;&lt;/code&gt; &lt;/td&gt;
      &lt;td&gt; U+027E9 &lt;/td&gt; 
       &lt;td&gt; &lt;span class=&quot;glyph&quot; title=&quot;&quot;&gt;&amp;#9002;&lt;/span&gt; &lt;/td&gt;
   &lt;/tr&gt;

   &lt;tr id=&quot;entity-lang&quot;&gt;
      &lt;td&gt; &lt;code title=&quot;&quot;&gt;lang;&lt;/code&gt; &lt;/td&gt;
      &lt;td&gt; U+027E8 &lt;/td&gt;
      &lt;td&gt; &lt;span class=&quot;glyph&quot; title=&quot;&quot;&gt;&amp;#9001;&lt;/span&gt; &lt;/td&gt;
   &lt;/tr&gt;


Btw, you might also want to see bug 14429
================================================================================
 #1   Ian &apos;Hixie&apos; Hickson                             2011-10-21 22:53:03 +0000 
--------------------------------------------------------------------------------
That&apos;s a bug in the preprocessor&apos;s parser, I think.
================================================================================
 #2   Ian &apos;Hixie&apos; Hickson                             2012-01-27 18:26:52 +0000 
--------------------------------------------------------------------------------
Is this still broken?
================================================================================
 #3   Leif Halvard Silli                              2012-03-01 16:28:16 +0000 
--------------------------------------------------------------------------------
Yes, it is still broken. Tested today.
================================================================================</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74377</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2012-09-25 00:19:54 +0000</bug_when>
    <thetext>So in .../index, the character is confusingly just output as &quot;&amp;rang;&quot;, but in multipage/named*.html, it&apos;s output as 0xe2 0x8c 0xaa, which is U+232A (9002).

Both are suboptimal.

Any tools people know the cause or what I should do here?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74411</commentid>
    <comment_count>2</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2012-09-25 09:02:37 +0000</bug_when>
    <thetext>From what I remember this was because of Python / lxml and we had not figured out a way of solving it other than hacking the output. (This is a duplicate of a bug from David Carlisle.)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>