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 "!"><!-- U+0021 EXCLAMATION MARK ("!") --> 28 <!ENTITY num "#"><!-- U+0023 NUMBER SIGN ("#") --> 29 <!ENTITY dollar "$"><!-- U+0024 DOLLAR SIGN ("$") --> 30 <!ENTITY percnt "%"><!-- U+0025 PERCENT SIGN ("%") --> 31 <!ENTITY lpar "("><!-- U+0028 LEFT PARENTHESIS ("(") --> 32 <!ENTITY rpar ")"><!-- U+0029 RIGHT PARENTHESIS (")") --> 33 <!ENTITY ast "*"><!-- U+002A ASTERISK ("*") --> 34 <!ENTITY plus "+"><!-- U+002B PLUS SIGN ("+") --> 35 <!ENTITY comma ","><!-- U+002C COMMA (",") --> 36 <!ENTITY hyphen "-"><!-- U+002D HYPHEN-MINUS ("-") --> 37 <!ENTITY period "."><!-- U+002E FULL STOP (".") --> 38 <!ENTITY sol "/"><!-- U+002F SOLIDUS ("/") --> 39 <!ENTITY colon ":"><!-- U+003A COLON (":") --> 40 <!ENTITY semi ";"><!-- U+003B SEMICOLON (";") --> 41 <!ENTITY equals "="><!-- U+003D EQUALS SIGN ("=") --> 42 <!ENTITY quest "?"><!-- U+003F QUESTION MARK ("?") --> 43 <!ENTITY commat "@"><!-- U+0040 COMMERCIAL AT ("@") --> 44 <!ENTITY lsqb "["><!-- U+005B LEFT SQUARE BRACKET ("[") --> 45 <!ENTITY bsol "\"><!-- U+005C REVERSE SOLIDUS ("\\") --> 46 <!ENTITY rsqb "]"><!-- U+005D RIGHT SQUARE BRACKET ("]") --> 47 <!ENTITY circ "^"><!-- U+005E CIRCUMFLEX ACCENT ("^") --> 48 <!ENTITY lowbar "_"><!-- U+005F LOW LINE ("_") --> 49 <!ENTITY grave "`"><!-- U+0060 GRAVE ACCENT ("`") --> 50 <!ENTITY lcub "{"><!-- U+007B LEFT CURLY BRACKET ("{") --> 51 <!ENTITY verbar "|"><!-- U+007C VERTICAL LINE ("|") --> 52 <!ENTITY rcub "}"><!-- U+007D RIGHT CURLY BRACKET ("}") --> 53 54 <!-- Useful Unicode --> 55 <!ENTITY Zcaron "Ž"><!-- U+017D LATIN CAPITAL LETTER Z WITH CARON ("Z") --> 56 <!ENTITY zcaron "ž"><!-- U+017E LATIN SMALL LETTER Z WITH CARON ("z") --> 57 <!ENTITY dash "‐"><!-- U+2010 HYPHEN ("-") --> 58 <!ENTITY nbhy "‑"><!-- U+2011 NON-BREAKING HYPHEN (special "-") --> 59 <!ENTITY wj "⁠"><!-- U+2060 WORD JOINER (special "") --> 60 61 <!-- EOF --> 62