cacofonix-dtds 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,67 @@
1
+
2
+ <!--
3
+ File isobox.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 boxdl "&#x02510;" ><!--lower left quadrant -->
29
+ <!ENTITY boxdL "&#x02555;" ><!--lower left quadrant -->
30
+ <!ENTITY boxDl "&#x02556;" ><!--lower left quadrant -->
31
+ <!ENTITY boxDL "&#x02557;" ><!--lower left quadrant -->
32
+ <!ENTITY boxdr "&#x0250C;" ><!--lower right quadrant -->
33
+ <!ENTITY boxdR "&#x02552;" ><!--lower right quadrant -->
34
+ <!ENTITY boxDr "&#x02553;" ><!--lower right quadrant -->
35
+ <!ENTITY boxDR "&#x02554;" ><!--lower right quadrant -->
36
+ <!ENTITY boxh "&#x02500;" ><!--horizontal line -->
37
+ <!ENTITY boxH "&#x02550;" ><!--horizontal line -->
38
+ <!ENTITY boxhd "&#x0252C;" ><!--lower left and right quadrants -->
39
+ <!ENTITY boxhD "&#x02565;" ><!--lower left and right quadrants -->
40
+ <!ENTITY boxHd "&#x02564;" ><!--lower left and right quadrants -->
41
+ <!ENTITY boxHD "&#x02566;" ><!--lower left and right quadrants -->
42
+ <!ENTITY boxhu "&#x02534;" ><!--upper left and right quadrants -->
43
+ <!ENTITY boxhU "&#x02568;" ><!--upper left and right quadrants -->
44
+ <!ENTITY boxHu "&#x02567;" ><!--upper left and right quadrants -->
45
+ <!ENTITY boxHU "&#x02569;" ><!--upper left and right quadrants -->
46
+ <!ENTITY boxul "&#x02518;" ><!--upper left quadrant -->
47
+ <!ENTITY boxuL "&#x0255B;" ><!--upper left quadrant -->
48
+ <!ENTITY boxUl "&#x0255C;" ><!--upper left quadrant -->
49
+ <!ENTITY boxUL "&#x0255D;" ><!--upper left quadrant -->
50
+ <!ENTITY boxur "&#x02514;" ><!--upper right quadrant -->
51
+ <!ENTITY boxuR "&#x02558;" ><!--upper right quadrant -->
52
+ <!ENTITY boxUr "&#x02559;" ><!--upper right quadrant -->
53
+ <!ENTITY boxUR "&#x0255A;" ><!--upper right quadrant -->
54
+ <!ENTITY boxv "&#x02502;" ><!--vertical line -->
55
+ <!ENTITY boxV "&#x02551;" ><!--vertical line -->
56
+ <!ENTITY boxvh "&#x0253C;" ><!--all four quadrants -->
57
+ <!ENTITY boxvH "&#x0256A;" ><!--all four quadrants -->
58
+ <!ENTITY boxVh "&#x0256B;" ><!--all four quadrants -->
59
+ <!ENTITY boxVH "&#x0256C;" ><!--all four quadrants -->
60
+ <!ENTITY boxvl "&#x02524;" ><!--upper and lower left quadrants -->
61
+ <!ENTITY boxvL "&#x02561;" ><!--upper and lower left quadrants -->
62
+ <!ENTITY boxVl "&#x02562;" ><!--upper and lower left quadrants -->
63
+ <!ENTITY boxVL "&#x02563;" ><!--upper and lower left quadrants -->
64
+ <!ENTITY boxvr "&#x0251C;" ><!--upper and lower right quadrants -->
65
+ <!ENTITY boxvR "&#x0255E;" ><!--upper and lower right quadrants -->
66
+ <!ENTITY boxVr "&#x0255F;" ><!--upper and lower right quadrants -->
67
+ <!ENTITY boxVR "&#x02560;" ><!--upper and lower right quadrants -->
@@ -0,0 +1,94 @@
1
+
2
+ <!--
3
+ File isocyr1.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 acy "&#x00430;" ><!--=small a, Cyrillic -->
29
+ <!ENTITY Acy "&#x00410;" ><!--=capital A, Cyrillic -->
30
+ <!ENTITY bcy "&#x00431;" ><!--=small be, Cyrillic -->
31
+ <!ENTITY Bcy "&#x00411;" ><!--=capital BE, Cyrillic -->
32
+ <!ENTITY chcy "&#x00447;" ><!--=small che, Cyrillic -->
33
+ <!ENTITY CHcy "&#x00427;" ><!--=capital CHE, Cyrillic -->
34
+ <!ENTITY dcy "&#x00434;" ><!--=small de, Cyrillic -->
35
+ <!ENTITY Dcy "&#x00414;" ><!--=capital DE, Cyrillic -->
36
+ <!ENTITY ecy "&#x0044D;" ><!--=small e, Cyrillic -->
37
+ <!ENTITY Ecy "&#x0042D;" ><!--=capital E, Cyrillic -->
38
+ <!ENTITY fcy "&#x00444;" ><!--=small ef, Cyrillic -->
39
+ <!ENTITY Fcy "&#x00424;" ><!--=capital EF, Cyrillic -->
40
+ <!ENTITY gcy "&#x00433;" ><!--=small ghe, Cyrillic -->
41
+ <!ENTITY Gcy "&#x00413;" ><!--=capital GHE, Cyrillic -->
42
+ <!ENTITY hardcy "&#x0044A;" ><!--=small hard sign, Cyrillic -->
43
+ <!ENTITY HARDcy "&#x0042A;" ><!--=capital HARD sign, Cyrillic -->
44
+ <!ENTITY icy "&#x00438;" ><!--=small i, Cyrillic -->
45
+ <!ENTITY Icy "&#x00418;" ><!--=capital I, Cyrillic -->
46
+ <!ENTITY iecy "&#x00435;" ><!--=small ie, Cyrillic -->
47
+ <!ENTITY IEcy "&#x00415;" ><!--=capital IE, Cyrillic -->
48
+ <!ENTITY iocy "&#x00451;" ><!--=small io, Russian -->
49
+ <!ENTITY IOcy "&#x00401;" ><!--=capital IO, Russian -->
50
+ <!ENTITY jcy "&#x00439;" ><!--=small short i, Cyrillic -->
51
+ <!ENTITY Jcy "&#x00419;" ><!--=capital short I, Cyrillic -->
52
+ <!ENTITY kcy "&#x0043A;" ><!--=small ka, Cyrillic -->
53
+ <!ENTITY Kcy "&#x0041A;" ><!--=capital KA, Cyrillic -->
54
+ <!ENTITY khcy "&#x00445;" ><!--=small ha, Cyrillic -->
55
+ <!ENTITY KHcy "&#x00425;" ><!--=capital HA, Cyrillic -->
56
+ <!ENTITY lcy "&#x0043B;" ><!--=small el, Cyrillic -->
57
+ <!ENTITY Lcy "&#x0041B;" ><!--=capital EL, Cyrillic -->
58
+ <!ENTITY mcy "&#x0043C;" ><!--=small em, Cyrillic -->
59
+ <!ENTITY Mcy "&#x0041C;" ><!--=capital EM, Cyrillic -->
60
+ <!ENTITY ncy "&#x0043D;" ><!--=small en, Cyrillic -->
61
+ <!ENTITY Ncy "&#x0041D;" ><!--=capital EN, Cyrillic -->
62
+ <!ENTITY numero "&#x02116;" ><!--=numero sign -->
63
+ <!ENTITY ocy "&#x0043E;" ><!--=small o, Cyrillic -->
64
+ <!ENTITY Ocy "&#x0041E;" ><!--=capital O, Cyrillic -->
65
+ <!ENTITY pcy "&#x0043F;" ><!--=small pe, Cyrillic -->
66
+ <!ENTITY Pcy "&#x0041F;" ><!--=capital PE, Cyrillic -->
67
+ <!ENTITY rcy "&#x00440;" ><!--=small er, Cyrillic -->
68
+ <!ENTITY Rcy "&#x00420;" ><!--=capital ER, Cyrillic -->
69
+ <!ENTITY scy "&#x00441;" ><!--=small es, Cyrillic -->
70
+ <!ENTITY Scy "&#x00421;" ><!--=capital ES, Cyrillic -->
71
+ <!ENTITY shchcy "&#x00449;" ><!--=small shcha, Cyrillic -->
72
+ <!ENTITY SHCHcy "&#x00429;" ><!--=capital SHCHA, Cyrillic -->
73
+ <!ENTITY shcy "&#x00448;" ><!--=small sha, Cyrillic -->
74
+ <!ENTITY SHcy "&#x00428;" ><!--=capital SHA, Cyrillic -->
75
+ <!ENTITY softcy "&#x0044C;" ><!--=small soft sign, Cyrillic -->
76
+ <!ENTITY SOFTcy "&#x0042C;" ><!--=capital SOFT sign, Cyrillic -->
77
+ <!ENTITY tcy "&#x00442;" ><!--=small te, Cyrillic -->
78
+ <!ENTITY Tcy "&#x00422;" ><!--=capital TE, Cyrillic -->
79
+ <!ENTITY tscy "&#x00446;" ><!--=small tse, Cyrillic -->
80
+ <!ENTITY TScy "&#x00426;" ><!--=capital TSE, Cyrillic -->
81
+ <!ENTITY ucy "&#x00443;" ><!--=small u, Cyrillic -->
82
+ <!ENTITY Ucy "&#x00423;" ><!--=capital U, Cyrillic -->
83
+ <!ENTITY vcy "&#x00432;" ><!--=small ve, Cyrillic -->
84
+ <!ENTITY Vcy "&#x00412;" ><!--=capital VE, Cyrillic -->
85
+ <!ENTITY yacy "&#x0044F;" ><!--=small ya, Cyrillic -->
86
+ <!ENTITY YAcy "&#x0042F;" ><!--=capital YA, Cyrillic -->
87
+ <!ENTITY ycy "&#x0044B;" ><!--=small yeru, Cyrillic -->
88
+ <!ENTITY Ycy "&#x0042B;" ><!--=capital YERU, Cyrillic -->
89
+ <!ENTITY yucy "&#x0044E;" ><!--=small yu, Cyrillic -->
90
+ <!ENTITY YUcy "&#x0042E;" ><!--=capital YU, Cyrillic -->
91
+ <!ENTITY zcy "&#x00437;" ><!--=small ze, Cyrillic -->
92
+ <!ENTITY Zcy "&#x00417;" ><!--=capital ZE, Cyrillic -->
93
+ <!ENTITY zhcy "&#x00436;" ><!--=small zhe, Cyrillic -->
94
+ <!ENTITY ZHcy "&#x00416;" ><!--=capital ZHE, Cyrillic -->
@@ -0,0 +1,53 @@
1
+
2
+ <!--
3
+ File isocyr2.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 djcy "&#x00452;" ><!--=small dje, Serbian -->
29
+ <!ENTITY DJcy "&#x00402;" ><!--=capital DJE, Serbian -->
30
+ <!ENTITY dscy "&#x00455;" ><!--=small dse, Macedonian -->
31
+ <!ENTITY DScy "&#x00405;" ><!--=capital DSE, Macedonian -->
32
+ <!ENTITY dzcy "&#x0045F;" ><!--=small dze, Serbian -->
33
+ <!ENTITY DZcy "&#x0040F;" ><!--=capital dze, Serbian -->
34
+ <!ENTITY gjcy "&#x00453;" ><!--=small gje, Macedonian -->
35
+ <!ENTITY GJcy "&#x00403;" ><!--=capital GJE Macedonian -->
36
+ <!ENTITY iukcy "&#x00456;" ><!--=small i, Ukrainian -->
37
+ <!ENTITY Iukcy "&#x00406;" ><!--=capital I, Ukrainian -->
38
+ <!ENTITY jsercy "&#x00458;" ><!--=small je, Serbian -->
39
+ <!ENTITY Jsercy "&#x00408;" ><!--=capital JE, Serbian -->
40
+ <!ENTITY jukcy "&#x00454;" ><!--=small je, Ukrainian -->
41
+ <!ENTITY Jukcy "&#x00404;" ><!--=capital JE, Ukrainian -->
42
+ <!ENTITY kjcy "&#x0045C;" ><!--=small kje Macedonian -->
43
+ <!ENTITY KJcy "&#x0040C;" ><!--=capital KJE, Macedonian -->
44
+ <!ENTITY ljcy "&#x00459;" ><!--=small lje, Serbian -->
45
+ <!ENTITY LJcy "&#x00409;" ><!--=capital LJE, Serbian -->
46
+ <!ENTITY njcy "&#x0045A;" ><!--=small nje, Serbian -->
47
+ <!ENTITY NJcy "&#x0040A;" ><!--=capital NJE, Serbian -->
48
+ <!ENTITY tshcy "&#x0045B;" ><!--=small tshe, Serbian -->
49
+ <!ENTITY TSHcy "&#x0040B;" ><!--=capital TSHE, Serbian -->
50
+ <!ENTITY ubrcy "&#x0045E;" ><!--=small u, Byelorussian -->
51
+ <!ENTITY Ubrcy "&#x0040E;" ><!--=capital U, Byelorussian -->
52
+ <!ENTITY yicy "&#x00457;" ><!--=small yi, Ukrainian -->
53
+ <!ENTITY YIcy "&#x00407;" ><!--=capital YI, Ukrainian -->
@@ -0,0 +1,41 @@
1
+
2
+ <!--
3
+ File isodia.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 acute "&#x000B4;" ><!--=acute accent -->
29
+ <!ENTITY breve "&#x002D8;" ><!--=breve -->
30
+ <!ENTITY caron "&#x002C7;" ><!--=caron -->
31
+ <!ENTITY cedil "&#x000B8;" ><!--=cedilla -->
32
+ <!ENTITY circ "&#x0005E;" ><!--circumflex accent -->
33
+ <!ENTITY dblac "&#x002DD;" ><!--=double acute accent -->
34
+ <!ENTITY die "&#x000A8;" ><!--=dieresis -->
35
+ <!ENTITY dot "&#x002D9;" ><!--=dot above -->
36
+ <!ENTITY grave "&#x00060;" ><!--=grave accent -->
37
+ <!ENTITY macr "&#x000AF;" ><!--=macron -->
38
+ <!ENTITY ogon "&#x002DB;" ><!--=ogonek -->
39
+ <!ENTITY ring "&#x002DA;" ><!--=ring -->
40
+ <!ENTITY tilde "&#x002DC;" ><!--=tilde -->
41
+ <!ENTITY uml "&#x000A8;" ><!--=umlaut mark -->
@@ -0,0 +1,70 @@
1
+
2
+ <!--
3
+ File isogrk3.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 alpha "&#x003B1;" ><!--/alpha small alpha, Greek -->
29
+ <!ENTITY beta "&#x003B2;" ><!--/beta small beta, Greek -->
30
+ <!ENTITY chi "&#x003C7;" ><!--/chi small chi, Greek -->
31
+ <!ENTITY delta "&#x003B4;" ><!--/delta small delta, Greek -->
32
+ <!ENTITY Delta "&#x00394;" ><!--/Delta capital Delta, Greek -->
33
+ <!ENTITY epsi "&#x003B5;" ><!--/straightepsilon, small epsilon, Greek -->
34
+ <!ENTITY epsiv "&#x0025B;" ><!--/varepsilon -->
35
+ <!ENTITY eta "&#x003B7;" ><!--/eta small eta, Greek -->
36
+ <!ENTITY gamma "&#x003B3;" ><!--/gamma small gamma, Greek -->
37
+ <!ENTITY Gamma "&#x00393;" ><!--/Gamma capital Gamma, Greek -->
38
+ <!ENTITY gammad "&#x003DC;" ><!--/digamma -->
39
+ <!ENTITY Gammad "&#x003DC;" ><!--capital digamma -->
40
+ <!ENTITY iota "&#x003B9;" ><!--/iota small iota, Greek -->
41
+ <!ENTITY kappa "&#x003BA;" ><!--/kappa small kappa, Greek -->
42
+ <!ENTITY kappav "&#x003F0;" ><!--/varkappa -->
43
+ <!ENTITY lambda "&#x003BB;" ><!--/lambda small lambda, Greek -->
44
+ <!ENTITY Lambda "&#x0039B;" ><!--/Lambda capital Lambda, Greek -->
45
+ <!ENTITY mu "&#x003BC;" ><!--/mu small mu, Greek -->
46
+ <!ENTITY nu "&#x003BD;" ><!--/nu small nu, Greek -->
47
+ <!ENTITY omega "&#x003C9;" ><!--/omega small omega, Greek -->
48
+ <!ENTITY Omega "&#x003A9;" ><!--/Omega capital Omega, Greek -->
49
+ <!ENTITY phi "&#x003C6;" ><!--/straightphi - small phi, Greek -->
50
+ <!ENTITY Phi "&#x003A6;" ><!--/Phi capital Phi, Greek -->
51
+ <!ENTITY phiv "&#x003D5;" ><!--/varphi - curly or open phi -->
52
+ <!ENTITY pi "&#x003C0;" ><!--/pi small pi, Greek -->
53
+ <!ENTITY Pi "&#x003A0;" ><!--/Pi capital Pi, Greek -->
54
+ <!ENTITY piv "&#x003D6;" ><!--/varpi -->
55
+ <!ENTITY psi "&#x003C8;" ><!--/psi small psi, Greek -->
56
+ <!ENTITY Psi "&#x003A8;" ><!--/Psi capital Psi, Greek -->
57
+ <!ENTITY rho "&#x003C1;" ><!--/rho small rho, Greek -->
58
+ <!ENTITY rhov "&#x003F1;" ><!--/varrho -->
59
+ <!ENTITY sigma "&#x003C3;" ><!--/sigma small sigma, Greek -->
60
+ <!ENTITY Sigma "&#x003A3;" ><!--/Sigma capital Sigma, Greek -->
61
+ <!ENTITY sigmav "&#x003C2;" ><!--/varsigma -->
62
+ <!ENTITY tau "&#x003C4;" ><!--/tau small tau, Greek -->
63
+ <!ENTITY theta "&#x003B8;" ><!--/theta straight theta, small theta, Greek -->
64
+ <!ENTITY Theta "&#x00398;" ><!--/Theta capital Theta, Greek -->
65
+ <!ENTITY thetav "&#x003D1;" ><!--/vartheta - curly or open theta -->
66
+ <!ENTITY upsi "&#x003C5;" ><!--/upsilon small upsilon, Greek -->
67
+ <!ENTITY Upsi "&#x003D2;" ><!--/Upsilon capital Upsilon, Greek -->
68
+ <!ENTITY xi "&#x003BE;" ><!--/xi small xi, Greek -->
69
+ <!ENTITY Xi "&#x0039E;" ><!--/Xi capital Xi, Greek -->
70
+ <!ENTITY zeta "&#x003B6;" ><!--/zeta small zeta, Greek -->
@@ -0,0 +1,89 @@
1
+
2
+ <!--
3
+ File isolat1.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 aacute "&#x000E1;" ><!--=small a, acute accent -->
29
+ <!ENTITY Aacute "&#x000C1;" ><!--=capital A, acute accent -->
30
+ <!ENTITY acirc "&#x000E2;" ><!--=small a, circumflex accent -->
31
+ <!ENTITY Acirc "&#x000C2;" ><!--=capital A, circumflex accent -->
32
+ <!ENTITY aelig "&#x000E6;" ><!--=small ae diphthong (ligature) -->
33
+ <!ENTITY AElig "&#x000C6;" ><!--=capital AE diphthong (ligature) -->
34
+ <!ENTITY agrave "&#x000E0;" ><!--=small a, grave accent -->
35
+ <!ENTITY Agrave "&#x000C0;" ><!--=capital A, grave accent -->
36
+ <!ENTITY aring "&#x000E5;" ><!--=small a, ring -->
37
+ <!ENTITY Aring "&#x000C5;" ><!--=capital A, ring -->
38
+ <!ENTITY atilde "&#x000E3;" ><!--=small a, tilde -->
39
+ <!ENTITY Atilde "&#x000C3;" ><!--=capital A, tilde -->
40
+ <!ENTITY auml "&#x000E4;" ><!--=small a, dieresis or umlaut mark -->
41
+ <!ENTITY Auml "&#x000C4;" ><!--=capital A, dieresis or umlaut mark -->
42
+ <!ENTITY ccedil "&#x000E7;" ><!--=small c, cedilla -->
43
+ <!ENTITY Ccedil "&#x000C7;" ><!--=capital C, cedilla -->
44
+ <!ENTITY eacute "&#x000E9;" ><!--=small e, acute accent -->
45
+ <!ENTITY Eacute "&#x000C9;" ><!--=capital E, acute accent -->
46
+ <!ENTITY ecirc "&#x000EA;" ><!--=small e, circumflex accent -->
47
+ <!ENTITY Ecirc "&#x000CA;" ><!--=capital E, circumflex accent -->
48
+ <!ENTITY egrave "&#x000E8;" ><!--=small e, grave accent -->
49
+ <!ENTITY Egrave "&#x000C8;" ><!--=capital E, grave accent -->
50
+ <!ENTITY eth "&#x000F0;" ><!--=small eth, Icelandic -->
51
+ <!ENTITY ETH "&#x000D0;" ><!--=capital Eth, Icelandic -->
52
+ <!ENTITY euml "&#x000EB;" ><!--=small e, dieresis or umlaut mark -->
53
+ <!ENTITY Euml "&#x000CB;" ><!--=capital E, dieresis or umlaut mark -->
54
+ <!ENTITY iacute "&#x000ED;" ><!--=small i, acute accent -->
55
+ <!ENTITY Iacute "&#x000CD;" ><!--=capital I, acute accent -->
56
+ <!ENTITY icirc "&#x000EE;" ><!--=small i, circumflex accent -->
57
+ <!ENTITY Icirc "&#x000CE;" ><!--=capital I, circumflex accent -->
58
+ <!ENTITY igrave "&#x000EC;" ><!--=small i, grave accent -->
59
+ <!ENTITY Igrave "&#x000CC;" ><!--=capital I, grave accent -->
60
+ <!ENTITY iuml "&#x000EF;" ><!--=small i, dieresis or umlaut mark -->
61
+ <!ENTITY Iuml "&#x000CF;" ><!--=capital I, dieresis or umlaut mark -->
62
+ <!ENTITY ntilde "&#x000F1;" ><!--=small n, tilde -->
63
+ <!ENTITY Ntilde "&#x000D1;" ><!--=capital N, tilde -->
64
+ <!ENTITY oacute "&#x000F3;" ><!--=small o, acute accent -->
65
+ <!ENTITY Oacute "&#x000D3;" ><!--=capital O, acute accent -->
66
+ <!ENTITY ocirc "&#x000F4;" ><!--=small o, circumflex accent -->
67
+ <!ENTITY Ocirc "&#x000D4;" ><!--=capital O, circumflex accent -->
68
+ <!ENTITY ograve "&#x000F2;" ><!--=small o, grave accent -->
69
+ <!ENTITY Ograve "&#x000D2;" ><!--=capital O, grave accent -->
70
+ <!ENTITY oslash "&#x000F8;" ><!--latin small letter o with stroke -->
71
+ <!ENTITY Oslash "&#x000D8;" ><!--=capital O, slash -->
72
+ <!ENTITY otilde "&#x000F5;" ><!--=small o, tilde -->
73
+ <!ENTITY Otilde "&#x000D5;" ><!--=capital O, tilde -->
74
+ <!ENTITY ouml "&#x000F6;" ><!--=small o, dieresis or umlaut mark -->
75
+ <!ENTITY Ouml "&#x000D6;" ><!--=capital O, dieresis or umlaut mark -->
76
+ <!ENTITY szlig "&#x000DF;" ><!--=small sharp s, German (sz ligature) -->
77
+ <!ENTITY thorn "&#x000FE;" ><!--=small thorn, Icelandic -->
78
+ <!ENTITY THORN "&#x000DE;" ><!--=capital THORN, Icelandic -->
79
+ <!ENTITY uacute "&#x000FA;" ><!--=small u, acute accent -->
80
+ <!ENTITY Uacute "&#x000DA;" ><!--=capital U, acute accent -->
81
+ <!ENTITY ucirc "&#x000FB;" ><!--=small u, circumflex accent -->
82
+ <!ENTITY Ucirc "&#x000DB;" ><!--=capital U, circumflex accent -->
83
+ <!ENTITY ugrave "&#x000F9;" ><!--=small u, grave accent -->
84
+ <!ENTITY Ugrave "&#x000D9;" ><!--=capital U, grave accent -->
85
+ <!ENTITY uuml "&#x000FC;" ><!--=small u, dieresis or umlaut mark -->
86
+ <!ENTITY Uuml "&#x000DC;" ><!--=capital U, dieresis or umlaut mark -->
87
+ <!ENTITY yacute "&#x000FD;" ><!--=small y, acute accent -->
88
+ <!ENTITY Yacute "&#x000DD;" ><!--=capital Y, acute accent -->
89
+ <!ENTITY yuml "&#x000FF;" ><!--=small y, dieresis or umlaut mark -->
@@ -0,0 +1,148 @@
1
+
2
+ <!--
3
+ File isolat2.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 abreve "&#x00103;" ><!--=small a, breve -->
29
+ <!ENTITY Abreve "&#x00102;" ><!--=capital A, breve -->
30
+ <!ENTITY amacr "&#x00101;" ><!--=small a, macron -->
31
+ <!ENTITY Amacr "&#x00100;" ><!--=capital A, macron -->
32
+ <!ENTITY aogon "&#x00105;" ><!--=small a, ogonek -->
33
+ <!ENTITY Aogon "&#x00104;" ><!--=capital A, ogonek -->
34
+ <!ENTITY cacute "&#x00107;" ><!--=small c, acute accent -->
35
+ <!ENTITY Cacute "&#x00106;" ><!--=capital C, acute accent -->
36
+ <!ENTITY ccaron "&#x0010D;" ><!--=small c, caron -->
37
+ <!ENTITY Ccaron "&#x0010C;" ><!--=capital C, caron -->
38
+ <!ENTITY ccirc "&#x00109;" ><!--=small c, circumflex accent -->
39
+ <!ENTITY Ccirc "&#x00108;" ><!--=capital C, circumflex accent -->
40
+ <!ENTITY cdot "&#x0010B;" ><!--=small c, dot above -->
41
+ <!ENTITY Cdot "&#x0010A;" ><!--=capital C, dot above -->
42
+ <!ENTITY dcaron "&#x0010F;" ><!--=small d, caron -->
43
+ <!ENTITY Dcaron "&#x0010E;" ><!--=capital D, caron -->
44
+ <!ENTITY dstrok "&#x00111;" ><!--=small d, stroke -->
45
+ <!ENTITY Dstrok "&#x00110;" ><!--=capital D, stroke -->
46
+ <!ENTITY ecaron "&#x0011B;" ><!--=small e, caron -->
47
+ <!ENTITY Ecaron "&#x0011A;" ><!--=capital E, caron -->
48
+ <!ENTITY edot "&#x00117;" ><!--=small e, dot above -->
49
+ <!ENTITY Edot "&#x00116;" ><!--=capital E, dot above -->
50
+ <!ENTITY emacr "&#x00113;" ><!--=small e, macron -->
51
+ <!ENTITY Emacr "&#x00112;" ><!--=capital E, macron -->
52
+ <!ENTITY eng "&#x0014B;" ><!--=small eng, Lapp -->
53
+ <!ENTITY ENG "&#x0014A;" ><!--=capital ENG, Lapp -->
54
+ <!ENTITY eogon "&#x00119;" ><!--=small e, ogonek -->
55
+ <!ENTITY Eogon "&#x00118;" ><!--=capital E, ogonek -->
56
+ <!ENTITY gacute "&#x001F5;" ><!--=small g, acute accent -->
57
+ <!ENTITY gbreve "&#x0011F;" ><!--=small g, breve -->
58
+ <!ENTITY Gbreve "&#x0011E;" ><!--=capital G, breve -->
59
+ <!ENTITY Gcedil "&#x00122;" ><!--=capital G, cedilla -->
60
+ <!ENTITY gcirc "&#x0011D;" ><!--=small g, circumflex accent -->
61
+ <!ENTITY Gcirc "&#x0011C;" ><!--=capital G, circumflex accent -->
62
+ <!ENTITY gdot "&#x00121;" ><!--=small g, dot above -->
63
+ <!ENTITY Gdot "&#x00120;" ><!--=capital G, dot above -->
64
+ <!ENTITY hcirc "&#x00125;" ><!--=small h, circumflex accent -->
65
+ <!ENTITY Hcirc "&#x00124;" ><!--=capital H, circumflex accent -->
66
+ <!ENTITY hstrok "&#x00127;" ><!--=small h, stroke -->
67
+ <!ENTITY Hstrok "&#x00126;" ><!--=capital H, stroke -->
68
+ <!ENTITY Idot "&#x00130;" ><!--=capital I, dot above -->
69
+ <!ENTITY ijlig "&#x00133;" ><!--=small ij ligature -->
70
+ <!ENTITY IJlig "&#x00132;" ><!--=capital IJ ligature -->
71
+ <!ENTITY imacr "&#x0012B;" ><!--=small i, macron -->
72
+ <!ENTITY Imacr "&#x0012A;" ><!--=capital I, macron -->
73
+ <!ENTITY inodot "&#x00131;" ><!--=small i without dot -->
74
+ <!ENTITY iogon "&#x0012F;" ><!--=small i, ogonek -->
75
+ <!ENTITY Iogon "&#x0012E;" ><!--=capital I, ogonek -->
76
+ <!ENTITY itilde "&#x00129;" ><!--=small i, tilde -->
77
+ <!ENTITY Itilde "&#x00128;" ><!--=capital I, tilde -->
78
+ <!ENTITY jcirc "&#x00135;" ><!--=small j, circumflex accent -->
79
+ <!ENTITY Jcirc "&#x00134;" ><!--=capital J, circumflex accent -->
80
+ <!ENTITY kcedil "&#x00137;" ><!--=small k, cedilla -->
81
+ <!ENTITY Kcedil "&#x00136;" ><!--=capital K, cedilla -->
82
+ <!ENTITY kgreen "&#x00138;" ><!--=small k, Greenlandic -->
83
+ <!ENTITY lacute "&#x0013A;" ><!--=small l, acute accent -->
84
+ <!ENTITY Lacute "&#x00139;" ><!--=capital L, acute accent -->
85
+ <!ENTITY lcaron "&#x0013E;" ><!--=small l, caron -->
86
+ <!ENTITY Lcaron "&#x0013D;" ><!--=capital L, caron -->
87
+ <!ENTITY lcedil "&#x0013C;" ><!--=small l, cedilla -->
88
+ <!ENTITY Lcedil "&#x0013B;" ><!--=capital L, cedilla -->
89
+ <!ENTITY lmidot "&#x00140;" ><!--=small l, middle dot -->
90
+ <!ENTITY Lmidot "&#x0013F;" ><!--=capital L, middle dot -->
91
+ <!ENTITY lstrok "&#x00142;" ><!--=small l, stroke -->
92
+ <!ENTITY Lstrok "&#x00141;" ><!--=capital L, stroke -->
93
+ <!ENTITY nacute "&#x00144;" ><!--=small n, acute accent -->
94
+ <!ENTITY Nacute "&#x00143;" ><!--=capital N, acute accent -->
95
+ <!ENTITY napos "&#x00149;" ><!--=small n, apostrophe -->
96
+ <!ENTITY ncaron "&#x00148;" ><!--=small n, caron -->
97
+ <!ENTITY Ncaron "&#x00147;" ><!--=capital N, caron -->
98
+ <!ENTITY ncedil "&#x00146;" ><!--=small n, cedilla -->
99
+ <!ENTITY Ncedil "&#x00145;" ><!--=capital N, cedilla -->
100
+ <!ENTITY odblac "&#x00151;" ><!--=small o, double acute accent -->
101
+ <!ENTITY Odblac "&#x00150;" ><!--=capital O, double acute accent -->
102
+ <!ENTITY oelig "&#x00153;" ><!--=small oe ligature -->
103
+ <!ENTITY OElig "&#x00152;" ><!--=capital OE ligature -->
104
+ <!ENTITY omacr "&#x0014D;" ><!--=small o, macron -->
105
+ <!ENTITY Omacr "&#x0014C;" ><!--=capital O, macron -->
106
+ <!ENTITY racute "&#x00155;" ><!--=small r, acute accent -->
107
+ <!ENTITY Racute "&#x00154;" ><!--=capital R, acute accent -->
108
+ <!ENTITY rcaron "&#x00159;" ><!--=small r, caron -->
109
+ <!ENTITY Rcaron "&#x00158;" ><!--=capital R, caron -->
110
+ <!ENTITY rcedil "&#x00157;" ><!--=small r, cedilla -->
111
+ <!ENTITY Rcedil "&#x00156;" ><!--=capital R, cedilla -->
112
+ <!ENTITY sacute "&#x0015B;" ><!--=small s, acute accent -->
113
+ <!ENTITY Sacute "&#x0015A;" ><!--=capital S, acute accent -->
114
+ <!ENTITY scaron "&#x00161;" ><!--=small s, caron -->
115
+ <!ENTITY Scaron "&#x00160;" ><!--=capital S, caron -->
116
+ <!ENTITY scedil "&#x0015F;" ><!--=small s, cedilla -->
117
+ <!ENTITY Scedil "&#x0015E;" ><!--=capital S, cedilla -->
118
+ <!ENTITY scirc "&#x0015D;" ><!--=small s, circumflex accent -->
119
+ <!ENTITY Scirc "&#x0015C;" ><!--=capital S, circumflex accent -->
120
+ <!ENTITY tcaron "&#x00165;" ><!--=small t, caron -->
121
+ <!ENTITY Tcaron "&#x00164;" ><!--=capital T, caron -->
122
+ <!ENTITY tcedil "&#x00163;" ><!--=small t, cedilla -->
123
+ <!ENTITY Tcedil "&#x00162;" ><!--=capital T, cedilla -->
124
+ <!ENTITY tstrok "&#x00167;" ><!--=small t, stroke -->
125
+ <!ENTITY Tstrok "&#x00166;" ><!--=capital T, stroke -->
126
+ <!ENTITY ubreve "&#x0016D;" ><!--=small u, breve -->
127
+ <!ENTITY Ubreve "&#x0016C;" ><!--=capital U, breve -->
128
+ <!ENTITY udblac "&#x00171;" ><!--=small u, double acute accent -->
129
+ <!ENTITY Udblac "&#x00170;" ><!--=capital U, double acute accent -->
130
+ <!ENTITY umacr "&#x0016B;" ><!--=small u, macron -->
131
+ <!ENTITY Umacr "&#x0016A;" ><!--=capital U, macron -->
132
+ <!ENTITY uogon "&#x00173;" ><!--=small u, ogonek -->
133
+ <!ENTITY Uogon "&#x00172;" ><!--=capital U, ogonek -->
134
+ <!ENTITY uring "&#x0016F;" ><!--=small u, ring -->
135
+ <!ENTITY Uring "&#x0016E;" ><!--=capital U, ring -->
136
+ <!ENTITY utilde "&#x00169;" ><!--=small u, tilde -->
137
+ <!ENTITY Utilde "&#x00168;" ><!--=capital U, tilde -->
138
+ <!ENTITY wcirc "&#x00175;" ><!--=small w, circumflex accent -->
139
+ <!ENTITY Wcirc "&#x00174;" ><!--=capital W, circumflex accent -->
140
+ <!ENTITY ycirc "&#x00177;" ><!--=small y, circumflex accent -->
141
+ <!ENTITY Ycirc "&#x00176;" ><!--=capital Y, circumflex accent -->
142
+ <!ENTITY Yuml "&#x00178;" ><!--=capital Y, dieresis or umlaut mark -->
143
+ <!ENTITY zacute "&#x0017A;" ><!--=small z, acute accent -->
144
+ <!ENTITY Zacute "&#x00179;" ><!--=capital Z, acute accent -->
145
+ <!ENTITY zcaron "&#x0017E;" ><!--=small z, caron -->
146
+ <!ENTITY Zcaron "&#x0017D;" ><!--=capital Z, caron -->
147
+ <!ENTITY zdot "&#x0017C;" ><!--=small z, dot above -->
148
+ <!ENTITY Zdot "&#x0017B;" ><!--=capital Z, dot above -->