1 <!-- (C) International Organization for Standardization 1986
2 Permission to copy in any form is granted for use with
3 conforming SGML systems and applications as defined in
4 ISO 8879, provided this notice is included in all copies.
6 <!-- Character entity set. Typical invocation:
7 <!ENTITY % ISOdia PUBLIC
8 "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML">
11 <!-- This version of the entity set can be used with any SGML document
12 which uses ISO 10646 as its document character set.
13 This includes XML documents and ISO HTML documents.
14 This entity set uses hexadecimal numeric character references.
16 Creator: Rick Jelliffe, Allette Systems
21 <!ENTITY acute "´" ><!--=acute accent-->
22 <!ENTITY breve "˘" ><!--=breve-->
23 <!ENTITY caron "ˇ" ><!--=caron-->
24 <!ENTITY cedil "¸" ><!--=cedilla-->
25 <!ENTITY circ "^" ><!--=circumflex accent-->
26 <!ENTITY dblac "˝" ><!--=double acute accent-->
27 <!ENTITY die "¨" ><!--=dieresis-->
28 <!ENTITY dot "˙" ><!--=dot above-->
29 <!ENTITY grave "`" ><!--=grave accent-->
30 <!ENTITY macr "¯" ><!--=macron-->
31 <!ENTITY ogon "˛" ><!--=ogonek-->
32 <!ENTITY ring "˚" ><!--=ring-->
33 <!ENTITY tilde "˜" ><!--=tilde-->
34 <!ENTITY uml "¨" ><!--=umlaut mark-->