119 lines
5.5 KiB
Plaintext
119 lines
5.5 KiB
Plaintext
<!-- ...................................................................... -->
|
|
<!-- ISO Numeric and Special Graphic Entities V0.3 ........................ -->
|
|
<!-- File iso-num.ent ..................................................... -->
|
|
|
|
<!-- Copyright (C) 2001, 2002 Organization for the Advancement of Structured
|
|
Information Standards (OASIS).
|
|
|
|
$Id: ISOnum.ent,v 1.3 2002/12/13 22:47:23 adam Exp $
|
|
|
|
Permission to use, copy, modify and distribute this entity set
|
|
and its accompanying documentation for any purpose and without
|
|
fee is hereby granted in perpetuity, provided that the above
|
|
copyright notice and this paragraph appear in all copies. The
|
|
copyright holders make no representation about the suitability of
|
|
the entities for any purpose. It is provided "as is" without
|
|
expressed or implied warranty.
|
|
|
|
Please direct all questions, bug reports, or suggestions for
|
|
changes to the docbook@lists.oasis-open.org mailing list. For more
|
|
information, see http://www.oasis-open.org/docbook/.
|
|
|
|
Derived, in part, from:
|
|
|
|
* iso-num.gml
|
|
|
|
Copyright (C) 1986 International Organization for Standardization
|
|
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.
|
|
|
|
* http://www.tug.org/applications/jadetex/unicode.xml
|
|
|
|
* ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC/SGML.TXT
|
|
|
|
Please use the following formal public identifier to identify it:
|
|
|
|
ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML
|
|
-->
|
|
|
|
<!ENTITY half "½"> <!-- VULGAR FRACTION ONE HALF -->
|
|
<!ENTITY frac12 "½"> <!-- VULGAR FRACTION ONE HALF -->
|
|
<!ENTITY frac14 "¼"> <!-- VULGAR FRACTION ONE QUARTER -->
|
|
<!ENTITY frac34 "¾"> <!-- VULGAR FRACTION THREE QUARTERS -->
|
|
<!ENTITY frac18 "⅛"> <!-- -->
|
|
<!ENTITY frac38 "⅜"> <!-- -->
|
|
<!ENTITY frac58 "⅝"> <!-- -->
|
|
<!ENTITY frac78 "⅞"> <!-- -->
|
|
<!ENTITY sup1 "¹"> <!-- SUPERSCRIPT ONE -->
|
|
<!ENTITY sup2 "²"> <!-- SUPERSCRIPT TWO -->
|
|
<!ENTITY sup3 "³"> <!-- SUPERSCRIPT THREE -->
|
|
<!ENTITY plus "+"> <!-- PLUS SIGN -->
|
|
<!ENTITY plusmn "±"> <!-- PLUS-MINUS SIGN -->
|
|
<!ENTITY lt "&#60;"> <!-- LESS-THAN SIGN -->
|
|
<!ENTITY equals "="> <!-- EQUALS SIGN -->
|
|
<!ENTITY gt ">"> <!-- GREATER-THAN SIGN -->
|
|
<!ENTITY divide "÷"> <!-- DIVISION SIGN -->
|
|
<!ENTITY times "×"> <!-- MULTIPLICATION SIGN -->
|
|
<!ENTITY curren "¤"> <!-- CURRENCY SIGN -->
|
|
<!ENTITY pound "£"> <!-- POUND SIGN -->
|
|
<!ENTITY dollar "$"> <!-- DOLLAR SIGN -->
|
|
<!ENTITY cent "¢"> <!-- CENT SIGN -->
|
|
<!ENTITY yen "¥"> <!-- YEN SIGN -->
|
|
<!ENTITY num "#"> <!-- NUMBER SIGN -->
|
|
<!ENTITY percnt "%"> <!-- PERCENT SIGN -->
|
|
<!ENTITY amp "&#38;"> <!-- AMPERSAND -->
|
|
<!ENTITY ast "*"> <!-- ASTERISK -->
|
|
<!ENTITY commat "@"> <!-- COMMERCIAL AT -->
|
|
<!ENTITY lsqb "["> <!-- LEFT SQUARE BRACKET -->
|
|
<!ENTITY bsol "\"> <!-- REVERSE SOLIDUS -->
|
|
<!ENTITY rsqb "]"> <!-- RIGHT SQUARE BRACKET -->
|
|
<!ENTITY lcub "{"> <!-- LEFT CURLY BRACKET -->
|
|
<!ENTITY horbar "―"> <!-- HORIZONTAL BAR -->
|
|
<!ENTITY verbar "|"> <!-- VERTICAL LINE -->
|
|
<!ENTITY rcub "}"> <!-- RIGHT CURLY BRACKET -->
|
|
<!ENTITY micro "µ"> <!-- MICRO SIGN -->
|
|
<!ENTITY ohm "Ω"> <!-- OHM SIGN -->
|
|
<!ENTITY deg "°"> <!-- DEGREE SIGN -->
|
|
<!ENTITY ordm "º"> <!-- MASCULINE ORDINAL INDICATOR -->
|
|
<!ENTITY ordf "ª"> <!-- FEMININE ORDINAL INDICATOR -->
|
|
<!ENTITY sect "§"> <!-- SECTION SIGN -->
|
|
<!ENTITY para "¶"> <!-- PILCROW SIGN -->
|
|
<!ENTITY middot "·"> <!-- MIDDLE DOT -->
|
|
<!ENTITY larr "←"> <!-- LEFTWARDS ARROW -->
|
|
<!ENTITY rarr "→"> <!-- RIGHTWARDS ARROW -->
|
|
<!ENTITY uarr "↑"> <!-- UPWARDS ARROW -->
|
|
<!ENTITY darr "↓"> <!-- DOWNWARDS ARROW -->
|
|
<!ENTITY copy "©"> <!-- COPYRIGHT SIGN -->
|
|
<!ENTITY reg "®"> <!-- REG TRADE MARK SIGN -->
|
|
<!ENTITY trade "™"> <!-- TRADE MARK SIGN -->
|
|
<!ENTITY brvbar "¦"> <!-- BROKEN BAR -->
|
|
<!ENTITY not "¬"> <!-- NOT SIGN -->
|
|
<!ENTITY sung "♩"> <!-- -->
|
|
<!ENTITY excl "!"> <!-- EXCLAMATION MARK -->
|
|
<!ENTITY iexcl "¡"> <!-- INVERTED EXCLAMATION MARK -->
|
|
<!ENTITY quot """> <!-- QUOTATION MARK -->
|
|
<!ENTITY apos "'"> <!-- APOSTROPHE -->
|
|
<!ENTITY lpar "("> <!-- LEFT PARENTHESIS -->
|
|
<!ENTITY rpar ")"> <!-- RIGHT PARENTHESIS -->
|
|
<!ENTITY comma ","> <!-- COMMA -->
|
|
<!ENTITY lowbar "_"> <!-- LOW LINE -->
|
|
<!ENTITY hyphen "-"> <!-- HYPHEN-MINUS -->
|
|
<!ENTITY period "."> <!-- FULL STOP -->
|
|
<!ENTITY sol "/"> <!-- SOLIDUS -->
|
|
<!ENTITY colon ":"> <!-- COLON -->
|
|
<!ENTITY semi ";"> <!-- SEMICOLON -->
|
|
<!ENTITY quest "?"> <!-- QUESTION MARK -->
|
|
<!ENTITY iquest "¿"> <!-- INVERTED QUESTION MARK -->
|
|
<!ENTITY laquo "«"> <!-- LEFT-POINTING DOUBLE ANGLE QUOTATION MARK -->
|
|
<!ENTITY raquo "»"> <!-- RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK -->
|
|
<!ENTITY lsquo "‘"> <!-- -->
|
|
<!ENTITY rsquo "’"> <!-- RIGHT SINGLE QUOTATION MARK -->
|
|
<!ENTITY ldquo "“"> <!-- -->
|
|
<!ENTITY rdquo "”"> <!-- RIGHT DOUBLE QUOTATION MARK -->
|
|
<!ENTITY nbsp " "> <!-- NO-BREAK SPACE -->
|
|
<!ENTITY shy "­"> <!-- SOFT HYPHEN -->
|
|
|
|
<!-- End of ISO Numeric and Special Graphic Entities V0.3 ................. -->
|
|
<!-- ...................................................................... -->
|