annotate schemas/xhtml-special.ent @ 3:2f52da2e7605

Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
author Tsudico
date Wed, 08 Dec 2010 18:44:10 -0600
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
1 <!-- Special characters for XHTML -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
2
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
3 <!-- Character entity set. Typical invocation:
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
4 <!ENTITY % HTMLspecial PUBLIC
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
5 "-//W3C//ENTITIES Special for XHTML//EN"
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
6 "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
7 %HTMLspecial;
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
8 -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
9
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
10 <!-- Portions (C) International Organization for Standardization 1986:
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
11 Permission to copy in any form is granted for use with
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
12 conforming SGML systems and applications as defined in
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
13 ISO 8879, provided this notice is included in all copies.
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
14 -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
15
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
16 <!-- Relevant ISO entity set is given unless names are newly introduced.
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
17 New names (i.e., not in ISO 8879 list) do not clash with any
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
18 existing ISO 8879 entity names. ISO 10646 character numbers
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
19 are given for each character, in hex. values are decimal
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
20 conversions of the ISO 10646 values and refer to the document
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
21 character set. Names are Unicode names.
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
22 -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
23
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
24 <!-- C0 Controls and Basic Latin -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
25 <!ENTITY quot "&#34;"> <!-- quotation mark, U+0022 ISOnum -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
26 <!ENTITY amp "&#38;#38;"> <!-- ampersand, U+0026 ISOnum -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
27 <!ENTITY lt "&#38;#60;"> <!-- less-than sign, U+003C ISOnum -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
28 <!ENTITY gt "&#62;"> <!-- greater-than sign, U+003E ISOnum -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
29 <!ENTITY apos "&#39;"> <!-- apostrophe = APL quote, U+0027 ISOnum -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
30
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
31 <!-- Latin Extended-A -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
32 <!ENTITY OElig "&#338;"> <!-- latin capital ligature OE,
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
33 U+0152 ISOlat2 -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
34 <!ENTITY oelig "&#339;"> <!-- latin small ligature oe, U+0153 ISOlat2 -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
35 <!-- ligature is a misnomer, this is a separate character in some languages -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
36 <!ENTITY Scaron "&#352;"> <!-- latin capital letter S with caron,
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
37 U+0160 ISOlat2 -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
38 <!ENTITY scaron "&#353;"> <!-- latin small letter s with caron,
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
39 U+0161 ISOlat2 -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
40 <!ENTITY Yuml "&#376;"> <!-- latin capital letter Y with diaeresis,
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
41 U+0178 ISOlat2 -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
42
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
43 <!-- Spacing Modifier Letters -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
44 <!ENTITY circ "&#710;"> <!-- modifier letter circumflex accent,
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
45 U+02C6 ISOpub -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
46 <!ENTITY tilde "&#732;"> <!-- small tilde, U+02DC ISOdia -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
47
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
48 <!-- General Punctuation -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
49 <!ENTITY ensp "&#8194;"> <!-- en space, U+2002 ISOpub -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
50 <!ENTITY emsp "&#8195;"> <!-- em space, U+2003 ISOpub -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
51 <!ENTITY thinsp "&#8201;"> <!-- thin space, U+2009 ISOpub -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
52 <!ENTITY zwnj "&#8204;"> <!-- zero width non-joiner,
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
53 U+200C NEW RFC 2070 -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
54 <!ENTITY zwj "&#8205;"> <!-- zero width joiner, U+200D NEW RFC 2070 -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
55 <!ENTITY lrm "&#8206;"> <!-- left-to-right mark, U+200E NEW RFC 2070 -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
56 <!ENTITY rlm "&#8207;"> <!-- right-to-left mark, U+200F NEW RFC 2070 -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
57 <!ENTITY ndash "&#8211;"> <!-- en dash, U+2013 ISOpub -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
58 <!ENTITY mdash "&#8212;"> <!-- em dash, U+2014 ISOpub -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
59 <!ENTITY lsquo "&#8216;"> <!-- left single quotation mark,
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
60 U+2018 ISOnum -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
61 <!ENTITY rsquo "&#8217;"> <!-- right single quotation mark,
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
62 U+2019 ISOnum -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
63 <!ENTITY sbquo "&#8218;"> <!-- single low-9 quotation mark, U+201A NEW -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
64 <!ENTITY ldquo "&#8220;"> <!-- left double quotation mark,
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
65 U+201C ISOnum -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
66 <!ENTITY rdquo "&#8221;"> <!-- right double quotation mark,
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
67 U+201D ISOnum -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
68 <!ENTITY bdquo "&#8222;"> <!-- double low-9 quotation mark, U+201E NEW -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
69 <!ENTITY dagger "&#8224;"> <!-- dagger, U+2020 ISOpub -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
70 <!ENTITY Dagger "&#8225;"> <!-- double dagger, U+2021 ISOpub -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
71 <!ENTITY permil "&#8240;"> <!-- per mille sign, U+2030 ISOtech -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
72 <!ENTITY lsaquo "&#8249;"> <!-- single left-pointing angle quotation mark,
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
73 U+2039 ISO proposed -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
74 <!-- lsaquo is proposed but not yet ISO standardized -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
75 <!ENTITY rsaquo "&#8250;"> <!-- single right-pointing angle quotation mark,
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
76 U+203A ISO proposed -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
77 <!-- rsaquo is proposed but not yet ISO standardized -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
78
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
79 <!-- Currency Symbols -->
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
80 <!ENTITY euro "&#8364;"> <!-- euro sign, U+20AC NEW -->