• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!-- rfc2629-other.ent
2
3     Character entity set for RFC-2629 source xml documents.
4     There is no need to invoke this directly from
5     the source document itself; just invoke the DTD.
6
7     These are unknown to (X)HTML, so any converter to these
8     formats must either substitute these entities
9     or invoke this file from the output file.
10
11     Conversion to txt or nroff format will replace
12     these entities by the parenthesized text.
13
14     Typical invocation:
15       <!ENTITY % rfc2629-other
16                PUBLIC "-//IETF//ENTITIES Other for RFC 2629//EN"
17                       "http://xml.resource.org/authoring/rfc2629-other.ent">
18       %rfc2629-other;
19-->
20
21<!-- Magical -->
22<!--     rfc.number            (automatically expanded to content
23                                of number="..." attribute
24                                of <rfc> element, or to "XXXX")                       -->
25
26<!-- ASCII -->
27<!ENTITY excl     "&#33;"><!-- U+0021 EXCLAMATION MARK                  ("!")         -->
28<!ENTITY num      "&#35;"><!-- U+0023 NUMBER SIGN                       ("#")         -->
29<!ENTITY dollar   "&#36;"><!-- U+0024 DOLLAR SIGN                       ("$")         -->
30<!ENTITY percnt   "&#37;"><!-- U+0025 PERCENT SIGN                      ("%")         -->
31<!ENTITY lpar     "&#40;"><!-- U+0028 LEFT PARENTHESIS                  ("(")         -->
32<!ENTITY rpar     "&#41;"><!-- U+0029 RIGHT PARENTHESIS                 (")")         -->
33<!ENTITY ast      "&#42;"><!-- U+002A ASTERISK                          ("*")         -->
34<!ENTITY plus     "&#43;"><!-- U+002B PLUS SIGN                         ("+")         -->
35<!ENTITY comma    "&#44;"><!-- U+002C COMMA                             (",")         -->
36<!ENTITY hyphen   "&#45;"><!-- U+002D HYPHEN-MINUS                      ("-")         -->
37<!ENTITY period   "&#46;"><!-- U+002E FULL STOP                         (".")         -->
38<!ENTITY sol      "&#47;"><!-- U+002F SOLIDUS                           ("/")         -->
39<!ENTITY colon    "&#58;"><!-- U+003A COLON                             (":")         -->
40<!ENTITY semi     "&#59;"><!-- U+003B SEMICOLON                         (";")         -->
41<!ENTITY equals   "&#61;"><!-- U+003D EQUALS SIGN                       ("=")         -->
42<!ENTITY quest    "&#63;"><!-- U+003F QUESTION MARK                     ("?")         -->
43<!ENTITY commat   "&#64;"><!-- U+0040 COMMERCIAL AT                     ("@")         -->
44<!ENTITY lsqb     "&#91;"><!-- U+005B LEFT SQUARE BRACKET               ("[")         -->
45<!ENTITY bsol     "&#92;"><!-- U+005C REVERSE SOLIDUS                   ("\\")        -->
46<!ENTITY rsqb     "&#93;"><!-- U+005D RIGHT SQUARE BRACKET              ("]")         -->
47<!ENTITY circ     "&#94;"><!-- U+005E CIRCUMFLEX ACCENT                 ("^")         -->
48<!ENTITY lowbar   "&#95;"><!-- U+005F LOW LINE                          ("_")         -->
49<!ENTITY grave    "&#96;"><!-- U+0060 GRAVE ACCENT                      ("`")         -->
50<!ENTITY lcub    "&#123;"><!-- U+007B LEFT CURLY BRACKET                ("{")         -->
51<!ENTITY verbar  "&#124;"><!-- U+007C VERTICAL LINE                     ("|")         -->
52<!ENTITY rcub    "&#125;"><!-- U+007D RIGHT CURLY BRACKET               ("}")         -->
53
54<!-- Useful Unicode -->
55<!ENTITY Zcaron  "&#381;"><!-- U+017D LATIN CAPITAL LETTER Z WITH CARON ("Z")         -->
56<!ENTITY zcaron  "&#382;"><!-- U+017E LATIN SMALL LETTER Z WITH CARON   ("z")         -->
57<!ENTITY dash   "&#8208;"><!-- U+2010 HYPHEN                            ("-")         -->
58<!ENTITY nbhy   "&#8209;"><!-- U+2011 NON-BREAKING HYPHEN               (special "-") -->
59<!ENTITY wj     "&#8288;"><!-- U+2060 WORD JOINER                       (special "")  -->
60
61<!-- EOF -->
62