cacofonix-dtds 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (172) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/.rspec +3 -0
  4. data/.travis.yml +7 -0
  5. data/CHANGELOG.md +10 -0
  6. data/CODE_OF_CONDUCT.md +74 -0
  7. data/Gemfile +4 -0
  8. data/Gemfile.lock +35 -0
  9. data/LICENSE.txt +21 -0
  10. data/README.md +70 -0
  11. data/Rakefile +6 -0
  12. data/bin/console +14 -0
  13. data/bin/setup +8 -0
  14. data/cacofonix-dtds.gemspec +34 -0
  15. data/data/2.0/onix-international.dtd +625 -0
  16. data/data/2.0/onix-international.elt +3267 -0
  17. data/data/2.0/xhtml-lat1.ent +196 -0
  18. data/data/2.0/xhtml-special.ent +79 -0
  19. data/data/2.0/xhtml-symbol.ent +242 -0
  20. data/data/2.1r1/iso-amsa.ent +173 -0
  21. data/data/2.1r1/iso-amsb.ent +146 -0
  22. data/data/2.1r1/iso-amsc.ent +49 -0
  23. data/data/2.1r1/iso-amsn.ent +117 -0
  24. data/data/2.1r1/iso-amso.ent +77 -0
  25. data/data/2.1r1/iso-amsr.ent +205 -0
  26. data/data/2.1r1/iso-box.ent +67 -0
  27. data/data/2.1r1/iso-cyr1.ent +94 -0
  28. data/data/2.1r1/iso-cyr2.ent +53 -0
  29. data/data/2.1r1/iso-dia.ent +41 -0
  30. data/data/2.1r1/iso-grk3.ent +70 -0
  31. data/data/2.1r1/iso-lat1.ent +89 -0
  32. data/data/2.1r1/iso-lat2.ent +148 -0
  33. data/data/2.1r1/iso-mfrk.ent +79 -0
  34. data/data/2.1r1/iso-mopf.ent +53 -0
  35. data/data/2.1r1/iso-mscr.ent +79 -0
  36. data/data/2.1r1/iso-num.ent +103 -0
  37. data/data/2.1r1/iso-pub.ent +110 -0
  38. data/data/2.1r1/iso-tech.ent +183 -0
  39. data/data/2.1r1/onix-international.dtd +953 -0
  40. data/data/2.1r1/onix-xhtml.elt +672 -0
  41. data/data/2.1r1/reference.elt +4504 -0
  42. data/data/2.1r1/xhtml-special.ent +79 -0
  43. data/data/2.1r1/xhtml-symbol.ent +242 -0
  44. data/data/2.1r2/iso-amsa.ent +173 -0
  45. data/data/2.1r2/iso-amsb.ent +146 -0
  46. data/data/2.1r2/iso-amsc.ent +49 -0
  47. data/data/2.1r2/iso-amsn.ent +117 -0
  48. data/data/2.1r2/iso-amso.ent +77 -0
  49. data/data/2.1r2/iso-amsr.ent +205 -0
  50. data/data/2.1r2/iso-box.ent +67 -0
  51. data/data/2.1r2/iso-cyr1.ent +94 -0
  52. data/data/2.1r2/iso-cyr2.ent +53 -0
  53. data/data/2.1r2/iso-dia.ent +41 -0
  54. data/data/2.1r2/iso-grk3.ent +70 -0
  55. data/data/2.1r2/iso-lat1.ent +89 -0
  56. data/data/2.1r2/iso-lat2.ent +148 -0
  57. data/data/2.1r2/iso-mfrk.ent +79 -0
  58. data/data/2.1r2/iso-mopf.ent +53 -0
  59. data/data/2.1r2/iso-mscr.ent +79 -0
  60. data/data/2.1r2/iso-num.ent +103 -0
  61. data/data/2.1r2/iso-pub.ent +110 -0
  62. data/data/2.1r2/iso-tech.ent +183 -0
  63. data/data/2.1r2/onix-international.dtd +987 -0
  64. data/data/2.1r2/onix-xhtml.elt +672 -0
  65. data/data/2.1r2/reference.elt +4664 -0
  66. data/data/2.1r2/xhtml-special.ent +79 -0
  67. data/data/2.1r2/xhtml-symbol.ent +242 -0
  68. data/data/2.1r3/reference/iso-amsa.ent +173 -0
  69. data/data/2.1r3/reference/iso-amsb.ent +146 -0
  70. data/data/2.1r3/reference/iso-amsc.ent +49 -0
  71. data/data/2.1r3/reference/iso-amsn.ent +117 -0
  72. data/data/2.1r3/reference/iso-amso.ent +77 -0
  73. data/data/2.1r3/reference/iso-amsr.ent +205 -0
  74. data/data/2.1r3/reference/iso-box.ent +67 -0
  75. data/data/2.1r3/reference/iso-cyr1.ent +94 -0
  76. data/data/2.1r3/reference/iso-cyr2.ent +53 -0
  77. data/data/2.1r3/reference/iso-dia.ent +41 -0
  78. data/data/2.1r3/reference/iso-grk3.ent +70 -0
  79. data/data/2.1r3/reference/iso-lat1.ent +89 -0
  80. data/data/2.1r3/reference/iso-lat2.ent +148 -0
  81. data/data/2.1r3/reference/iso-mfrk.ent +79 -0
  82. data/data/2.1r3/reference/iso-mopf.ent +53 -0
  83. data/data/2.1r3/reference/iso-mscr.ent +79 -0
  84. data/data/2.1r3/reference/iso-num.ent +103 -0
  85. data/data/2.1r3/reference/iso-num.old.ent +103 -0
  86. data/data/2.1r3/reference/iso-pub.ent +110 -0
  87. data/data/2.1r3/reference/iso-tech.ent +183 -0
  88. data/data/2.1r3/reference/onix-international.dtd +1012 -0
  89. data/data/2.1r3/reference/onix-xhtml.elt +672 -0
  90. data/data/2.1r3/reference/reference.elt +4758 -0
  91. data/data/2.1r3/reference/xhtml-special.ent +79 -0
  92. data/data/2.1r3/reference/xhtml-symbol.ent +242 -0
  93. data/data/2.1r3/short/iso-amsa.ent +173 -0
  94. data/data/2.1r3/short/iso-amsb.ent +146 -0
  95. data/data/2.1r3/short/iso-amsc.ent +49 -0
  96. data/data/2.1r3/short/iso-amsn.ent +117 -0
  97. data/data/2.1r3/short/iso-amso.ent +77 -0
  98. data/data/2.1r3/short/iso-amsr.ent +205 -0
  99. data/data/2.1r3/short/iso-box.ent +67 -0
  100. data/data/2.1r3/short/iso-cyr1.ent +94 -0
  101. data/data/2.1r3/short/iso-cyr2.ent +53 -0
  102. data/data/2.1r3/short/iso-dia.ent +41 -0
  103. data/data/2.1r3/short/iso-grk3.ent +70 -0
  104. data/data/2.1r3/short/iso-lat1.ent +89 -0
  105. data/data/2.1r3/short/iso-lat2.ent +148 -0
  106. data/data/2.1r3/short/iso-mfrk.ent +79 -0
  107. data/data/2.1r3/short/iso-mopf.ent +53 -0
  108. data/data/2.1r3/short/iso-mscr.ent +79 -0
  109. data/data/2.1r3/short/iso-num.ent +103 -0
  110. data/data/2.1r3/short/iso-num.old.ent +103 -0
  111. data/data/2.1r3/short/iso-pub.ent +110 -0
  112. data/data/2.1r3/short/iso-tech.ent +183 -0
  113. data/data/2.1r3/short/onix-international.dtd +1013 -0
  114. data/data/2.1r3/short/onix-xhtml.elt +672 -0
  115. data/data/2.1r3/short/short.elt +4758 -0
  116. data/data/2.1r3/short/xhtml-special.ent +79 -0
  117. data/data/2.1r3/short/xhtml-symbol.ent +242 -0
  118. data/data/2.1r4/reference/iso-amsa.ent +173 -0
  119. data/data/2.1r4/reference/iso-amsb.ent +146 -0
  120. data/data/2.1r4/reference/iso-amsc.ent +49 -0
  121. data/data/2.1r4/reference/iso-amsn.ent +117 -0
  122. data/data/2.1r4/reference/iso-amso.ent +77 -0
  123. data/data/2.1r4/reference/iso-amsr.ent +205 -0
  124. data/data/2.1r4/reference/iso-box.ent +67 -0
  125. data/data/2.1r4/reference/iso-cyr1.ent +94 -0
  126. data/data/2.1r4/reference/iso-cyr2.ent +53 -0
  127. data/data/2.1r4/reference/iso-dia.ent +41 -0
  128. data/data/2.1r4/reference/iso-grk3.ent +70 -0
  129. data/data/2.1r4/reference/iso-lat1.ent +89 -0
  130. data/data/2.1r4/reference/iso-lat2.ent +148 -0
  131. data/data/2.1r4/reference/iso-mfrk.ent +79 -0
  132. data/data/2.1r4/reference/iso-mopf.ent +53 -0
  133. data/data/2.1r4/reference/iso-mscr.ent +79 -0
  134. data/data/2.1r4/reference/iso-num.ent +103 -0
  135. data/data/2.1r4/reference/iso-num.old.ent +103 -0
  136. data/data/2.1r4/reference/iso-pub.ent +110 -0
  137. data/data/2.1r4/reference/iso-tech.ent +183 -0
  138. data/data/2.1r4/reference/onix-international.dtd +1024 -0
  139. data/data/2.1r4/reference/onix-xhtml.elt +699 -0
  140. data/data/2.1r4/reference/reference.elt +4801 -0
  141. data/data/2.1r4/reference/xhtml-special.ent +79 -0
  142. data/data/2.1r4/reference/xhtml-symbol.ent +242 -0
  143. data/data/2.1r4/short/iso-amsa.ent +173 -0
  144. data/data/2.1r4/short/iso-amsb.ent +146 -0
  145. data/data/2.1r4/short/iso-amsc.ent +49 -0
  146. data/data/2.1r4/short/iso-amsn.ent +117 -0
  147. data/data/2.1r4/short/iso-amso.ent +77 -0
  148. data/data/2.1r4/short/iso-amsr.ent +205 -0
  149. data/data/2.1r4/short/iso-box.ent +67 -0
  150. data/data/2.1r4/short/iso-cyr1.ent +94 -0
  151. data/data/2.1r4/short/iso-cyr2.ent +53 -0
  152. data/data/2.1r4/short/iso-dia.ent +41 -0
  153. data/data/2.1r4/short/iso-grk3.ent +70 -0
  154. data/data/2.1r4/short/iso-lat1.ent +89 -0
  155. data/data/2.1r4/short/iso-lat2.ent +148 -0
  156. data/data/2.1r4/short/iso-mfrk.ent +79 -0
  157. data/data/2.1r4/short/iso-mopf.ent +53 -0
  158. data/data/2.1r4/short/iso-mscr.ent +79 -0
  159. data/data/2.1r4/short/iso-num.ent +103 -0
  160. data/data/2.1r4/short/iso-num.old.ent +103 -0
  161. data/data/2.1r4/short/iso-pub.ent +110 -0
  162. data/data/2.1r4/short/iso-tech.ent +183 -0
  163. data/data/2.1r4/short/onix-international.dtd +1025 -0
  164. data/data/2.1r4/short/onix-xhtml.elt +699 -0
  165. data/data/2.1r4/short/short.elt +4801 -0
  166. data/data/2.1r4/short/xhtml-special.ent +79 -0
  167. data/data/2.1r4/short/xhtml-symbol.ent +242 -0
  168. data/data/catalog.xml +25 -0
  169. data/lib/cacofonix-dtds.rb +3 -0
  170. data/lib/cacofonix/dtds.rb +25 -0
  171. data/lib/cacofonix/dtds/version.rb +7 -0
  172. metadata +258 -0
