diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2011-05-21 10:58:14 +0300 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2011-05-21 10:58:14 +0300 |
commit | 61582ed122d95ac2dc75c5311bcd63ef5e7e5a55 (patch) | |
tree | a288472da6c4ce3e504b0fdc3cd35be9cb0a323a /htdocs/sgml-lib/XX-html401-rdfa11-20101204/HTMLspecial.ent | |
parent | 9d88c7c46961f5890312dc4947c0caff9afe932e (diff) | |
download | markup-validator-61582ed122d95ac2dc75c5311bcd63ef5e7e5a55.zip markup-validator-61582ed122d95ac2dc75c5311bcd63ef5e7e5a55.tar.gz markup-validator-61582ed122d95ac2dc75c5311bcd63ef5e7e5a55.tar.bz2 |
Revert changeset 3231.
We already have the entity files catalogued in REC-html401-19991224,
and because they're being used by public id, there's no need to
duplicate them for HTML 4.01 + RDFa 1.1.
Diffstat (limited to 'htdocs/sgml-lib/XX-html401-rdfa11-20101204/HTMLspecial.ent')
-rw-r--r-- | htdocs/sgml-lib/XX-html401-rdfa11-20101204/HTMLspecial.ent | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/htdocs/sgml-lib/XX-html401-rdfa11-20101204/HTMLspecial.ent b/htdocs/sgml-lib/XX-html401-rdfa11-20101204/HTMLspecial.ent deleted file mode 100644 index 5ce5c6a..0000000 --- a/htdocs/sgml-lib/XX-html401-rdfa11-20101204/HTMLspecial.ent +++ /dev/null @@ -1,77 +0,0 @@ -<!-- Special characters for HTML --> - -<!-- Character entity set. Typical invocation: - <!ENTITY % HTMLspecial PUBLIC - "-//W3C//ENTITIES Special//EN//HTML"> - %HTMLspecial; --> - -<!-- Portions (C) International Organization for Standardization 1986: - Permission to copy in any form is granted for use with - conforming SGML systems and applications as defined in - ISO 8879, provided this notice is included in all copies. ---> - -<!-- Relevant ISO entity set is given unless names are newly introduced. - New names (i.e., not in ISO 8879 list) do not clash with any - existing ISO 8879 entity names. ISO 10646 character numbers - are given for each character, in hex. CDATA values are decimal - conversions of the ISO 10646 values and refer to the document - character set. Names are ISO 10646 names. - ---> - -<!-- C0 Controls and Basic Latin --> -<!ENTITY quot CDATA """ -- quotation mark = APL quote, - U+0022 ISOnum --> -<!ENTITY amp CDATA "&" -- ampersand, U+0026 ISOnum --> -<!ENTITY lt CDATA "<" -- less-than sign, U+003C ISOnum --> -<!ENTITY gt CDATA ">" -- greater-than sign, U+003E ISOnum --> - -<!-- Latin Extended-A --> -<!ENTITY OElig CDATA "Œ" -- latin capital ligature OE, - U+0152 ISOlat2 --> -<!ENTITY oelig CDATA "œ" -- latin small ligature oe, U+0153 ISOlat2 --> -<!-- ligature is a misnomer, this is a separate character in some languages --> -<!ENTITY Scaron CDATA "Š" -- latin capital letter S with caron, - U+0160 ISOlat2 --> -<!ENTITY scaron CDATA "š" -- latin small letter s with caron, - U+0161 ISOlat2 --> -<!ENTITY Yuml CDATA "Ÿ" -- latin capital letter Y with diaeresis, - U+0178 ISOlat2 --> - -<!-- Spacing Modifier Letters --> -<!ENTITY circ CDATA "ˆ" -- modifier letter circumflex accent, - U+02C6 ISOpub --> -<!ENTITY tilde CDATA "˜" -- small tilde, U+02DC ISOdia --> - -<!-- General Punctuation --> -<!ENTITY ensp CDATA " " -- en space, U+2002 ISOpub --> -<!ENTITY emsp CDATA " " -- em space, U+2003 ISOpub --> -<!ENTITY thinsp CDATA " " -- thin space, U+2009 ISOpub --> -<!ENTITY zwnj CDATA "‌" -- zero width non-joiner, - U+200C NEW RFC 2070 --> -<!ENTITY zwj CDATA "‍" -- zero width joiner, U+200D NEW RFC 2070 --> -<!ENTITY lrm CDATA "‎" -- left-to-right mark, U+200E NEW RFC 2070 --> -<!ENTITY rlm CDATA "‏" -- right-to-left mark, U+200F NEW RFC 2070 --> -<!ENTITY ndash CDATA "–" -- en dash, U+2013 ISOpub --> -<!ENTITY mdash CDATA "—" -- em dash, U+2014 ISOpub --> -<!ENTITY lsquo CDATA "‘" -- left single quotation mark, - U+2018 ISOnum --> -<!ENTITY rsquo CDATA "’" -- right single quotation mark, - U+2019 ISOnum --> -<!ENTITY sbquo CDATA "‚" -- single low-9 quotation mark, U+201A NEW --> -<!ENTITY ldquo CDATA "“" -- left double quotation mark, - U+201C ISOnum --> -<!ENTITY rdquo CDATA "”" -- right double quotation mark, - U+201D ISOnum --> -<!ENTITY bdquo CDATA "„" -- double low-9 quotation mark, U+201E NEW --> -<!ENTITY dagger CDATA "†" -- dagger, U+2020 ISOpub --> -<!ENTITY Dagger CDATA "‡" -- double dagger, U+2021 ISOpub --> -<!ENTITY permil CDATA "‰" -- per mille sign, U+2030 ISOtech --> -<!ENTITY lsaquo CDATA "‹" -- single left-pointing angle quotation mark, - U+2039 ISO proposed --> -<!-- lsaquo is proposed but not yet ISO standardized --> -<!ENTITY rsaquo CDATA "›" -- single right-pointing angle quotation mark, - U+203A ISO proposed --> -<!-- rsaquo is proposed but not yet ISO standardized --> -<!ENTITY euro CDATA "€" -- euro sign, U+20AC NEW -->
\ No newline at end of file |