org.symbian.tools.wrttools/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-special.ent
changeset 28 98245459a023
parent 27 71bee9e379ef
child 29 315b47abf7f3
equal deleted inserted replaced
27:71bee9e379ef 28:98245459a023
     1 <!-- ...................................................................... -->
       
     2 <!-- XML-compatible ISO Special Character Entity Set for XHTML ............ -->
       
     3 <!-- file: xhtml-special.ent
       
     4 
       
     5      Typical invocation:
       
     6 
       
     7        <!ENTITY % xhtml-special
       
     8            PUBLIC "-//W3C//ENTITIES Special for XHTML//EN"
       
     9                   "xhtml-special.ent" >
       
    10        %xhtml-special;
       
    11 
       
    12      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
       
    13 
       
    14        PUBLIC "-//W3C//ENTITIES Special for XHTML//EN"
       
    15        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-special.ent"
       
    16 
       
    17      Revision:  $Id: xhtml-special.ent,v 1.1 2004-02-23 16:12:06 ylafon Exp $ SMI
       
    18 
       
    19      Portions (C) International Organization for Standardization 1986:
       
    20      Permission to copy in any form is granted for use with conforming
       
    21      SGML systems and applications as defined in ISO 8879, provided
       
    22      this notice is included in all copies.
       
    23 
       
    24      Revisions:
       
    25 2000-10-28: added &apos; and altered XML Predefined Entities for compatibility
       
    26 -->
       
    27 
       
    28 <!-- Relevant ISO entity set is given unless names are newly introduced.
       
    29      New names (i.e., not in ISO 8879 [SGML] list) do not clash with
       
    30      any existing ISO 8879 entity names. ISO 10646 [ISO10646] character
       
    31      numbers are given for each character, in hex. Entity values are
       
    32      decimal conversions of the ISO 10646 values and refer to the
       
    33      document character set. Names are Unicode [UNICODE] names.
       
    34 -->
       
    35 
       
    36 <!-- C0 Controls and Basic Latin -->
       
    37 <!ENTITY lt      "&#38;&#60;" ><!-- less-than sign, U+003C ISOnum -->
       
    38 <!ENTITY gt      "&#62;" ><!-- greater-than sign, U+003E ISOnum -->
       
    39 <!ENTITY amp     "&#38;&#38;" ><!-- ampersand, U+0026 ISOnum -->
       
    40 <!ENTITY apos    "&#39;" ><!-- apostrophe, U+0027 ISOnum -->
       
    41 <!ENTITY quot    "&#34;" ><!-- quotation mark = APL quote, U+0022 ISOnum -->
       
    42 
       
    43 <!-- Latin Extended-A -->
       
    44 <!ENTITY OElig   "&#338;" ><!-- latin capital ligature OE, U+0152 ISOlat2 -->
       
    45 <!ENTITY oelig   "&#339;" ><!-- latin small ligature oe, U+0153 ISOlat2 -->
       
    46 
       
    47 <!-- ligature is a misnomer, this is a separate character in some languages -->
       
    48 <!ENTITY Scaron  "&#352;" ><!-- latin capital letter S with caron, U+0160 ISOlat2 -->
       
    49 <!ENTITY scaron  "&#353;" ><!-- latin small letter s with caron, U+0161 ISOlat2 -->
       
    50 <!ENTITY Yuml    "&#376;" ><!-- latin capital letter Y with diaeresis, U+0178 ISOlat2 -->
       
    51 
       
    52 <!-- Spacing Modifier Letters -->
       
    53 <!ENTITY circ    "&#710;" ><!-- modifier letter circumflex accent, U+02C6 ISOpub -->
       
    54 <!ENTITY tilde   "&#732;" ><!-- small tilde, U+02DC ISOdia -->
       
    55 
       
    56 <!-- General Punctuation -->
       
    57 <!ENTITY ensp    "&#8194;" ><!-- en space, U+2002 ISOpub -->
       
    58 <!ENTITY emsp    "&#8195;" ><!-- em space, U+2003 ISOpub -->
       
    59 <!ENTITY thinsp  "&#8201;" ><!-- thin space, U+2009 ISOpub -->
       
    60 <!ENTITY zwnj    "&#8204;" ><!-- zero width non-joiner, U+200C NEW RFC 2070 -->
       
    61 <!ENTITY zwj     "&#8205;" ><!-- zero width joiner, U+200D NEW RFC 2070 -->
       
    62 <!ENTITY lrm     "&#8206;" ><!-- left-to-right mark, U+200E NEW RFC 2070 -->
       
    63 <!ENTITY rlm     "&#8207;" ><!-- right-to-left mark, U+200F NEW RFC 2070 -->
       
    64 <!ENTITY ndash   "&#8211;" ><!-- en dash, U+2013 ISOpub -->
       
    65 <!ENTITY mdash   "&#8212;" ><!-- em dash, U+2014 ISOpub -->
       
    66 <!ENTITY lsquo   "&#8216;" ><!-- left single quotation mark, U+2018 ISOnum -->
       
    67 <!ENTITY rsquo   "&#8217;" ><!-- right single quotation mark, U+2019 ISOnum -->
       
    68 <!ENTITY sbquo   "&#8218;" ><!-- single low-9 quotation mark, U+201A NEW -->
       
    69 <!ENTITY ldquo   "&#8220;" ><!-- left double quotation mark, U+201C ISOnum -->
       
    70 <!ENTITY rdquo   "&#8221;" ><!-- right double quotation mark, U+201D ISOnum -->
       
    71 <!ENTITY bdquo   "&#8222;" ><!-- double low-9 quotation mark, U+201E NEW -->
       
    72 <!ENTITY dagger  "&#8224;" ><!-- dagger, U+2020 ISOpub -->
       
    73 <!ENTITY Dagger  "&#8225;" ><!-- double dagger, U+2021 ISOpub -->
       
    74 <!ENTITY permil  "&#8240;" ><!-- per mille sign, U+2030 ISOtech -->
       
    75 
       
    76 <!-- lsaquo is proposed but not yet ISO standardized -->
       
    77 <!ENTITY lsaquo  "&#8249;" ><!-- single left-pointing angle quotation mark, U+2039 ISO proposed -->
       
    78 <!-- rsaquo is proposed but not yet ISO standardized -->
       
    79 <!ENTITY rsaquo  "&#8250;" ><!-- single right-pointing angle quotation mark, U+203A ISO proposed -->
       
    80 <!ENTITY euro    "&#8364;" ><!-- euro sign, U+20AC NEW -->
       
    81 
       
    82 <!-- end of xhtml-special.ent -->