@@ -0,0 +1,79 @@
1
+
2
+ <!--
3
+ File isomfrk.ent produced by the XSL script mmldtd.xsl
4
+ from input data in unicode.xml.
5
+
6
+ Please report any errors to
7
+ David Carlisle <davidc@nag.co.uk>.
8
+
9
+ The numeric character values assigned to each entity
10
+ (should) match either official Unicode assignments
11
+ or assignments provisionally allocated by the
12
+ Unicode Consortium based on the characters in the `STIX'
13
+ propsal for mathematics. Note that these assignments
14
+ have not been ratified by the corresponding ISO
15
+ committee and thus should be considered liable to
16
+ change.
17
+
18
+ Entity names in this file are derived from files carrying the
19
+ following notice:
20
+
21
+ (C) International Organization for Standardization 1991
22
+ Permission to copy in any form is granted for use with
23
+ conforming SGML systems and applications as defined in
24
+ ISO 8879, provided this notice is included in all copies.
25
+
26
+ -->
27
+
28
+ <!ENTITY afr "&#x1D51E;" ><!--/frak a, lower case a -->
29
+ <!ENTITY Afr "&#x1D504;" ><!--/frak A, upper case a -->
30
+ <!ENTITY bfr "&#x1D51F;" ><!--/frak b, lower case b -->
31
+ <!ENTITY Bfr "&#x1D505;" ><!--/frak B, upper case b -->
32
+ <!ENTITY cfr "&#x1D520;" ><!--/frak c, lower case c -->
33
+ <!ENTITY Cfr "&#x0212D;" ><!--/frak C, upper case c -->
34
+ <!ENTITY dfr "&#x1D521;" ><!--/frak d, lower case d -->
35
+ <!ENTITY Dfr "&#x1D507;" ><!--/frak D, upper case d -->
36
+ <!ENTITY efr "&#x1D522;" ><!--/frak e, lower case e -->
37
+ <!ENTITY Efr "&#x1D508;" ><!--/frak E, upper case e -->
38
+ <!ENTITY ffr "&#x1D523;" ><!--/frak f, lower case f -->
39
+ <!ENTITY Ffr "&#x1D509;" ><!--/frak F, upper case f -->
40
+ <!ENTITY gfr "&#x1D524;" ><!--/frak g, lower case g -->
41
+ <!ENTITY Gfr "&#x1D50A;" ><!--/frak G, upper case g -->
42
+ <!ENTITY hfr "&#x1D525;" ><!--/frak h, lower case h -->
43
+ <!ENTITY Hfr "&#x0210C;" ><!--/frak H, upper case h -->
44
+ <!ENTITY ifr "&#x1D526;" ><!--/frak i, lower case i -->
45
+ <!ENTITY Ifr "&#x02111;" ><!--/frak I, upper case i -->
46
+ <!ENTITY jfr "&#x1D527;" ><!--/frak j, lower case j -->
47
+ <!ENTITY Jfr "&#x1D50D;" ><!--/frak J, upper case j -->
48
+ <!ENTITY kfr "&#x1D528;" ><!--/frak k, lower case k -->
49
+ <!ENTITY Kfr "&#x1D50E;" ><!--/frak K, upper case k -->
50
+ <!ENTITY lfr "&#x1D529;" ><!--/frak l, lower case l -->
51
+ <!ENTITY Lfr "&#x1D50F;" ><!--/frak L, upper case l -->
52
+ <!ENTITY mfr "&#x1D52A;" ><!--/frak m, lower case m -->
53
+ <!ENTITY Mfr "&#x1D510;" ><!--/frak M, upper case m -->
54
+ <!ENTITY nfr "&#x1D52B;" ><!--/frak n, lower case n -->
55
+ <!ENTITY Nfr "&#x1D511;" ><!--/frak N, upper case n -->
56
+ <!ENTITY ofr "&#x1D52C;" ><!--/frak o, lower case o -->
57
+ <!ENTITY Ofr "&#x1D512;" ><!--/frak O, upper case o -->
58
+ <!ENTITY pfr "&#x1D52D;" ><!--/frak p, lower case p -->
59
+ <!ENTITY Pfr "&#x1D513;" ><!--/frak P, upper case p -->
60
+ <!ENTITY qfr "&#x1D52E;" ><!--/frak q, lower case q -->
61
+ <!ENTITY Qfr "&#x1D514;" ><!--/frak Q, upper case q -->
62
+ <!ENTITY rfr "&#x1D52F;" ><!--/frak r, lower case r -->
63
+ <!ENTITY Rfr "&#x0211C;" ><!--/frak R, upper case r -->
64
+ <!ENTITY sfr "&#x1D530;" ><!--/frak s, lower case s -->
65
+ <!ENTITY Sfr "&#x1D516;" ><!--/frak S, upper case s -->
66
+ <!ENTITY tfr "&#x1D531;" ><!--/frak t, lower case t -->
67
+ <!ENTITY Tfr "&#x1D517;" ><!--/frak T, upper case t -->
68
+ <!ENTITY ufr "&#x1D532;" ><!--/frak u, lower case u -->
69
+ <!ENTITY Ufr "&#x1D518;" ><!--/frak U, upper case u -->
70
+ <!ENTITY vfr "&#x1D533;" ><!--/frak v, lower case v -->
71
+ <!ENTITY Vfr "&#x1D519;" ><!--/frak V, upper case v -->
72
+ <!ENTITY wfr "&#x1D534;" ><!--/frak w, lower case w -->
73
+ <!ENTITY Wfr "&#x1D51A;" ><!--/frak W, upper case w -->
74
+ <!ENTITY xfr "&#x1D535;" ><!--/frak x, lower case x -->
75
+ <!ENTITY Xfr "&#x1D51B;" ><!--/frak X, upper case x -->
76
+ <!ENTITY yfr "&#x1D536;" ><!--/frak y, lower case y -->
77
+ <!ENTITY Yfr "&#x1D51C;" ><!--/frak Y, upper case y -->
78
+ <!ENTITY zfr "&#x1D537;" ><!--/frak z, lower case z -->
79
+ <!ENTITY Zfr "&#x02128;" ><!--/frak Z, upper case z -->
@@ -0,0 +1,53 @@
1
+
2
+ <!--
3
+ File isomopf.ent produced by the XSL script mmldtd.xsl
4
+ from input data in unicode.xml.
5
+
6
+ Please report any errors to
7
+ David Carlisle <davidc@nag.co.uk>.
8
+
9
+ The numeric character values assigned to each entity
10
+ (should) match either official Unicode assignments
11
+ or assignments provisionally allocated by the
12
+ Unicode Consortium based on the characters in the `STIX'
13
+ propsal for mathematics. Note that these assignments
14
+ have not been ratified by the corresponding ISO
15
+ committee and thus should be considered liable to
16
+ change.
17
+
18
+ Entity names in this file are derived from files carrying the
19
+ following notice:
20
+
21
+ (C) International Organization for Standardization 1991
22
+ Permission to copy in any form is granted for use with
23
+ conforming SGML systems and applications as defined in
24
+ ISO 8879, provided this notice is included in all copies.
25
+
26
+ -->
27
+
28
+ <!ENTITY Aopf "&#x1D538;" ><!--/Bbb A, open face A -->
29
+ <!ENTITY Bopf "&#x1D539;" ><!--/Bbb B, open face B -->
30
+ <!ENTITY Copf "&#x02102;" ><!--/Bbb C, open face C -->
31
+ <!ENTITY Dopf "&#x1D53B;" ><!--/Bbb D, open face D -->
32
+ <!ENTITY Eopf "&#x1D53C;" ><!--/Bbb E, open face E -->
33
+ <!ENTITY Fopf "&#x1D53D;" ><!--/Bbb F, open face F -->
34
+ <!ENTITY Gopf "&#x1D53E;" ><!--/Bbb G, open face G -->
35
+ <!ENTITY Hopf "&#x0210D;" ><!--/Bbb H, open face H -->
36
+ <!ENTITY Iopf "&#x1D540;" ><!--/Bbb I, open face I -->
37
+ <!ENTITY Jopf "&#x1D541;" ><!--/Bbb J, open face J -->
38
+ <!ENTITY Kopf "&#x1D542;" ><!--/Bbb K, open face K -->
39
+ <!ENTITY Lopf "&#x1D543;" ><!--/Bbb L, open face L -->
40
+ <!ENTITY Mopf "&#x1D544;" ><!--/Bbb M, open face M -->
41
+ <!ENTITY Nopf "&#x02115;" ><!--/Bbb N, open face N -->
42
+ <!ENTITY Oopf "&#x1D546;" ><!--/Bbb O, open face O -->
43
+ <!ENTITY Popf "&#x02119;" ><!--/Bbb P, open face P -->
44
+ <!ENTITY Qopf "&#x0211A;" ><!--/Bbb Q, open face Q -->
45
+ <!ENTITY Ropf "&#x0211D;" ><!--/Bbb R, open face R -->
46
+ <!ENTITY Sopf "&#x1D54A;" ><!--/Bbb S, open face S -->
47
+ <!ENTITY Topf "&#x1D54B;" ><!--/Bbb T, open face T -->
48
+ <!ENTITY Uopf "&#x1D54C;" ><!--/Bbb U, open face U -->
49
+ <!ENTITY Vopf "&#x1D54D;" ><!--/Bbb V, open face V -->
50
+ <!ENTITY Wopf "&#x1D54E;" ><!--/Bbb W, open face W -->
51
+ <!ENTITY Xopf "&#x1D54F;" ><!--/Bbb X, open face X -->
52
+ <!ENTITY Yopf "&#x1D550;" ><!--/Bbb Y, open face Y -->
53
+ <!ENTITY Zopf "&#x02124;" ><!--/Bbb Z, open face Z -->
@@ -0,0 +1,79 @@
1
+
2
+ <!--
3
+ File isomscr.ent produced by the XSL script mmldtd.xsl
4
+ from input data in unicode.xml.
5
+
6
+ Please report any errors to
7
+ David Carlisle <davidc@nag.co.uk>.
8
+
9
+ The numeric character values assigned to each entity
10
+ (should) match either official Unicode assignments
11
+ or assignments provisionally allocated by the
12
+ Unicode Consortium based on the characters in the `STIX'
13
+ propsal for mathematics. Note that these assignments
14
+ have not been ratified by the corresponding ISO
15
+ committee and thus should be considered liable to
16
+ change.
17
+
18
+ Entity names in this file are derived from files carrying the
19
+ following notice:
20
+
21
+ (C) International Organization for Standardization 1991
22
+ Permission to copy in any form is granted for use with
23
+ conforming SGML systems and applications as defined in
24
+ ISO 8879, provided this notice is included in all copies.
25
+
26
+ -->
27
+
28
+ <!ENTITY ascr "&#x1D4B6;" ><!--/scr a, script letter a -->
29
+ <!ENTITY Ascr "&#x1D49C;" ><!--/scr A, script letter A -->
30
+ <!ENTITY bscr "&#x1D4B7;" ><!--/scr b, script letter b -->
31
+ <!ENTITY Bscr "&#x0212C;" ><!--/scr B, script letter B -->
32
+ <!ENTITY cscr "&#x1D4B8;" ><!--/scr c, script letter c -->
33
+ <!ENTITY Cscr "&#x1D49E;" ><!--/scr C, script letter C -->
34
+ <!ENTITY dscr "&#x1D4B9;" ><!--/scr d, script letter d -->
35
+ <!ENTITY Dscr "&#x1D49F;" ><!--/scr D, script letter D -->
36
+ <!ENTITY escr "&#x0212F;" ><!--/scr e, script letter e -->
37
+ <!ENTITY Escr "&#x02130;" ><!--/scr E, script letter E -->
38
+ <!ENTITY fscr "&#x1D4BB;" ><!--/scr f, script letter f -->
39
+ <!ENTITY Fscr "&#x02131;" ><!--/scr F, script letter F -->
40
+ <!ENTITY gscr "&#x0210A;" ><!--/scr g, script letter g -->
41
+ <!ENTITY Gscr "&#x1D4A2;" ><!--/scr G, script letter G -->
42
+ <!ENTITY hscr "&#x1D4BD;" ><!--/scr h, script letter h -->
43
+ <!ENTITY Hscr "&#x0210B;" ><!--/scr H, script letter H -->
44
+ <!ENTITY iscr "&#x1D4BE;" ><!--/scr i, script letter i -->
45
+ <!ENTITY Iscr "&#x02110;" ><!--/scr I, script letter I -->
46
+ <!ENTITY jscr "&#x1D4BF;" ><!--/scr j, script letter j -->
47
+ <!ENTITY Jscr "&#x1D4A5;" ><!--/scr J, script letter J -->
48
+ <!ENTITY kscr "&#x1D4C0;" ><!--/scr k, script letter k -->
49
+ <!ENTITY Kscr "&#x1D4A6;" ><!--/scr K, script letter K -->
50
+ <!ENTITY lscr "&#x02113;" ><!--/scr l, script letter l -->
51
+ <!ENTITY Lscr "&#x02112;" ><!--/scr L, script letter L -->
52
+ <!ENTITY mscr "&#x1D4C2;" ><!--/scr m, script letter m -->
53
+ <!ENTITY Mscr "&#x02133;" ><!--/scr M, script letter M -->
54
+ <!ENTITY nscr "&#x1D4C3;" ><!--/scr n, script letter n -->
55
+ <!ENTITY Nscr "&#x1D4A9;" ><!--/scr N, script letter N -->
56
+ <!ENTITY oscr "&#x02134;" ><!--/scr o, script letter o -->
57
+ <!ENTITY Oscr "&#x1D4AA;" ><!--/scr O, script letter O -->
58
+ <!ENTITY pscr "&#x1D4C5;" ><!--/scr p, script letter p -->
59
+ <!ENTITY Pscr "&#x1D4AB;" ><!--/scr P, script letter P -->
60
+ <!ENTITY qscr "&#x1D4C6;" ><!--/scr q, script letter q -->
61
+ <!ENTITY Qscr "&#x1D4AC;" ><!--/scr Q, script letter Q -->
62
+ <!ENTITY rscr "&#x1D4C7;" ><!--/scr r, script letter r -->
63
+ <!ENTITY Rscr "&#x0211B;" ><!--/scr R, script letter R -->
64
+ <!ENTITY sscr "&#x1D4C8;" ><!--/scr s, script letter s -->
65
+ <!ENTITY Sscr "&#x1D4AE;" ><!--/scr S, script letter S -->
66
+ <!ENTITY tscr "&#x1D4C9;" ><!--/scr t, script letter t -->
67
+ <!ENTITY Tscr "&#x1D4AF;" ><!--/scr T, script letter T -->
68
+ <!ENTITY uscr "&#x1D4CA;" ><!--/scr u, script letter u -->
69
+ <!ENTITY Uscr "&#x1D4B0;" ><!--/scr U, script letter U -->
70
+ <!ENTITY vscr "&#x1D4CB;" ><!--/scr v, script letter v -->
71
+ <!ENTITY Vscr "&#x1D4B1;" ><!--/scr V, script letter V -->
72
+ <!ENTITY wscr "&#x1D4CC;" ><!--/scr w, script letter w -->
73
+ <!ENTITY Wscr "&#x1D4B2;" ><!--/scr W, script letter W -->
74
+ <!ENTITY xscr "&#x1D4CD;" ><!--/scr x, script letter x -->
75
+ <!ENTITY Xscr "&#x1D4B3;" ><!--/scr X, script letter X -->
76
+ <!ENTITY yscr "&#x1D4CE;" ><!--/scr y, script letter y -->
77
+ <!ENTITY Yscr "&#x1D4B4;" ><!--/scr Y, script letter Y -->
78
+ <!ENTITY zscr "&#x1D4CF;" ><!--/scr z, script letter z -->
79
+ <!ENTITY Zscr "&#x1D4B5;" ><!--/scr Z, script letter Z -->
@@ -0,0 +1,103 @@
1
+
2
+ <!--
3
+ File isonum.ent produced by the XSL script mmldtd.xsl
4
+ from input data in unicode.xml.
5
+
6
+ Please report any errors to
7
+ David Carlisle <davidc@nag.co.uk>.
8
+
9
+ The numeric character values assigned to each entity
10
+ (should) match either official Unicode assignments
11
+ or assignments provisionally allocated by the
12
+ Unicode Consortium based on the characters in the `STIX'
13
+ propsal for mathematics. Note that these assignments
14
+ have not been ratified by the corresponding ISO
15
+ committee and thus should be considered liable to
16
+ change.
17
+
18
+ Entity names in this file are derived from files carrying the
19
+ following notice:
20
+
21
+ (C) International Organization for Standardization 1986
22
+ Permission to copy in any form is granted for use with
23
+ conforming SGML systems and applications as defined in
24
+ ISO 8879, provided this notice is included in all copies.
25
+
26
+ -->
27
+
28
+ <!ENTITY amp "&#x26;#x00026;" ><!--=ampersand -->
29
+ <!ENTITY apos "&#x00027;" ><!--=apostrophe -->
30
+ <!ENTITY ast "&#x0002A;" ><!--/ast B: =asterisk -->
31
+ <!ENTITY brvbar "&#x000A6;" ><!--=broken (vertical) bar -->
32
+ <!ENTITY bsol "&#x0005C;" ><!--/backslash =reverse solidus -->
33
+ <!ENTITY cent "&#x000A2;" ><!--=cent sign -->
34
+ <!ENTITY colon "&#x0003A;" ><!--/colon P: -->
35
+ <!ENTITY comma "&#x0002C;" ><!--P: =comma -->
36
+ <!ENTITY commat "&#x00040;" ><!--=commercial at -->
37
+ <!ENTITY copy "&#x000A9;" ><!--=copyright sign -->
38
+ <!ENTITY curren "&#x000A4;" ><!--=general currency sign -->
39
+ <!ENTITY darr "&#x02193;" ><!--/downarrow A: =downward arrow -->
40
+ <!ENTITY deg "&#x000B0;" ><!--=degree sign -->
41
+ <!ENTITY divide "&#x000F7;" ><!--/div B: =divide sign -->
42
+ <!ENTITY dollar "&#x00024;" ><!--=dollar sign -->
43
+ <!ENTITY equals "&#x0003D;" ><!--=equals sign R: -->
44
+ <!ENTITY excl "&#x00021;" ><!--=exclamation mark -->
45
+ <!ENTITY frac12 "&#x000BD;" ><!--=fraction one-half -->
46
+ <!ENTITY frac14 "&#x000BC;" ><!--=fraction one-quarter -->
47
+ <!ENTITY frac18 "&#x0215B;" ><!--=fraction one-eighth -->
48
+ <!ENTITY frac34 "&#x000BE;" ><!--=fraction three-quarters -->
49
+ <!ENTITY frac38 "&#x0215C;" ><!--=fraction three-eighths -->
50
+ <!ENTITY frac58 "&#x0215D;" ><!--=fraction five-eighths -->
51
+ <!ENTITY frac78 "&#x0215E;" ><!--=fraction seven-eighths -->
52
+ <!ENTITY gt "&#x0003E;" ><!--=greater-than sign R: -->
53
+ <!ENTITY half "&#x000BD;" ><!--=fraction one-half -->
54
+ <!ENTITY horbar "&#x02015;" ><!--=horizontal bar -->
55
+ <!ENTITY hyphen "&#x02010;" ><!--=hyphen -->
56
+ <!ENTITY iexcl "&#x000A1;" ><!--=inverted exclamation mark -->
57
+ <!ENTITY iquest "&#x000BF;" ><!--=inverted question mark -->
58
+ <!ENTITY laquo "&#x000AB;" ><!--=angle quotation mark, left -->
59
+ <!ENTITY larr "&#x02190;" ><!--/leftarrow /gets A: =leftward arrow -->
60
+ <!ENTITY lcub "&#x0007B;" ><!--/lbrace O: =left curly bracket -->
61
+ <!ENTITY ldquo "&#x0201C;" ><!--=double quotation mark, left -->
62
+ <!ENTITY lowbar "&#x0005F;" ><!--=low line -->
63
+ <!ENTITY lpar "&#x00028;" ><!--O: =left parenthesis -->
64
+ <!ENTITY lsqb "&#x0005B;" ><!--/lbrack O: =left square bracket -->
65
+ <!ENTITY lsquo "&#x02018;" ><!--=single quotation mark, left -->
66
+ <!ENTITY lt "&#x26;#x0003C;" ><!--=less-than sign R: -->
67
+ <!ENTITY micro "&#x000B5;" ><!--=micro sign -->
68
+ <!ENTITY middot "&#x000B7;" ><!--/centerdot B: =middle dot -->
69
+ <!ENTITY nbsp "&#x000A0;" ><!--=no break (required) space -->
70
+ <!ENTITY not "&#x000AC;" ><!--/neg /lnot =not sign -->
71
+ <!ENTITY num "&#x00023;" ><!--=number sign -->
72
+ <!ENTITY ohm "&#x02126;" ><!--=ohm sign -->
73
+ <!ENTITY ordf "&#x000AA;" ><!--=ordinal indicator, feminine -->
74
+ <!ENTITY ordm "&#x000BA;" ><!--=ordinal indicator, masculine -->
75
+ <!ENTITY para "&#x000B6;" ><!--=pilcrow (paragraph sign) -->
76
+ <!ENTITY percnt "&#x00025;" ><!--=percent sign -->
77
+ <!ENTITY period "&#x0002E;" ><!--=full stop, period -->
78
+ <!ENTITY plus "&#x0002B;" ><!--=plus sign B: -->
79
+ <!ENTITY plusmn "&#x000B1;" ><!--/pm B: =plus-or-minus sign -->
80
+ <!ENTITY pound "&#x000A3;" ><!--=pound sign -->
81
+ <!ENTITY quest "&#x0003F;" ><!--=question mark -->
82
+ <!ENTITY quot "&#x00022;" ><!--=quotation mark -->
83
+ <!ENTITY raquo "&#x000BB;" ><!--=angle quotation mark, right -->
84
+ <!ENTITY rarr "&#x02192;" ><!--/rightarrow /to A: =rightward arrow -->
85
+ <!ENTITY rcub "&#x0007D;" ><!--/rbrace C: =right curly bracket -->
86
+ <!ENTITY rdquo "&#x0201D;" ><!--=double quotation mark, right -->
87
+ <!ENTITY reg "&#x000AE;" ><!--/circledR =registered sign -->
88
+ <!ENTITY rpar "&#x00029;" ><!--C: =right parenthesis -->
89
+ <!ENTITY rsqb "&#x0005D;" ><!--/rbrack C: =right square bracket -->
90
+ <!ENTITY rsquo "&#x02019;" ><!--=single quotation mark, right -->
91
+ <!ENTITY sect "&#x000A7;" ><!--=section sign -->
92
+ <!ENTITY semi "&#x0003B;" ><!--=semicolon P: -->
93
+ <!ENTITY shy "&#x000AD;" ><!--=soft hyphen -->
94
+ <!ENTITY sol "&#x0002F;" ><!--=solidus -->
95
+ <!ENTITY sung "&#x0266A;" ><!--=music note (sung text sign) -->
96
+ <!ENTITY sup1 "&#x000B9;" ><!--=superscript one -->
97
+ <!ENTITY sup2 "&#x000B2;" ><!--=superscript two -->
98
+ <!ENTITY sup3 "&#x000B3;" ><!--=superscript three -->
99
+ <!ENTITY times "&#x000D7;" ><!--/times B: =multiply sign -->
100
+ <!ENTITY trade "&#x02122;" ><!--=trade mark sign -->
101
+ <!ENTITY uarr "&#x02191;" ><!--/uparrow A: =upward arrow -->
102
+ <!ENTITY verbar "&#x0007C;" ><!--/vert =vertical bar -->
103
+ <!ENTITY yen "&#x000A5;" ><!--/yen =yen sign -->
@@ -0,0 +1,103 @@
1
+
2
+ <!--
3
+ File isonum.ent produced by the XSL script mmldtd.xsl
4
+ from input data in unicode.xml.
5
+
6
+ Please report any errors to
7
+ David Carlisle <davidc@nag.co.uk>.
8
+
9
+ The numeric character values assigned to each entity
10
+ (should) match either official Unicode assignments
11
+ or assignments provisionally allocated by the
12
+ Unicode Consortium based on the characters in the `STIX'
13
+ propsal for mathematics. Note that these assignments
14
+ have not been ratified by the corresponding ISO
15
+ committee and thus should be considered liable to
16
+ change.
17
+
18
+ Entity names in this file are derived from files carrying the
19
+ following notice:
20
+
21
+ (C) International Organization for Standardization 1986
22
+ Permission to copy in any form is granted for use with
23
+ conforming SGML systems and applications as defined in
24
+ ISO 8879, provided this notice is included in all copies.
25
+
26
+ -->
27
+
28
+ <!ENTITY amp "&#x26;&#x00026;" ><!--=ampersand -->
29
+ <!ENTITY apos "&#x00027;" ><!--=apostrophe -->
30
+ <!ENTITY ast "&#x0002A;" ><!--/ast B: =asterisk -->
31
+ <!ENTITY brvbar "&#x000A6;" ><!--=broken (vertical) bar -->
32
+ <!ENTITY bsol "&#x0005C;" ><!--/backslash =reverse solidus -->
33
+ <!ENTITY cent "&#x000A2;" ><!--=cent sign -->
34
+ <!ENTITY colon "&#x0003A;" ><!--/colon P: -->
35
+ <!ENTITY comma "&#x0002C;" ><!--P: =comma -->
36
+ <!ENTITY commat "&#x00040;" ><!--=commercial at -->
37
+ <!ENTITY copy "&#x000A9;" ><!--=copyright sign -->
38
+ <!ENTITY curren "&#x000A4;" ><!--=general currency sign -->
39
+ <!ENTITY darr "&#x02193;" ><!--/downarrow A: =downward arrow -->
40
+ <!ENTITY deg "&#x000B0;" ><!--=degree sign -->
41
+ <!ENTITY divide "&#x000F7;" ><!--/div B: =divide sign -->
42
+ <!ENTITY dollar "&#x00024;" ><!--=dollar sign -->
43
+ <!ENTITY equals "&#x0003D;" ><!--=equals sign R: -->
44
+ <!ENTITY excl "&#x00021;" ><!--=exclamation mark -->
45
+ <!ENTITY frac12 "&#x000BD;" ><!--=fraction one-half -->
46
+ <!ENTITY frac14 "&#x000BC;" ><!--=fraction one-quarter -->
47
+ <!ENTITY frac18 "&#x0215B;" ><!--=fraction one-eighth -->
48
+ <!ENTITY frac34 "&#x000BE;" ><!--=fraction three-quarters -->
49
+ <!ENTITY frac38 "&#x0215C;" ><!--=fraction three-eighths -->
50
+ <!ENTITY frac58 "&#x0215D;" ><!--=fraction five-eighths -->
51
+ <!ENTITY frac78 "&#x0215E;" ><!--=fraction seven-eighths -->
52
+ <!ENTITY gt "&#x0003E;" ><!--=greater-than sign R: -->
53
+ <!ENTITY half "&#x000BD;" ><!--=fraction one-half -->
54
+ <!ENTITY horbar "&#x02015;" ><!--=horizontal bar -->
55
+ <!ENTITY hyphen "&#x02010;" ><!--=hyphen -->
56
+ <!ENTITY iexcl "&#x000A1;" ><!--=inverted exclamation mark -->
57
+ <!ENTITY iquest "&#x000BF;" ><!--=inverted question mark -->
58
+ <!ENTITY laquo "&#x000AB;" ><!--=angle quotation mark, left -->
59
+ <!ENTITY larr "&#x02190;" ><!--/leftarrow /gets A: =leftward arrow -->
60
+ <!ENTITY lcub "&#x0007B;" ><!--/lbrace O: =left curly bracket -->
61
+ <!ENTITY ldquo "&#x0201C;" ><!--=double quotation mark, left -->
62
+ <!ENTITY lowbar "&#x0005F;" ><!--=low line -->
63
+ <!ENTITY lpar "&#x00028;" ><!--O: =left parenthesis -->
64
+ <!ENTITY lsqb "&#x0005B;" ><!--/lbrack O: =left square bracket -->
65
+ <!ENTITY lsquo "&#x02018;" ><!--=single quotation mark, left -->
66
+ <!ENTITY lt "&#x26;&#x0003C;" ><!--=less-than sign R: -->
67
+ <!ENTITY micro "&#x000B5;" ><!--=micro sign -->
68
+ <!ENTITY middot "&#x000B7;" ><!--/centerdot B: =middle dot -->
69
+ <!ENTITY nbsp "&#x000A0;" ><!--=no break (required) space -->
70
+ <!ENTITY not "&#x000AC;" ><!--/neg /lnot =not sign -->
71
+ <!ENTITY num "&#x00023;" ><!--=number sign -->
72
+ <!ENTITY ohm "&#x02126;" ><!--=ohm sign -->
73
+ <!ENTITY ordf "&#x000AA;" ><!--=ordinal indicator, feminine -->
74
+ <!ENTITY ordm "&#x000BA;" ><!--=ordinal indicator, masculine -->
75
+ <!ENTITY para "&#x000B6;" ><!--=pilcrow (paragraph sign) -->
76
+ <!ENTITY percnt "&#x00025;" ><!--=percent sign -->
77
+ <!ENTITY period "&#x0002E;" ><!--=full stop, period -->
78
+ <!ENTITY plus "&#x0002B;" ><!--=plus sign B: -->
79
+ <!ENTITY plusmn "&#x000B1;" ><!--/pm B: =plus-or-minus sign -->
80
+ <!ENTITY pound "&#x000A3;" ><!--=pound sign -->
81
+ <!ENTITY quest "&#x0003F;" ><!--=question mark -->
82
+ <!ENTITY quot "&#x00022;" ><!--=quotation mark -->
83
+ <!ENTITY raquo "&#x000BB;" ><!--=angle quotation mark, right -->
84
+ <!ENTITY rarr "&#x02192;" ><!--/rightarrow /to A: =rightward arrow -->
85
+ <!ENTITY rcub "&#x0007D;" ><!--/rbrace C: =right curly bracket -->
86
+ <!ENTITY rdquo "&#x0201D;" ><!--=double quotation mark, right -->
87
+ <!ENTITY reg "&#x000AE;" ><!--/circledR =registered sign -->
88
+ <!ENTITY rpar "&#x00029;" ><!--C: =right parenthesis -->
89
+ <!ENTITY rsqb "&#x0005D;" ><!--/rbrack C: =right square bracket -->
90
+ <!ENTITY rsquo "&#x02019;" ><!--=single quotation mark, right -->
91
+ <!ENTITY sect "&#x000A7;" ><!--=section sign -->
92
+ <!ENTITY semi "&#x0003B;" ><!--=semicolon P: -->
93
+ <!ENTITY shy "&#x000AD;" ><!--=soft hyphen -->
94
+ <!ENTITY sol "&#x0002F;" ><!--=solidus -->
95
+ <!ENTITY sung "&#x0266A;" ><!--=music note (sung text sign) -->
96
+ <!ENTITY sup1 "&#x000B9;" ><!--=superscript one -->
97
+ <!ENTITY sup2 "&#x000B2;" ><!--=superscript two -->
98
+ <!ENTITY sup3 "&#x000B3;" ><!--=superscript three -->
99
+ <!ENTITY times "&#x000D7;" ><!--/times B: =multiply sign -->
100
+ <!ENTITY trade "&#x02122;" ><!--=trade mark sign -->
101
+ <!ENTITY uarr "&#x02191;" ><!--/uparrow A: =upward arrow -->
102
+ <!ENTITY verbar "&#x0007C;" ><!--/vert =vertical bar -->
103
+ <!ENTITY yen "&#x000A5;" ><!--/yen =yen sign -->
@@ -0,0 +1,110 @@
1
+
2
+ <!--
3
+ File isopub.ent produced by the XSL script mmldtd.xsl
4
+ from input data in unicode.xml.
5
+
6
+ Please report any errors to
7
+ David Carlisle <davidc@nag.co.uk>.
8
+
9
+ The numeric character values assigned to each entity
10
+ (should) match either official Unicode assignments
11
+ or assignments provisionally allocated by the
12
+ Unicode Consortium based on the characters in the `STIX'
13
+ propsal for mathematics. Note that these assignments
14
+ have not been ratified by the corresponding ISO
15
+ committee and thus should be considered liable to
16
+ change.
17
+
18
+ Entity names in this file are derived from files carrying the
19
+ following notice:
20
+
21
+ (C) International Organization for Standardization 1986
22
+ Permission to copy in any form is granted for use with
23
+ conforming SGML systems and applications as defined in
24
+ ISO 8879, provided this notice is included in all copies.
25
+
26
+ -->
27
+
28
+ <!ENTITY blank "&#x02423;" ><!--=significant blank symbol -->
29
+ <!ENTITY blk12 "&#x02592;" ><!--=50% shaded block -->
30
+ <!ENTITY blk14 "&#x02591;" ><!--=25% shaded block -->
31
+ <!ENTITY blk34 "&#x02593;" ><!--=75% shaded block -->
32
+ <!ENTITY block "&#x02588;" ><!--=full block -->
33
+ <!ENTITY bull "&#x02022;" ><!--/bullet B: =round bullet, filled -->
34
+ <!ENTITY caret "&#x02041;" ><!--=caret (insertion mark) -->
35
+ <!ENTITY check "&#x02713;" ><!--/checkmark =tick, check mark -->
36
+ <!ENTITY cir "&#x025CB;" ><!--/circ B: =circle, open -->
37
+ <!ENTITY clubs "&#x02663;" ><!--/clubsuit =club suit symbol -->
38
+ <!ENTITY copysr "&#x02117;" ><!--=sound recording copyright sign -->
39
+ <!ENTITY cross "&#x02717;" ><!--=ballot cross -->
40
+ <!ENTITY dagger "&#x02020;" ><!--/dagger B: =dagger -->
41
+ <!ENTITY Dagger "&#x02021;" ><!--/ddagger B: =double dagger -->
42
+ <!ENTITY dash "&#x02010;" ><!--=hyphen (true graphic) -->
43
+ <!ENTITY diams "&#x02666;" ><!--/diamondsuit =diamond suit symbol -->
44
+ <!ENTITY dlcrop "&#x0230D;" ><!--downward left crop mark -->
45
+ <!ENTITY drcrop "&#x0230C;" ><!--downward right crop mark -->
46
+ <!ENTITY dtri "&#x025BF;" ><!--/triangledown =down triangle, open -->
47
+ <!ENTITY dtrif "&#x025BE;" ><!--/blacktriangledown =dn tri, filled -->
48
+ <!ENTITY emsp "&#x02003;" ><!--=em space -->
49
+ <!ENTITY emsp13 "&#x02004;" ><!--=1/3-em space -->
50
+ <!ENTITY emsp14 "&#x02005;" ><!--=1/4-em space -->
51
+ <!ENTITY ensp "&#x02002;" ><!--=en space (1/2-em) -->
52
+ <!ENTITY female "&#x02640;" ><!--=female symbol -->
53
+ <!ENTITY ffilig "&#x0FB03;" ><!--small ffi ligature -->
54
+ <!ENTITY fflig "&#x0FB00;" ><!--small ff ligature -->
55
+ <!ENTITY ffllig "&#x0FB04;" ><!--small ffl ligature -->
56
+ <!ENTITY filig "&#x0FB01;" ><!--small fi ligature -->
57
+ <!ENTITY flat "&#x0266D;" ><!--/flat =musical flat -->
58
+ <!ENTITY fllig "&#x0FB02;" ><!--small fl ligature -->
59
+ <!ENTITY frac13 "&#x02153;" ><!--=fraction one-third -->
60
+ <!ENTITY frac15 "&#x02155;" ><!--=fraction one-fifth -->
61
+ <!ENTITY frac16 "&#x02159;" ><!--=fraction one-sixth -->
62
+ <!ENTITY frac23 "&#x02154;" ><!--=fraction two-thirds -->
63
+ <!ENTITY frac25 "&#x02156;" ><!--=fraction two-fifths -->
64
+ <!ENTITY frac35 "&#x02157;" ><!--=fraction three-fifths -->
65
+ <!ENTITY frac45 "&#x02158;" ><!--=fraction four-fifths -->
66
+ <!ENTITY frac56 "&#x0215A;" ><!--=fraction five-sixths -->
67
+ <!ENTITY hairsp "&#x0200A;" ><!--=hair space -->
68
+ <!ENTITY hellip "&#x02026;" ><!--=ellipsis (horizontal) -->
69
+ <!ENTITY hybull "&#x02043;" ><!--rectangle, filled (hyphen bullet) -->
70
+ <!ENTITY incare "&#x02105;" ><!--=in-care-of symbol -->
71
+ <!ENTITY ldquor "&#x0201E;" ><!--=rising dbl quote, left (low) -->
72
+ <!ENTITY lhblk "&#x02584;" ><!--=lower half block -->
73
+ <!ENTITY loz "&#x025CA;" ><!--/lozenge - lozenge or total mark -->
74
+ <!ENTITY lozf "&#x029EB;" ><!--/blacklozenge - lozenge, filled -->
75
+ <!ENTITY lsquor "&#x0201A;" ><!--=rising single quote, left (low) -->
76
+ <!ENTITY ltri "&#x025C3;" ><!--/triangleleft B: l triangle, open -->
77
+ <!ENTITY ltrif "&#x025C2;" ><!--/blacktriangleleft R: =l tri, filled -->
78
+ <!ENTITY male "&#x02642;" ><!--=male symbol -->
79
+ <!ENTITY malt "&#x02720;" ><!--/maltese =maltese cross -->
80
+ <!ENTITY marker "&#x025AE;" ><!--=histogram marker -->
81
+ <!ENTITY mdash "&#x02014;" ><!--=em dash -->
82
+ <!ENTITY mldr "&#x02026;" ><!--em leader -->
83
+ <!ENTITY natur "&#x0266E;" ><!--/natural - music natural -->
84
+ <!ENTITY ndash "&#x02013;" ><!--=en dash -->
85
+ <!ENTITY nldr "&#x02025;" ><!--=double baseline dot (en leader) -->
86
+ <!ENTITY numsp "&#x02007;" ><!--=digit space (width of a number) -->
87
+ <!ENTITY phone "&#x0260E;" ><!--=telephone symbol -->
88
+ <!ENTITY puncsp "&#x02008;" ><!--=punctuation space (width of comma) -->
89
+ <!ENTITY rdquor "&#x0201D;" ><!--rising dbl quote, right (high) -->
90
+ <!ENTITY rect "&#x025AD;" ><!--=rectangle, open -->
91
+ <!ENTITY rsquor "&#x02019;" ><!--rising single quote, right (high) -->
92
+ <!ENTITY rtri "&#x025B9;" ><!--/triangleright B: r triangle, open -->
93
+ <!ENTITY rtrif "&#x025B8;" ><!--/blacktriangleright R: =r tri, filled -->
94
+ <!ENTITY rx "&#x0211E;" ><!--pharmaceutical prescription (Rx) -->
95
+ <!ENTITY sext "&#x02736;" ><!--sextile (6-pointed star) -->
96
+ <!ENTITY sharp "&#x0266F;" ><!--/sharp =musical sharp -->
97
+ <!ENTITY spades "&#x02660;" ><!--/spadesuit =spades suit symbol -->
98
+ <!ENTITY squ "&#x025A1;" ><!--=square, open -->
99
+ <!ENTITY squf "&#x025AA;" ><!--/blacksquare =sq bullet, filled -->
100
+ <!ENTITY star "&#x022C6;" ><!--=star, open -->
101
+ <!ENTITY starf "&#x02605;" ><!--/bigstar - star, filled -->
102
+ <!ENTITY target "&#x02316;" ><!--register mark or target -->
103
+ <!ENTITY telrec "&#x02315;" ><!--=telephone recorder symbol -->
104
+ <!ENTITY thinsp "&#x02009;" ><!--=thin space (1/6-em) -->
105
+ <!ENTITY uhblk "&#x02580;" ><!--=upper half block -->
106
+ <!ENTITY ulcrop "&#x0230F;" ><!--upward left crop mark -->
107
+ <!ENTITY urcrop "&#x0230E;" ><!--upward right crop mark -->
108
+ <!ENTITY utri "&#x025B5;" ><!--/triangle =up triangle, open -->
109
+ <!ENTITY utrif "&#x025B4;" ><!--/blacktriangle =up tri, filled -->
110
+ <!ENTITY vellip "&#x022EE;" ><!--vertical ellipsis -->