PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/bundles/plugins-trunk/XML/xml/dtds/ent/xhtml-special.ent

#
Unknown | 79 lines | 72 code | 7 blank | 0 comment | 0 complexity | a48a7a4483eeb1e7e32044f2b797b85b MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <!-- Special characters for HTML -->
  2. <!-- Character entity set. Typical invocation:
  3. <!ENTITY % HTMLspecial PUBLIC
  4. "-//W3C//ENTITIES Special for XHTML//EN"
  5. "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
  6. %HTMLspecial;
  7. -->
  8. <!-- Portions (C) International Organization for Standardization 1986:
  9. Permission to copy in any form is granted for use with
  10. conforming SGML systems and applications as defined in
  11. ISO 8879, provided this notice is included in all copies.
  12. -->
  13. <!-- Relevant ISO entity set is given unless names are newly introduced.
  14. New names (i.e., not in ISO 8879 list) do not clash with any
  15. existing ISO 8879 entity names. ISO 10646 character numbers
  16. are given for each character, in hex. values are decimal
  17. conversions of the ISO 10646 values and refer to the document
  18. character set. Names are Unicode names.
  19. -->
  20. <!-- C0 Controls and Basic Latin -->
  21. <!ENTITY quot "&#34;"> <!-- quotation mark = APL quote,
  22. U+0022 ISOnum -->
  23. <!ENTITY amp "&#38;#38;"> <!-- ampersand, U+0026 ISOnum -->
  24. <!ENTITY lt "&#38;#60;"> <!-- less-than sign, U+003C ISOnum -->
  25. <!ENTITY gt "&#62;"> <!-- greater-than sign, U+003E ISOnum -->
  26. <!ENTITY apos "&#39;"> <!-- apostrophe mark, U+0027 ISOnum -->
  27. <!-- Latin Extended-A -->
  28. <!ENTITY OElig "&#338;"> <!-- latin capital ligature OE,
  29. U+0152 ISOlat2 -->
  30. <!ENTITY oelig "&#339;"> <!-- latin small ligature oe, U+0153 ISOlat2 -->
  31. <!-- ligature is a misnomer, this is a separate character in some languages -->
  32. <!ENTITY Scaron "&#352;"> <!-- latin capital letter S with caron,
  33. U+0160 ISOlat2 -->
  34. <!ENTITY scaron "&#353;"> <!-- latin small letter s with caron,
  35. U+0161 ISOlat2 -->
  36. <!ENTITY Yuml "&#376;"> <!-- latin capital letter Y with diaeresis,
  37. U+0178 ISOlat2 -->
  38. <!-- Spacing Modifier Letters -->
  39. <!ENTITY circ "&#710;"> <!-- modifier letter circumflex accent,
  40. U+02C6 ISOpub -->
  41. <!ENTITY tilde "&#732;"> <!-- small tilde, U+02DC ISOdia -->
  42. <!-- General Punctuation -->
  43. <!ENTITY ensp "&#8194;"> <!-- en space, U+2002 ISOpub -->
  44. <!ENTITY emsp "&#8195;"> <!-- em space, U+2003 ISOpub -->
  45. <!ENTITY thinsp "&#8201;"> <!-- thin space, U+2009 ISOpub -->
  46. <!ENTITY zwnj "&#8204;"> <!-- zero width non-joiner,
  47. U+200C NEW RFC 2070 -->
  48. <!ENTITY zwj "&#8205;"> <!-- zero width joiner, U+200D NEW RFC 2070 -->
  49. <!ENTITY lrm "&#8206;"> <!-- left-to-right mark, U+200E NEW RFC 2070 -->
  50. <!ENTITY rlm "&#8207;"> <!-- right-to-left mark, U+200F NEW RFC 2070 -->
  51. <!ENTITY ndash "&#8211;"> <!-- en dash, U+2013 ISOpub -->
  52. <!ENTITY mdash "&#8212;"> <!-- em dash, U+2014 ISOpub -->
  53. <!ENTITY lsquo "&#8216;"> <!-- left single quotation mark,
  54. U+2018 ISOnum -->
  55. <!ENTITY rsquo "&#8217;"> <!-- right single quotation mark,
  56. U+2019 ISOnum -->
  57. <!ENTITY sbquo "&#8218;"> <!-- single low-9 quotation mark, U+201A NEW -->
  58. <!ENTITY ldquo "&#8220;"> <!-- left double quotation mark,
  59. U+201C ISOnum -->
  60. <!ENTITY rdquo "&#8221;"> <!-- right double quotation mark,
  61. U+201D ISOnum -->
  62. <!ENTITY bdquo "&#8222;"> <!-- double low-9 quotation mark, U+201E NEW -->
  63. <!ENTITY dagger "&#8224;"> <!-- dagger, U+2020 ISOpub -->
  64. <!ENTITY Dagger "&#8225;"> <!-- double dagger, U+2021 ISOpub -->
  65. <!ENTITY permil "&#8240;"> <!-- per mille sign, U+2030 ISOtech -->
  66. <!ENTITY lsaquo "&#8249;"> <!-- single left-pointing angle quotation mark,
  67. U+2039 ISO proposed -->
  68. <!-- lsaquo is proposed but not yet ISO standardized -->
  69. <!ENTITY rsaquo "&#8250;"> <!-- single right-pointing angle quotation mark,
  70. U+203A ISO proposed -->
  71. <!-- rsaquo is proposed but not yet ISO standardized -->
  72. <!ENTITY euro "&#8364;"> <!-- euro sign, U+20AC NEW -->