diff options
Diffstat (limited to 'src/resources/entities/ISOnum.pen')
-rwxr-xr-x | src/resources/entities/ISOnum.pen | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/src/resources/entities/ISOnum.pen b/src/resources/entities/ISOnum.pen new file mode 100755 index 0000000000..02605bfb58 --- /dev/null +++ b/src/resources/entities/ISOnum.pen @@ -0,0 +1,109 @@ +<!-- (C) International Organization for Standardization 1986 + 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. +--> +<!-- Character entity set. Typical invocation: + <!ENTITY % ISOnum PUBLIC + "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"> + %ISOnum; +--> +<!-- This version of the entity set can be used with any SGML document + which uses ISO 10646 as its document character set. + This includes XML documents and ISO HTML documents. + This entity set uses hexadecimal numeric character references. + + Creator: Rick Jelliffe, Allette Systems + + Version: 1997-07-07 +--> + +<!ENTITY half "½" ><!--=fraction one-half--> +<!ENTITY frac12 "½" ><!--=fraction one-half--> +<!ENTITY frac14 "¼" ><!--=fraction one-quarter--> +<!ENTITY frac34 "¾" ><!--=fraction three-quarters--> +<!ENTITY frac18 "⅛" > + <!-- or "±Ȃ⁄₈" --><!--=fraction one-eighth--> +<!ENTITY frac38 "⅜" > + <!-- or "³⁄₈" --><!--=fraction three-eighths--> +<!ENTITY frac58 "⅝" > + <!-- or "⁵⁄₈" --><!--=fraction five-eighths--> +<!ENTITY frac78 "⅞" > + <!-- or "⁷⁄₈" --><!--=fraction seven-eighths--> + +<!ENTITY sup1 "¹" ><!--=superscript one--> +<!ENTITY sup2 "²" ><!--=superscript two--> +<!ENTITY sup3 "³" ><!--=superscript three--> + +<!ENTITY plus "+" ><!--=plus sign B:--> +<!ENTITY plusmn "±" ><!--/pm B: =plus-or-minus sign--> +<!ENTITY lt "&#60;" ><!--=less-than sign R:--> +<!ENTITY equals "=" ><!--=equals sign R:--> +<!ENTITY gt ">" ><!--=greater-than sign R:--> +<!ENTITY divide "÷" ><!--/div B: =divide sign--> +<!ENTITY times "×" ><!--/times B: =multiply sign--> + +<!ENTITY curren "¤" ><!--=general currency sign--> +<!ENTITY pound "£" ><!--=pound sign--> +<!ENTITY dollar "$" ><!--=dollar sign--> +<!ENTITY cent "¢" ><!--=cent sign--> +<!ENTITY yen "¥" ><!--/yen =yen sign--> + +<!ENTITY num "#" ><!--=number sign--> +<!ENTITY percnt "%" ><!--=percent sign--> +<!ENTITY amp "&#38;" ><!--=ampersand--> +<!ENTITY ast "*" ><!--/ast B: =asterisk--> +<!ENTITY commat "@" ><!--=commercial at--> +<!ENTITY lsqb "[" ><!--/lbrack O: =left square bracket--> +<!ENTITY bsol "\" ><!--/backslash =reverse solidus--> +<!ENTITY rsqb "]" ><!--/rbrack C: =right square bracket--> +<!ENTITY lcub "{" ><!--/lbrace O: =left curly bracket--> +<!ENTITY horbar "―" ><!--=horizontal bar--> +<!ENTITY verbar "|" ><!--/vert =vertical bar--> +<!ENTITY rcub "}" ><!--/rbrace C: =right curly bracket--> +<!ENTITY micro "µ" ><!--=micro sign--> +<!ENTITY ohm "ࡎ" ><!--=ohm sign--> +<!ENTITY deg "°" ><!--=degree sign--> +<!ENTITY ordm "º" ><!--=ordinal indicator, masculine--> +<!ENTITY ordf "ª" ><!--=ordinal indicator, feminine--> +<!ENTITY sect "§" ><!--=section sign--> +<!ENTITY para "¶" ><!--=pilcrow (paragraph sign)--> +<!ENTITY middot "·" ><!--/centerdot B: =middle dot--> +<!ENTITY larr "←" ><!--/leftarrow /gets A: =leftward arrow--> +<!ENTITY rarr "→" ><!--/rightarrow /to A: =rightward arrow--> +<!ENTITY uarr "↑" ><!--/uparrow A: =upward arrow--> +<!ENTITY darr "↓" ><!--/downarrow A: =downward arrow--> +<!ENTITY copy "©" ><!--=copyright sign--> +<!ENTITY reg "®" ><!--/circledR =registered sign--> +<!ENTITY trade "™" ><!--=trade mark sign--> +<!ENTITY brvbar "¦" ><!--=bren (vertical) bar--> +<!ENTITY not "¬" ><!--/neg /lnot =not sign--> +<!ENTITY sung "♪" ><!--=music note (sung text sign)--> + +<!ENTITY excl "!" ><!--=exclamation mark--> +<!ENTITY iexcl "¡" ><!--=inverted exclamation mark--> +<!ENTITY quot '"' ><!--=quotation mark--> +<!ENTITY apos "'" ><!--=apostrophe--> +<!ENTITY lpar "(" ><!--O: =left parenthesis--> +<!ENTITY rpar ")" ><!--C: =right parenthesis--> +<!ENTITY comma "," ><!--P: =comma--> +<!ENTITY lowbar "_" ><!--=low line--> +<!ENTITY hyphen "‐" ><!--=hyphen--> +<!ENTITY period "." ><!--=full stop, period--> +<!ENTITY sol "/" ><!--=solidus--> +<!ENTITY colon ":" ><!--/colon P:--> +<!ENTITY semi ";" ><!--=semicolon P:--> +<!ENTITY quest "?" ><!--=question mark--> +<!ENTITY iquest "¿" ><!--=inverted question mark--> +<!ENTITY laquo "‹" ><!--=angle quotation mark, left + But note that Unicode 1 & Maler & el Andaloussi give « --> +<!ENTITY raquo "›" ><!--=angle quotation mark, right + But note that Unicode 1 & Maler & el Andaloussi give » --> +<!ENTITY lsquo "‘" ><!--=single quotation mark, left--> +<!ENTITY rsquo "’" ><!--=single quotation mark, right--> +<!ENTITY ldquo "“" ><!--=double quotation mark, left--> +<!ENTITY rdquo "”" ><!--=double quotation mark, right--> +<!ENTITY nbsp " " ><!--=no break (required) space--> +<!ENTITY shy "­" ><!--=soft hyphen--> + + |