cacofonix-dtds 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.rspec +3 -0
- data/.travis.yml +7 -0
- data/CHANGELOG.md +10 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +35 -0
- data/LICENSE.txt +21 -0
- data/README.md +70 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/cacofonix-dtds.gemspec +34 -0
- data/data/2.0/onix-international.dtd +625 -0
- data/data/2.0/onix-international.elt +3267 -0
- data/data/2.0/xhtml-lat1.ent +196 -0
- data/data/2.0/xhtml-special.ent +79 -0
- data/data/2.0/xhtml-symbol.ent +242 -0
- data/data/2.1r1/iso-amsa.ent +173 -0
- data/data/2.1r1/iso-amsb.ent +146 -0
- data/data/2.1r1/iso-amsc.ent +49 -0
- data/data/2.1r1/iso-amsn.ent +117 -0
- data/data/2.1r1/iso-amso.ent +77 -0
- data/data/2.1r1/iso-amsr.ent +205 -0
- data/data/2.1r1/iso-box.ent +67 -0
- data/data/2.1r1/iso-cyr1.ent +94 -0
- data/data/2.1r1/iso-cyr2.ent +53 -0
- data/data/2.1r1/iso-dia.ent +41 -0
- data/data/2.1r1/iso-grk3.ent +70 -0
- data/data/2.1r1/iso-lat1.ent +89 -0
- data/data/2.1r1/iso-lat2.ent +148 -0
- data/data/2.1r1/iso-mfrk.ent +79 -0
- data/data/2.1r1/iso-mopf.ent +53 -0
- data/data/2.1r1/iso-mscr.ent +79 -0
- data/data/2.1r1/iso-num.ent +103 -0
- data/data/2.1r1/iso-pub.ent +110 -0
- data/data/2.1r1/iso-tech.ent +183 -0
- data/data/2.1r1/onix-international.dtd +953 -0
- data/data/2.1r1/onix-xhtml.elt +672 -0
- data/data/2.1r1/reference.elt +4504 -0
- data/data/2.1r1/xhtml-special.ent +79 -0
- data/data/2.1r1/xhtml-symbol.ent +242 -0
- data/data/2.1r2/iso-amsa.ent +173 -0
- data/data/2.1r2/iso-amsb.ent +146 -0
- data/data/2.1r2/iso-amsc.ent +49 -0
- data/data/2.1r2/iso-amsn.ent +117 -0
- data/data/2.1r2/iso-amso.ent +77 -0
- data/data/2.1r2/iso-amsr.ent +205 -0
- data/data/2.1r2/iso-box.ent +67 -0
- data/data/2.1r2/iso-cyr1.ent +94 -0
- data/data/2.1r2/iso-cyr2.ent +53 -0
- data/data/2.1r2/iso-dia.ent +41 -0
- data/data/2.1r2/iso-grk3.ent +70 -0
- data/data/2.1r2/iso-lat1.ent +89 -0
- data/data/2.1r2/iso-lat2.ent +148 -0
- data/data/2.1r2/iso-mfrk.ent +79 -0
- data/data/2.1r2/iso-mopf.ent +53 -0
- data/data/2.1r2/iso-mscr.ent +79 -0
- data/data/2.1r2/iso-num.ent +103 -0
- data/data/2.1r2/iso-pub.ent +110 -0
- data/data/2.1r2/iso-tech.ent +183 -0
- data/data/2.1r2/onix-international.dtd +987 -0
- data/data/2.1r2/onix-xhtml.elt +672 -0
- data/data/2.1r2/reference.elt +4664 -0
- data/data/2.1r2/xhtml-special.ent +79 -0
- data/data/2.1r2/xhtml-symbol.ent +242 -0
- data/data/2.1r3/reference/iso-amsa.ent +173 -0
- data/data/2.1r3/reference/iso-amsb.ent +146 -0
- data/data/2.1r3/reference/iso-amsc.ent +49 -0
- data/data/2.1r3/reference/iso-amsn.ent +117 -0
- data/data/2.1r3/reference/iso-amso.ent +77 -0
- data/data/2.1r3/reference/iso-amsr.ent +205 -0
- data/data/2.1r3/reference/iso-box.ent +67 -0
- data/data/2.1r3/reference/iso-cyr1.ent +94 -0
- data/data/2.1r3/reference/iso-cyr2.ent +53 -0
- data/data/2.1r3/reference/iso-dia.ent +41 -0
- data/data/2.1r3/reference/iso-grk3.ent +70 -0
- data/data/2.1r3/reference/iso-lat1.ent +89 -0
- data/data/2.1r3/reference/iso-lat2.ent +148 -0
- data/data/2.1r3/reference/iso-mfrk.ent +79 -0
- data/data/2.1r3/reference/iso-mopf.ent +53 -0
- data/data/2.1r3/reference/iso-mscr.ent +79 -0
- data/data/2.1r3/reference/iso-num.ent +103 -0
- data/data/2.1r3/reference/iso-num.old.ent +103 -0
- data/data/2.1r3/reference/iso-pub.ent +110 -0
- data/data/2.1r3/reference/iso-tech.ent +183 -0
- data/data/2.1r3/reference/onix-international.dtd +1012 -0
- data/data/2.1r3/reference/onix-xhtml.elt +672 -0
- data/data/2.1r3/reference/reference.elt +4758 -0
- data/data/2.1r3/reference/xhtml-special.ent +79 -0
- data/data/2.1r3/reference/xhtml-symbol.ent +242 -0
- data/data/2.1r3/short/iso-amsa.ent +173 -0
- data/data/2.1r3/short/iso-amsb.ent +146 -0
- data/data/2.1r3/short/iso-amsc.ent +49 -0
- data/data/2.1r3/short/iso-amsn.ent +117 -0
- data/data/2.1r3/short/iso-amso.ent +77 -0
- data/data/2.1r3/short/iso-amsr.ent +205 -0
- data/data/2.1r3/short/iso-box.ent +67 -0
- data/data/2.1r3/short/iso-cyr1.ent +94 -0
- data/data/2.1r3/short/iso-cyr2.ent +53 -0
- data/data/2.1r3/short/iso-dia.ent +41 -0
- data/data/2.1r3/short/iso-grk3.ent +70 -0
- data/data/2.1r3/short/iso-lat1.ent +89 -0
- data/data/2.1r3/short/iso-lat2.ent +148 -0
- data/data/2.1r3/short/iso-mfrk.ent +79 -0
- data/data/2.1r3/short/iso-mopf.ent +53 -0
- data/data/2.1r3/short/iso-mscr.ent +79 -0
- data/data/2.1r3/short/iso-num.ent +103 -0
- data/data/2.1r3/short/iso-num.old.ent +103 -0
- data/data/2.1r3/short/iso-pub.ent +110 -0
- data/data/2.1r3/short/iso-tech.ent +183 -0
- data/data/2.1r3/short/onix-international.dtd +1013 -0
- data/data/2.1r3/short/onix-xhtml.elt +672 -0
- data/data/2.1r3/short/short.elt +4758 -0
- data/data/2.1r3/short/xhtml-special.ent +79 -0
- data/data/2.1r3/short/xhtml-symbol.ent +242 -0
- data/data/2.1r4/reference/iso-amsa.ent +173 -0
- data/data/2.1r4/reference/iso-amsb.ent +146 -0
- data/data/2.1r4/reference/iso-amsc.ent +49 -0
- data/data/2.1r4/reference/iso-amsn.ent +117 -0
- data/data/2.1r4/reference/iso-amso.ent +77 -0
- data/data/2.1r4/reference/iso-amsr.ent +205 -0
- data/data/2.1r4/reference/iso-box.ent +67 -0
- data/data/2.1r4/reference/iso-cyr1.ent +94 -0
- data/data/2.1r4/reference/iso-cyr2.ent +53 -0
- data/data/2.1r4/reference/iso-dia.ent +41 -0
- data/data/2.1r4/reference/iso-grk3.ent +70 -0
- data/data/2.1r4/reference/iso-lat1.ent +89 -0
- data/data/2.1r4/reference/iso-lat2.ent +148 -0
- data/data/2.1r4/reference/iso-mfrk.ent +79 -0
- data/data/2.1r4/reference/iso-mopf.ent +53 -0
- data/data/2.1r4/reference/iso-mscr.ent +79 -0
- data/data/2.1r4/reference/iso-num.ent +103 -0
- data/data/2.1r4/reference/iso-num.old.ent +103 -0
- data/data/2.1r4/reference/iso-pub.ent +110 -0
- data/data/2.1r4/reference/iso-tech.ent +183 -0
- data/data/2.1r4/reference/onix-international.dtd +1024 -0
- data/data/2.1r4/reference/onix-xhtml.elt +699 -0
- data/data/2.1r4/reference/reference.elt +4801 -0
- data/data/2.1r4/reference/xhtml-special.ent +79 -0
- data/data/2.1r4/reference/xhtml-symbol.ent +242 -0
- data/data/2.1r4/short/iso-amsa.ent +173 -0
- data/data/2.1r4/short/iso-amsb.ent +146 -0
- data/data/2.1r4/short/iso-amsc.ent +49 -0
- data/data/2.1r4/short/iso-amsn.ent +117 -0
- data/data/2.1r4/short/iso-amso.ent +77 -0
- data/data/2.1r4/short/iso-amsr.ent +205 -0
- data/data/2.1r4/short/iso-box.ent +67 -0
- data/data/2.1r4/short/iso-cyr1.ent +94 -0
- data/data/2.1r4/short/iso-cyr2.ent +53 -0
- data/data/2.1r4/short/iso-dia.ent +41 -0
- data/data/2.1r4/short/iso-grk3.ent +70 -0
- data/data/2.1r4/short/iso-lat1.ent +89 -0
- data/data/2.1r4/short/iso-lat2.ent +148 -0
- data/data/2.1r4/short/iso-mfrk.ent +79 -0
- data/data/2.1r4/short/iso-mopf.ent +53 -0
- data/data/2.1r4/short/iso-mscr.ent +79 -0
- data/data/2.1r4/short/iso-num.ent +103 -0
- data/data/2.1r4/short/iso-num.old.ent +103 -0
- data/data/2.1r4/short/iso-pub.ent +110 -0
- data/data/2.1r4/short/iso-tech.ent +183 -0
- data/data/2.1r4/short/onix-international.dtd +1025 -0
- data/data/2.1r4/short/onix-xhtml.elt +699 -0
- data/data/2.1r4/short/short.elt +4801 -0
- data/data/2.1r4/short/xhtml-special.ent +79 -0
- data/data/2.1r4/short/xhtml-symbol.ent +242 -0
- data/data/catalog.xml +25 -0
- data/lib/cacofonix-dtds.rb +3 -0
- data/lib/cacofonix/dtds.rb +25 -0
- data/lib/cacofonix/dtds/version.rb +7 -0
- 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 "𝔞" ><!--/frak a, lower case a -->
|
29
|
+
<!ENTITY Afr "𝔄" ><!--/frak A, upper case a -->
|
30
|
+
<!ENTITY bfr "𝔟" ><!--/frak b, lower case b -->
|
31
|
+
<!ENTITY Bfr "𝔅" ><!--/frak B, upper case b -->
|
32
|
+
<!ENTITY cfr "𝔠" ><!--/frak c, lower case c -->
|
33
|
+
<!ENTITY Cfr "ℭ" ><!--/frak C, upper case c -->
|
34
|
+
<!ENTITY dfr "𝔡" ><!--/frak d, lower case d -->
|
35
|
+
<!ENTITY Dfr "𝔇" ><!--/frak D, upper case d -->
|
36
|
+
<!ENTITY efr "𝔢" ><!--/frak e, lower case e -->
|
37
|
+
<!ENTITY Efr "𝔈" ><!--/frak E, upper case e -->
|
38
|
+
<!ENTITY ffr "𝔣" ><!--/frak f, lower case f -->
|
39
|
+
<!ENTITY Ffr "𝔉" ><!--/frak F, upper case f -->
|
40
|
+
<!ENTITY gfr "𝔤" ><!--/frak g, lower case g -->
|
41
|
+
<!ENTITY Gfr "𝔊" ><!--/frak G, upper case g -->
|
42
|
+
<!ENTITY hfr "𝔥" ><!--/frak h, lower case h -->
|
43
|
+
<!ENTITY Hfr "ℌ" ><!--/frak H, upper case h -->
|
44
|
+
<!ENTITY ifr "𝔦" ><!--/frak i, lower case i -->
|
45
|
+
<!ENTITY Ifr "ℑ" ><!--/frak I, upper case i -->
|
46
|
+
<!ENTITY jfr "𝔧" ><!--/frak j, lower case j -->
|
47
|
+
<!ENTITY Jfr "𝔍" ><!--/frak J, upper case j -->
|
48
|
+
<!ENTITY kfr "𝔨" ><!--/frak k, lower case k -->
|
49
|
+
<!ENTITY Kfr "𝔎" ><!--/frak K, upper case k -->
|
50
|
+
<!ENTITY lfr "𝔩" ><!--/frak l, lower case l -->
|
51
|
+
<!ENTITY Lfr "𝔏" ><!--/frak L, upper case l -->
|
52
|
+
<!ENTITY mfr "𝔪" ><!--/frak m, lower case m -->
|
53
|
+
<!ENTITY Mfr "𝔐" ><!--/frak M, upper case m -->
|
54
|
+
<!ENTITY nfr "𝔫" ><!--/frak n, lower case n -->
|
55
|
+
<!ENTITY Nfr "𝔑" ><!--/frak N, upper case n -->
|
56
|
+
<!ENTITY ofr "𝔬" ><!--/frak o, lower case o -->
|
57
|
+
<!ENTITY Ofr "𝔒" ><!--/frak O, upper case o -->
|
58
|
+
<!ENTITY pfr "𝔭" ><!--/frak p, lower case p -->
|
59
|
+
<!ENTITY Pfr "𝔓" ><!--/frak P, upper case p -->
|
60
|
+
<!ENTITY qfr "𝔮" ><!--/frak q, lower case q -->
|
61
|
+
<!ENTITY Qfr "𝔔" ><!--/frak Q, upper case q -->
|
62
|
+
<!ENTITY rfr "𝔯" ><!--/frak r, lower case r -->
|
63
|
+
<!ENTITY Rfr "ℜ" ><!--/frak R, upper case r -->
|
64
|
+
<!ENTITY sfr "𝔰" ><!--/frak s, lower case s -->
|
65
|
+
<!ENTITY Sfr "𝔖" ><!--/frak S, upper case s -->
|
66
|
+
<!ENTITY tfr "𝔱" ><!--/frak t, lower case t -->
|
67
|
+
<!ENTITY Tfr "𝔗" ><!--/frak T, upper case t -->
|
68
|
+
<!ENTITY ufr "𝔲" ><!--/frak u, lower case u -->
|
69
|
+
<!ENTITY Ufr "𝔘" ><!--/frak U, upper case u -->
|
70
|
+
<!ENTITY vfr "𝔳" ><!--/frak v, lower case v -->
|
71
|
+
<!ENTITY Vfr "𝔙" ><!--/frak V, upper case v -->
|
72
|
+
<!ENTITY wfr "𝔴" ><!--/frak w, lower case w -->
|
73
|
+
<!ENTITY Wfr "𝔚" ><!--/frak W, upper case w -->
|
74
|
+
<!ENTITY xfr "𝔵" ><!--/frak x, lower case x -->
|
75
|
+
<!ENTITY Xfr "𝔛" ><!--/frak X, upper case x -->
|
76
|
+
<!ENTITY yfr "𝔶" ><!--/frak y, lower case y -->
|
77
|
+
<!ENTITY Yfr "𝔜" ><!--/frak Y, upper case y -->
|
78
|
+
<!ENTITY zfr "𝔷" ><!--/frak z, lower case z -->
|
79
|
+
<!ENTITY Zfr "ℨ" ><!--/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 "𝔸" ><!--/Bbb A, open face A -->
|
29
|
+
<!ENTITY Bopf "𝔹" ><!--/Bbb B, open face B -->
|
30
|
+
<!ENTITY Copf "ℂ" ><!--/Bbb C, open face C -->
|
31
|
+
<!ENTITY Dopf "𝔻" ><!--/Bbb D, open face D -->
|
32
|
+
<!ENTITY Eopf "𝔼" ><!--/Bbb E, open face E -->
|
33
|
+
<!ENTITY Fopf "𝔽" ><!--/Bbb F, open face F -->
|
34
|
+
<!ENTITY Gopf "𝔾" ><!--/Bbb G, open face G -->
|
35
|
+
<!ENTITY Hopf "ℍ" ><!--/Bbb H, open face H -->
|
36
|
+
<!ENTITY Iopf "𝕀" ><!--/Bbb I, open face I -->
|
37
|
+
<!ENTITY Jopf "𝕁" ><!--/Bbb J, open face J -->
|
38
|
+
<!ENTITY Kopf "𝕂" ><!--/Bbb K, open face K -->
|
39
|
+
<!ENTITY Lopf "𝕃" ><!--/Bbb L, open face L -->
|
40
|
+
<!ENTITY Mopf "𝕄" ><!--/Bbb M, open face M -->
|
41
|
+
<!ENTITY Nopf "ℕ" ><!--/Bbb N, open face N -->
|
42
|
+
<!ENTITY Oopf "𝕆" ><!--/Bbb O, open face O -->
|
43
|
+
<!ENTITY Popf "ℙ" ><!--/Bbb P, open face P -->
|
44
|
+
<!ENTITY Qopf "ℚ" ><!--/Bbb Q, open face Q -->
|
45
|
+
<!ENTITY Ropf "ℝ" ><!--/Bbb R, open face R -->
|
46
|
+
<!ENTITY Sopf "𝕊" ><!--/Bbb S, open face S -->
|
47
|
+
<!ENTITY Topf "𝕋" ><!--/Bbb T, open face T -->
|
48
|
+
<!ENTITY Uopf "𝕌" ><!--/Bbb U, open face U -->
|
49
|
+
<!ENTITY Vopf "𝕍" ><!--/Bbb V, open face V -->
|
50
|
+
<!ENTITY Wopf "𝕎" ><!--/Bbb W, open face W -->
|
51
|
+
<!ENTITY Xopf "𝕏" ><!--/Bbb X, open face X -->
|
52
|
+
<!ENTITY Yopf "𝕐" ><!--/Bbb Y, open face Y -->
|
53
|
+
<!ENTITY Zopf "ℤ" ><!--/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 "𝒶" ><!--/scr a, script letter a -->
|
29
|
+
<!ENTITY Ascr "𝒜" ><!--/scr A, script letter A -->
|
30
|
+
<!ENTITY bscr "𝒷" ><!--/scr b, script letter b -->
|
31
|
+
<!ENTITY Bscr "ℬ" ><!--/scr B, script letter B -->
|
32
|
+
<!ENTITY cscr "𝒸" ><!--/scr c, script letter c -->
|
33
|
+
<!ENTITY Cscr "𝒞" ><!--/scr C, script letter C -->
|
34
|
+
<!ENTITY dscr "𝒹" ><!--/scr d, script letter d -->
|
35
|
+
<!ENTITY Dscr "𝒟" ><!--/scr D, script letter D -->
|
36
|
+
<!ENTITY escr "ℯ" ><!--/scr e, script letter e -->
|
37
|
+
<!ENTITY Escr "ℰ" ><!--/scr E, script letter E -->
|
38
|
+
<!ENTITY fscr "𝒻" ><!--/scr f, script letter f -->
|
39
|
+
<!ENTITY Fscr "ℱ" ><!--/scr F, script letter F -->
|
40
|
+
<!ENTITY gscr "ℊ" ><!--/scr g, script letter g -->
|
41
|
+
<!ENTITY Gscr "𝒢" ><!--/scr G, script letter G -->
|
42
|
+
<!ENTITY hscr "𝒽" ><!--/scr h, script letter h -->
|
43
|
+
<!ENTITY Hscr "ℋ" ><!--/scr H, script letter H -->
|
44
|
+
<!ENTITY iscr "𝒾" ><!--/scr i, script letter i -->
|
45
|
+
<!ENTITY Iscr "ℐ" ><!--/scr I, script letter I -->
|
46
|
+
<!ENTITY jscr "𝒿" ><!--/scr j, script letter j -->
|
47
|
+
<!ENTITY Jscr "𝒥" ><!--/scr J, script letter J -->
|
48
|
+
<!ENTITY kscr "𝓀" ><!--/scr k, script letter k -->
|
49
|
+
<!ENTITY Kscr "𝒦" ><!--/scr K, script letter K -->
|
50
|
+
<!ENTITY lscr "ℓ" ><!--/scr l, script letter l -->
|
51
|
+
<!ENTITY Lscr "ℒ" ><!--/scr L, script letter L -->
|
52
|
+
<!ENTITY mscr "𝓂" ><!--/scr m, script letter m -->
|
53
|
+
<!ENTITY Mscr "ℳ" ><!--/scr M, script letter M -->
|
54
|
+
<!ENTITY nscr "𝓃" ><!--/scr n, script letter n -->
|
55
|
+
<!ENTITY Nscr "𝒩" ><!--/scr N, script letter N -->
|
56
|
+
<!ENTITY oscr "ℴ" ><!--/scr o, script letter o -->
|
57
|
+
<!ENTITY Oscr "𝒪" ><!--/scr O, script letter O -->
|
58
|
+
<!ENTITY pscr "𝓅" ><!--/scr p, script letter p -->
|
59
|
+
<!ENTITY Pscr "𝒫" ><!--/scr P, script letter P -->
|
60
|
+
<!ENTITY qscr "𝓆" ><!--/scr q, script letter q -->
|
61
|
+
<!ENTITY Qscr "𝒬" ><!--/scr Q, script letter Q -->
|
62
|
+
<!ENTITY rscr "𝓇" ><!--/scr r, script letter r -->
|
63
|
+
<!ENTITY Rscr "ℛ" ><!--/scr R, script letter R -->
|
64
|
+
<!ENTITY sscr "𝓈" ><!--/scr s, script letter s -->
|
65
|
+
<!ENTITY Sscr "𝒮" ><!--/scr S, script letter S -->
|
66
|
+
<!ENTITY tscr "𝓉" ><!--/scr t, script letter t -->
|
67
|
+
<!ENTITY Tscr "𝒯" ><!--/scr T, script letter T -->
|
68
|
+
<!ENTITY uscr "𝓊" ><!--/scr u, script letter u -->
|
69
|
+
<!ENTITY Uscr "𝒰" ><!--/scr U, script letter U -->
|
70
|
+
<!ENTITY vscr "𝓋" ><!--/scr v, script letter v -->
|
71
|
+
<!ENTITY Vscr "𝒱" ><!--/scr V, script letter V -->
|
72
|
+
<!ENTITY wscr "𝓌" ><!--/scr w, script letter w -->
|
73
|
+
<!ENTITY Wscr "𝒲" ><!--/scr W, script letter W -->
|
74
|
+
<!ENTITY xscr "𝓍" ><!--/scr x, script letter x -->
|
75
|
+
<!ENTITY Xscr "𝒳" ><!--/scr X, script letter X -->
|
76
|
+
<!ENTITY yscr "𝓎" ><!--/scr y, script letter y -->
|
77
|
+
<!ENTITY Yscr "𝒴" ><!--/scr Y, script letter Y -->
|
78
|
+
<!ENTITY zscr "𝓏" ><!--/scr z, script letter z -->
|
79
|
+
<!ENTITY Zscr "𝒵" ><!--/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 "&#x00026;" ><!--=ampersand -->
|
29
|
+
<!ENTITY apos "'" ><!--=apostrophe -->
|
30
|
+
<!ENTITY ast "*" ><!--/ast B: =asterisk -->
|
31
|
+
<!ENTITY brvbar "¦" ><!--=broken (vertical) bar -->
|
32
|
+
<!ENTITY bsol "\" ><!--/backslash =reverse solidus -->
|
33
|
+
<!ENTITY cent "¢" ><!--=cent sign -->
|
34
|
+
<!ENTITY colon ":" ><!--/colon P: -->
|
35
|
+
<!ENTITY comma "," ><!--P: =comma -->
|
36
|
+
<!ENTITY commat "@" ><!--=commercial at -->
|
37
|
+
<!ENTITY copy "©" ><!--=copyright sign -->
|
38
|
+
<!ENTITY curren "¤" ><!--=general currency sign -->
|
39
|
+
<!ENTITY darr "↓" ><!--/downarrow A: =downward arrow -->
|
40
|
+
<!ENTITY deg "°" ><!--=degree sign -->
|
41
|
+
<!ENTITY divide "÷" ><!--/div B: =divide sign -->
|
42
|
+
<!ENTITY dollar "$" ><!--=dollar sign -->
|
43
|
+
<!ENTITY equals "=" ><!--=equals sign R: -->
|
44
|
+
<!ENTITY excl "!" ><!--=exclamation mark -->
|
45
|
+
<!ENTITY frac12 "½" ><!--=fraction one-half -->
|
46
|
+
<!ENTITY frac14 "¼" ><!--=fraction one-quarter -->
|
47
|
+
<!ENTITY frac18 "⅛" ><!--=fraction one-eighth -->
|
48
|
+
<!ENTITY frac34 "¾" ><!--=fraction three-quarters -->
|
49
|
+
<!ENTITY frac38 "⅜" ><!--=fraction three-eighths -->
|
50
|
+
<!ENTITY frac58 "⅝" ><!--=fraction five-eighths -->
|
51
|
+
<!ENTITY frac78 "⅞" ><!--=fraction seven-eighths -->
|
52
|
+
<!ENTITY gt ">" ><!--=greater-than sign R: -->
|
53
|
+
<!ENTITY half "½" ><!--=fraction one-half -->
|
54
|
+
<!ENTITY horbar "―" ><!--=horizontal bar -->
|
55
|
+
<!ENTITY hyphen "‐" ><!--=hyphen -->
|
56
|
+
<!ENTITY iexcl "¡" ><!--=inverted exclamation mark -->
|
57
|
+
<!ENTITY iquest "¿" ><!--=inverted question mark -->
|
58
|
+
<!ENTITY laquo "«" ><!--=angle quotation mark, left -->
|
59
|
+
<!ENTITY larr "←" ><!--/leftarrow /gets A: =leftward arrow -->
|
60
|
+
<!ENTITY lcub "{" ><!--/lbrace O: =left curly bracket -->
|
61
|
+
<!ENTITY ldquo "“" ><!--=double quotation mark, left -->
|
62
|
+
<!ENTITY lowbar "_" ><!--=low line -->
|
63
|
+
<!ENTITY lpar "(" ><!--O: =left parenthesis -->
|
64
|
+
<!ENTITY lsqb "[" ><!--/lbrack O: =left square bracket -->
|
65
|
+
<!ENTITY lsquo "‘" ><!--=single quotation mark, left -->
|
66
|
+
<!ENTITY lt "&#x0003C;" ><!--=less-than sign R: -->
|
67
|
+
<!ENTITY micro "µ" ><!--=micro sign -->
|
68
|
+
<!ENTITY middot "·" ><!--/centerdot B: =middle dot -->
|
69
|
+
<!ENTITY nbsp " " ><!--=no break (required) space -->
|
70
|
+
<!ENTITY not "¬" ><!--/neg /lnot =not sign -->
|
71
|
+
<!ENTITY num "#" ><!--=number sign -->
|
72
|
+
<!ENTITY ohm "Ω" ><!--=ohm sign -->
|
73
|
+
<!ENTITY ordf "ª" ><!--=ordinal indicator, feminine -->
|
74
|
+
<!ENTITY ordm "º" ><!--=ordinal indicator, masculine -->
|
75
|
+
<!ENTITY para "¶" ><!--=pilcrow (paragraph sign) -->
|
76
|
+
<!ENTITY percnt "%" ><!--=percent sign -->
|
77
|
+
<!ENTITY period "." ><!--=full stop, period -->
|
78
|
+
<!ENTITY plus "+" ><!--=plus sign B: -->
|
79
|
+
<!ENTITY plusmn "±" ><!--/pm B: =plus-or-minus sign -->
|
80
|
+
<!ENTITY pound "£" ><!--=pound sign -->
|
81
|
+
<!ENTITY quest "?" ><!--=question mark -->
|
82
|
+
<!ENTITY quot """ ><!--=quotation mark -->
|
83
|
+
<!ENTITY raquo "»" ><!--=angle quotation mark, right -->
|
84
|
+
<!ENTITY rarr "→" ><!--/rightarrow /to A: =rightward arrow -->
|
85
|
+
<!ENTITY rcub "}" ><!--/rbrace C: =right curly bracket -->
|
86
|
+
<!ENTITY rdquo "”" ><!--=double quotation mark, right -->
|
87
|
+
<!ENTITY reg "®" ><!--/circledR =registered sign -->
|
88
|
+
<!ENTITY rpar ")" ><!--C: =right parenthesis -->
|
89
|
+
<!ENTITY rsqb "]" ><!--/rbrack C: =right square bracket -->
|
90
|
+
<!ENTITY rsquo "’" ><!--=single quotation mark, right -->
|
91
|
+
<!ENTITY sect "§" ><!--=section sign -->
|
92
|
+
<!ENTITY semi ";" ><!--=semicolon P: -->
|
93
|
+
<!ENTITY shy "­" ><!--=soft hyphen -->
|
94
|
+
<!ENTITY sol "/" ><!--=solidus -->
|
95
|
+
<!ENTITY sung "♪" ><!--=music note (sung text sign) -->
|
96
|
+
<!ENTITY sup1 "¹" ><!--=superscript one -->
|
97
|
+
<!ENTITY sup2 "²" ><!--=superscript two -->
|
98
|
+
<!ENTITY sup3 "³" ><!--=superscript three -->
|
99
|
+
<!ENTITY times "×" ><!--/times B: =multiply sign -->
|
100
|
+
<!ENTITY trade "™" ><!--=trade mark sign -->
|
101
|
+
<!ENTITY uarr "↑" ><!--/uparrow A: =upward arrow -->
|
102
|
+
<!ENTITY verbar "|" ><!--/vert =vertical bar -->
|
103
|
+
<!ENTITY yen "¥" ><!--/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 "&&" ><!--=ampersand -->
|
29
|
+
<!ENTITY apos "'" ><!--=apostrophe -->
|
30
|
+
<!ENTITY ast "*" ><!--/ast B: =asterisk -->
|
31
|
+
<!ENTITY brvbar "¦" ><!--=broken (vertical) bar -->
|
32
|
+
<!ENTITY bsol "\" ><!--/backslash =reverse solidus -->
|
33
|
+
<!ENTITY cent "¢" ><!--=cent sign -->
|
34
|
+
<!ENTITY colon ":" ><!--/colon P: -->
|
35
|
+
<!ENTITY comma "," ><!--P: =comma -->
|
36
|
+
<!ENTITY commat "@" ><!--=commercial at -->
|
37
|
+
<!ENTITY copy "©" ><!--=copyright sign -->
|
38
|
+
<!ENTITY curren "¤" ><!--=general currency sign -->
|
39
|
+
<!ENTITY darr "↓" ><!--/downarrow A: =downward arrow -->
|
40
|
+
<!ENTITY deg "°" ><!--=degree sign -->
|
41
|
+
<!ENTITY divide "÷" ><!--/div B: =divide sign -->
|
42
|
+
<!ENTITY dollar "$" ><!--=dollar sign -->
|
43
|
+
<!ENTITY equals "=" ><!--=equals sign R: -->
|
44
|
+
<!ENTITY excl "!" ><!--=exclamation mark -->
|
45
|
+
<!ENTITY frac12 "½" ><!--=fraction one-half -->
|
46
|
+
<!ENTITY frac14 "¼" ><!--=fraction one-quarter -->
|
47
|
+
<!ENTITY frac18 "⅛" ><!--=fraction one-eighth -->
|
48
|
+
<!ENTITY frac34 "¾" ><!--=fraction three-quarters -->
|
49
|
+
<!ENTITY frac38 "⅜" ><!--=fraction three-eighths -->
|
50
|
+
<!ENTITY frac58 "⅝" ><!--=fraction five-eighths -->
|
51
|
+
<!ENTITY frac78 "⅞" ><!--=fraction seven-eighths -->
|
52
|
+
<!ENTITY gt ">" ><!--=greater-than sign R: -->
|
53
|
+
<!ENTITY half "½" ><!--=fraction one-half -->
|
54
|
+
<!ENTITY horbar "―" ><!--=horizontal bar -->
|
55
|
+
<!ENTITY hyphen "‐" ><!--=hyphen -->
|
56
|
+
<!ENTITY iexcl "¡" ><!--=inverted exclamation mark -->
|
57
|
+
<!ENTITY iquest "¿" ><!--=inverted question mark -->
|
58
|
+
<!ENTITY laquo "«" ><!--=angle quotation mark, left -->
|
59
|
+
<!ENTITY larr "←" ><!--/leftarrow /gets A: =leftward arrow -->
|
60
|
+
<!ENTITY lcub "{" ><!--/lbrace O: =left curly bracket -->
|
61
|
+
<!ENTITY ldquo "“" ><!--=double quotation mark, left -->
|
62
|
+
<!ENTITY lowbar "_" ><!--=low line -->
|
63
|
+
<!ENTITY lpar "(" ><!--O: =left parenthesis -->
|
64
|
+
<!ENTITY lsqb "[" ><!--/lbrack O: =left square bracket -->
|
65
|
+
<!ENTITY lsquo "‘" ><!--=single quotation mark, left -->
|
66
|
+
<!ENTITY lt "&<" ><!--=less-than sign R: -->
|
67
|
+
<!ENTITY micro "µ" ><!--=micro sign -->
|
68
|
+
<!ENTITY middot "·" ><!--/centerdot B: =middle dot -->
|
69
|
+
<!ENTITY nbsp " " ><!--=no break (required) space -->
|
70
|
+
<!ENTITY not "¬" ><!--/neg /lnot =not sign -->
|
71
|
+
<!ENTITY num "#" ><!--=number sign -->
|
72
|
+
<!ENTITY ohm "Ω" ><!--=ohm sign -->
|
73
|
+
<!ENTITY ordf "ª" ><!--=ordinal indicator, feminine -->
|
74
|
+
<!ENTITY ordm "º" ><!--=ordinal indicator, masculine -->
|
75
|
+
<!ENTITY para "¶" ><!--=pilcrow (paragraph sign) -->
|
76
|
+
<!ENTITY percnt "%" ><!--=percent sign -->
|
77
|
+
<!ENTITY period "." ><!--=full stop, period -->
|
78
|
+
<!ENTITY plus "+" ><!--=plus sign B: -->
|
79
|
+
<!ENTITY plusmn "±" ><!--/pm B: =plus-or-minus sign -->
|
80
|
+
<!ENTITY pound "£" ><!--=pound sign -->
|
81
|
+
<!ENTITY quest "?" ><!--=question mark -->
|
82
|
+
<!ENTITY quot """ ><!--=quotation mark -->
|
83
|
+
<!ENTITY raquo "»" ><!--=angle quotation mark, right -->
|
84
|
+
<!ENTITY rarr "→" ><!--/rightarrow /to A: =rightward arrow -->
|
85
|
+
<!ENTITY rcub "}" ><!--/rbrace C: =right curly bracket -->
|
86
|
+
<!ENTITY rdquo "”" ><!--=double quotation mark, right -->
|
87
|
+
<!ENTITY reg "®" ><!--/circledR =registered sign -->
|
88
|
+
<!ENTITY rpar ")" ><!--C: =right parenthesis -->
|
89
|
+
<!ENTITY rsqb "]" ><!--/rbrack C: =right square bracket -->
|
90
|
+
<!ENTITY rsquo "’" ><!--=single quotation mark, right -->
|
91
|
+
<!ENTITY sect "§" ><!--=section sign -->
|
92
|
+
<!ENTITY semi ";" ><!--=semicolon P: -->
|
93
|
+
<!ENTITY shy "­" ><!--=soft hyphen -->
|
94
|
+
<!ENTITY sol "/" ><!--=solidus -->
|
95
|
+
<!ENTITY sung "♪" ><!--=music note (sung text sign) -->
|
96
|
+
<!ENTITY sup1 "¹" ><!--=superscript one -->
|
97
|
+
<!ENTITY sup2 "²" ><!--=superscript two -->
|
98
|
+
<!ENTITY sup3 "³" ><!--=superscript three -->
|
99
|
+
<!ENTITY times "×" ><!--/times B: =multiply sign -->
|
100
|
+
<!ENTITY trade "™" ><!--=trade mark sign -->
|
101
|
+
<!ENTITY uarr "↑" ><!--/uparrow A: =upward arrow -->
|
102
|
+
<!ENTITY verbar "|" ><!--/vert =vertical bar -->
|
103
|
+
<!ENTITY yen "¥" ><!--/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 "␣" ><!--=significant blank symbol -->
|
29
|
+
<!ENTITY blk12 "▒" ><!--=50% shaded block -->
|
30
|
+
<!ENTITY blk14 "░" ><!--=25% shaded block -->
|
31
|
+
<!ENTITY blk34 "▓" ><!--=75% shaded block -->
|
32
|
+
<!ENTITY block "█" ><!--=full block -->
|
33
|
+
<!ENTITY bull "•" ><!--/bullet B: =round bullet, filled -->
|
34
|
+
<!ENTITY caret "⁁" ><!--=caret (insertion mark) -->
|
35
|
+
<!ENTITY check "✓" ><!--/checkmark =tick, check mark -->
|
36
|
+
<!ENTITY cir "○" ><!--/circ B: =circle, open -->
|
37
|
+
<!ENTITY clubs "♣" ><!--/clubsuit =club suit symbol -->
|
38
|
+
<!ENTITY copysr "℗" ><!--=sound recording copyright sign -->
|
39
|
+
<!ENTITY cross "✗" ><!--=ballot cross -->
|
40
|
+
<!ENTITY dagger "†" ><!--/dagger B: =dagger -->
|
41
|
+
<!ENTITY Dagger "‡" ><!--/ddagger B: =double dagger -->
|
42
|
+
<!ENTITY dash "‐" ><!--=hyphen (true graphic) -->
|
43
|
+
<!ENTITY diams "♦" ><!--/diamondsuit =diamond suit symbol -->
|
44
|
+
<!ENTITY dlcrop "⌍" ><!--downward left crop mark -->
|
45
|
+
<!ENTITY drcrop "⌌" ><!--downward right crop mark -->
|
46
|
+
<!ENTITY dtri "▿" ><!--/triangledown =down triangle, open -->
|
47
|
+
<!ENTITY dtrif "▾" ><!--/blacktriangledown =dn tri, filled -->
|
48
|
+
<!ENTITY emsp " " ><!--=em space -->
|
49
|
+
<!ENTITY emsp13 " " ><!--=1/3-em space -->
|
50
|
+
<!ENTITY emsp14 " " ><!--=1/4-em space -->
|
51
|
+
<!ENTITY ensp " " ><!--=en space (1/2-em) -->
|
52
|
+
<!ENTITY female "♀" ><!--=female symbol -->
|
53
|
+
<!ENTITY ffilig "ffi" ><!--small ffi ligature -->
|
54
|
+
<!ENTITY fflig "ff" ><!--small ff ligature -->
|
55
|
+
<!ENTITY ffllig "ffl" ><!--small ffl ligature -->
|
56
|
+
<!ENTITY filig "fi" ><!--small fi ligature -->
|
57
|
+
<!ENTITY flat "♭" ><!--/flat =musical flat -->
|
58
|
+
<!ENTITY fllig "fl" ><!--small fl ligature -->
|
59
|
+
<!ENTITY frac13 "⅓" ><!--=fraction one-third -->
|
60
|
+
<!ENTITY frac15 "⅕" ><!--=fraction one-fifth -->
|
61
|
+
<!ENTITY frac16 "⅙" ><!--=fraction one-sixth -->
|
62
|
+
<!ENTITY frac23 "⅔" ><!--=fraction two-thirds -->
|
63
|
+
<!ENTITY frac25 "⅖" ><!--=fraction two-fifths -->
|
64
|
+
<!ENTITY frac35 "⅗" ><!--=fraction three-fifths -->
|
65
|
+
<!ENTITY frac45 "⅘" ><!--=fraction four-fifths -->
|
66
|
+
<!ENTITY frac56 "⅚" ><!--=fraction five-sixths -->
|
67
|
+
<!ENTITY hairsp " " ><!--=hair space -->
|
68
|
+
<!ENTITY hellip "…" ><!--=ellipsis (horizontal) -->
|
69
|
+
<!ENTITY hybull "⁃" ><!--rectangle, filled (hyphen bullet) -->
|
70
|
+
<!ENTITY incare "℅" ><!--=in-care-of symbol -->
|
71
|
+
<!ENTITY ldquor "„" ><!--=rising dbl quote, left (low) -->
|
72
|
+
<!ENTITY lhblk "▄" ><!--=lower half block -->
|
73
|
+
<!ENTITY loz "◊" ><!--/lozenge - lozenge or total mark -->
|
74
|
+
<!ENTITY lozf "⧫" ><!--/blacklozenge - lozenge, filled -->
|
75
|
+
<!ENTITY lsquor "‚" ><!--=rising single quote, left (low) -->
|
76
|
+
<!ENTITY ltri "◃" ><!--/triangleleft B: l triangle, open -->
|
77
|
+
<!ENTITY ltrif "◂" ><!--/blacktriangleleft R: =l tri, filled -->
|
78
|
+
<!ENTITY male "♂" ><!--=male symbol -->
|
79
|
+
<!ENTITY malt "✠" ><!--/maltese =maltese cross -->
|
80
|
+
<!ENTITY marker "▮" ><!--=histogram marker -->
|
81
|
+
<!ENTITY mdash "—" ><!--=em dash -->
|
82
|
+
<!ENTITY mldr "…" ><!--em leader -->
|
83
|
+
<!ENTITY natur "♮" ><!--/natural - music natural -->
|
84
|
+
<!ENTITY ndash "–" ><!--=en dash -->
|
85
|
+
<!ENTITY nldr "‥" ><!--=double baseline dot (en leader) -->
|
86
|
+
<!ENTITY numsp " " ><!--=digit space (width of a number) -->
|
87
|
+
<!ENTITY phone "☎" ><!--=telephone symbol -->
|
88
|
+
<!ENTITY puncsp " " ><!--=punctuation space (width of comma) -->
|
89
|
+
<!ENTITY rdquor "”" ><!--rising dbl quote, right (high) -->
|
90
|
+
<!ENTITY rect "▭" ><!--=rectangle, open -->
|
91
|
+
<!ENTITY rsquor "’" ><!--rising single quote, right (high) -->
|
92
|
+
<!ENTITY rtri "▹" ><!--/triangleright B: r triangle, open -->
|
93
|
+
<!ENTITY rtrif "▸" ><!--/blacktriangleright R: =r tri, filled -->
|
94
|
+
<!ENTITY rx "℞" ><!--pharmaceutical prescription (Rx) -->
|
95
|
+
<!ENTITY sext "✶" ><!--sextile (6-pointed star) -->
|
96
|
+
<!ENTITY sharp "♯" ><!--/sharp =musical sharp -->
|
97
|
+
<!ENTITY spades "♠" ><!--/spadesuit =spades suit symbol -->
|
98
|
+
<!ENTITY squ "□" ><!--=square, open -->
|
99
|
+
<!ENTITY squf "▪" ><!--/blacksquare =sq bullet, filled -->
|
100
|
+
<!ENTITY star "⋆" ><!--=star, open -->
|
101
|
+
<!ENTITY starf "★" ><!--/bigstar - star, filled -->
|
102
|
+
<!ENTITY target "⌖" ><!--register mark or target -->
|
103
|
+
<!ENTITY telrec "⌕" ><!--=telephone recorder symbol -->
|
104
|
+
<!ENTITY thinsp " " ><!--=thin space (1/6-em) -->
|
105
|
+
<!ENTITY uhblk "▀" ><!--=upper half block -->
|
106
|
+
<!ENTITY ulcrop "⌏" ><!--upward left crop mark -->
|
107
|
+
<!ENTITY urcrop "⌎" ><!--upward right crop mark -->
|
108
|
+
<!ENTITY utri "▵" ><!--/triangle =up triangle, open -->
|
109
|
+
<!ENTITY utrif "▴" ><!--/blacktriangle =up tri, filled -->
|
110
|
+
<!ENTITY vellip "⋮" ><!--vertical ellipsis -->
|