You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
3.7 KiB
62 lines
3.7 KiB
<!-- rfc2629-other.ent
|
|
|
|
Character entity set for RFC-2629 source xml documents.
|
|
There is no need to invoke this directly from
|
|
the source document itself; just invoke the DTD.
|
|
|
|
These are unknown to (X)HTML, so any converter to these
|
|
formats must either substitute these entities
|
|
or invoke this file from the output file.
|
|
|
|
Conversion to txt or nroff format will replace
|
|
these entities by the parenthesized text.
|
|
|
|
Typical invocation:
|
|
<!ENTITY % rfc2629-other
|
|
PUBLIC "-//IETF//ENTITIES Other for RFC 2629//EN"
|
|
"http://xml.resource.org/authoring/rfc2629-other.ent">
|
|
%rfc2629-other;
|
|
-->
|
|
|
|
<!-- Magical -->
|
|
<!-- rfc.number (automatically expanded to content
|
|
of number="..." attribute
|
|
of <rfc> element, or to "XXXX") -->
|
|
|
|
<!-- ASCII -->
|
|
<!ENTITY excl "!"><!-- U+0021 EXCLAMATION MARK ("!") -->
|
|
<!ENTITY num "#"><!-- U+0023 NUMBER SIGN ("#") -->
|
|
<!ENTITY dollar "$"><!-- U+0024 DOLLAR SIGN ("$") -->
|
|
<!ENTITY percnt "%"><!-- U+0025 PERCENT SIGN ("%") -->
|
|
<!ENTITY lpar "("><!-- U+0028 LEFT PARENTHESIS ("(") -->
|
|
<!ENTITY rpar ")"><!-- U+0029 RIGHT PARENTHESIS (")") -->
|
|
<!ENTITY ast "*"><!-- U+002A ASTERISK ("*") -->
|
|
<!ENTITY plus "+"><!-- U+002B PLUS SIGN ("+") -->
|
|
<!ENTITY comma ","><!-- U+002C COMMA (",") -->
|
|
<!ENTITY hyphen "-"><!-- U+002D HYPHEN-MINUS ("-") -->
|
|
<!ENTITY period "."><!-- U+002E FULL STOP (".") -->
|
|
<!ENTITY sol "/"><!-- U+002F SOLIDUS ("/") -->
|
|
<!ENTITY colon ":"><!-- U+003A COLON (":") -->
|
|
<!ENTITY semi ";"><!-- U+003B SEMICOLON (";") -->
|
|
<!ENTITY equals "="><!-- U+003D EQUALS SIGN ("=") -->
|
|
<!ENTITY quest "?"><!-- U+003F QUESTION MARK ("?") -->
|
|
<!ENTITY commat "@"><!-- U+0040 COMMERCIAL AT ("@") -->
|
|
<!ENTITY lsqb "["><!-- U+005B LEFT SQUARE BRACKET ("[") -->
|
|
<!ENTITY bsol "\"><!-- U+005C REVERSE SOLIDUS ("\\") -->
|
|
<!ENTITY rsqb "]"><!-- U+005D RIGHT SQUARE BRACKET ("]") -->
|
|
<!ENTITY circ "^"><!-- U+005E CIRCUMFLEX ACCENT ("^") -->
|
|
<!ENTITY lowbar "_"><!-- U+005F LOW LINE ("_") -->
|
|
<!ENTITY grave "`"><!-- U+0060 GRAVE ACCENT ("`") -->
|
|
<!ENTITY lcub "{"><!-- U+007B LEFT CURLY BRACKET ("{") -->
|
|
<!ENTITY verbar "|"><!-- U+007C VERTICAL LINE ("|") -->
|
|
<!ENTITY rcub "}"><!-- U+007D RIGHT CURLY BRACKET ("}") -->
|
|
|
|
<!-- Useful Unicode -->
|
|
<!ENTITY Zcaron "Ž"><!-- U+017D LATIN CAPITAL LETTER Z WITH CARON ("Z") -->
|
|
<!ENTITY zcaron "ž"><!-- U+017E LATIN SMALL LETTER Z WITH CARON ("z") -->
|
|
<!ENTITY dash "‐"><!-- U+2010 HYPHEN ("-") -->
|
|
<!ENTITY nbhy "‑"><!-- U+2011 NON-BREAKING HYPHEN (special "-") -->
|
|
<!ENTITY wj "⁠"><!-- U+2060 WORD JOINER (special "") -->
|
|
|
|
<!-- EOF -->
|