[Bug 14993] The list of named character references at http://www.w3.org/TR/html5/named-character-references.html (8.5 Named character references) should also be available in an easy-to-parse format (e.g. plain text or json). This will allow developers to use it with

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

Ezio Melotti <ezio.melotti@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |ezio.melotti@gmail.com
         Resolution|NEEDSINFO                   |

--- Comment #4 from Ezio Melotti <ezio.melotti@gmail.com> 2012-02-24 11:24:38 UTC ---
A JSON file with the character reference names and the characters they
represent would be good.

E.g.:
{"AElig;": "\u00c6",
 "Aacute;": "\u00c1",
 "AMP;": "&",
 ...}

-- 
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 Friday, 24 February 2012 11:24:46 UTC