msiebuhr / charcod.es

Small webpage for finding the odd unicode char code.
https://charcodes.netlify.app/
ISC License
18 stars 3 forks source link

Import W3C data #6

Closed msiebuhr closed 12 years ago

msiebuhr commented 12 years ago

W3C Has an XML file with HTML/XHTML/LaTeX/... aliases for what looks like most of unicode: http://www.w3.org/2003/entities/2007xml/unicode.xml

msiebuhr commented 12 years ago

Short status: The script w3c-xml2json.js spits out a JSON-document where each relevant char has an altnames-object with sub-keys for latex and html.

  1. compact-json.js need to understand this format and incorporate it into the output.
  2. The front-end need to understand these extra attributes.