- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Oct 2012 19:59:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv656
Modified Files:
single-page.html spec.html
Added Files:
entities.json
Log Message:
commit ad9564f1a335d0601427637879a0eafb7f0aecce
Author: Sam Ruby <rubys@intertwingly.net>
Date: Mon Oct 8 14:44:39 2012 -0400
Produce entities.json
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=18232
--- NEW FILE: entities.json ---
{
"Á": { "codepoints": [193], "characters": "\u00C1" },
"Á": { "codepoints": [193], "characters": "\u00C1" },
"á": { "codepoints": [225], "characters": "\u00E1" },
"á": { "codepoints": [225], "characters": "\u00E1" },
"Ă": { "codepoints": [258], "characters": "\u0102" },
"ă": { "codepoints": [259], "characters": "\u0103" },
"∾": { "codepoints": [8766], "characters": "\u223E" },
"∿": { "codepoints": [8767], "characters": "\u223F" },
"∾̳": { "codepoints": [8766, 819], "characters": "\u223E\u0333" },
"Â": { "codepoints": [194], "characters": "\u00C2" },
"Â": { "codepoints": [194], "characters": "\u00C2" },
"â": { "codepoints": [226], "characters": "\u00E2" },
"â": { "codepoints": [226], "characters": "\u00E2" },
"´": { "codepoints": [180], "characters": "\u00B4" },
"´": { "codepoints": [180], "characters": "\u00B4" },
"А": { "codepoints": [1040], "characters": "\u0410" },
"а": { "codepoints": [1072], "characters": "\u0430" },
"Æ": { "codepoints": [198], "characters": "\u00C6" },
[...2194 lines suppressed...]
"З": { "codepoints": [1047], "characters": "\u0417" },
"з": { "codepoints": [1079], "characters": "\u0437" },
"Ż": { "codepoints": [379], "characters": "\u017B" },
"ż": { "codepoints": [380], "characters": "\u017C" },
"ℨ": { "codepoints": [8488], "characters": "\u2128" },
"​": { "codepoints": [8203], "characters": "\u200B" },
"Ζ": { "codepoints": [918], "characters": "\u0396" },
"ζ": { "codepoints": [950], "characters": "\u03B6" },
"ℨ": { "codepoints": [8488], "characters": "\u2128" },
"𝔷": { "codepoints": [120119], "characters": "\uD835\uDD37" },
"Ж": { "codepoints": [1046], "characters": "\u0416" },
"ж": { "codepoints": [1078], "characters": "\u0436" },
"⇝": { "codepoints": [8669], "characters": "\u21DD" },
"ℤ": { "codepoints": [8484], "characters": "\u2124" },
"𝕫": { "codepoints": [120171], "characters": "\uD835\uDD6B" },
"𝒵": { "codepoints": [119989], "characters": "\uD835\uDCB5" },
"𝓏": { "codepoints": [120015], "characters": "\uD835\uDCCF" },
"‍": { "codepoints": [8205], "characters": "\u200D" },
"‌": { "codepoints": [8204], "characters": "\u200C" }
}
Received on Monday, 8 October 2012 19:59:38 UTC