[Bug 12539] The numeric references to produce the gyphs in the third column should use the characters listed in the second columns. lang (and aliases) list (correctly) U+27ea, but the glyph is produced by #9001 (U+2329) which is not in normal form C and generates va

https://www.w3.org/Bugs/Public/show_bug.cgi?id=12539

--- Comment #6 from Michael[tm] Smith <mike@w3.org> 2011-12-20 19:45:29 UTC ---
workaround I'm using in the makefile that generates the author view is to do
this:

$(PERL) -pi -e "s/#9001;/#x27E8;/g"
$(PERL) -pi -e "s/#9002;/#x27E9;/g"

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 20 December 2011 19:45:31 UTC