ec8acd9937
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639487 13f79535-47bb-0310-9956-ffa450edef68
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
<!-- (C) International Organization for Standardization 1986
|
|
Permission to copy in any form is granted for use with
|
|
conforming SGML systems and applications as defined in
|
|
ISO 8879, provided this notice is included in all copies.
|
|
-->
|
|
<!-- Character entity set. Typical invocation:
|
|
<!ENTITY % ISOdia PUBLIC
|
|
"ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML">
|
|
%ISOdia;
|
|
-->
|
|
<!-- This version of the entity set can be used with any SGML document
|
|
which uses ISO 10646 as its document character set.
|
|
This includes XML documents and ISO HTML documents.
|
|
This entity set uses hexadecimal numeric character references.
|
|
|
|
Creator: Rick Jelliffe, Allette Systems
|
|
|
|
Version: 1997-07-07
|
|
-->
|
|
|
|
<!ENTITY acute "´" ><!--=acute accent-->
|
|
<!ENTITY breve "˘" ><!--=breve-->
|
|
<!ENTITY caron "ˇ" ><!--=caron-->
|
|
<!ENTITY cedil "¸" ><!--=cedilla-->
|
|
<!ENTITY circ "^" ><!--=circumflex accent-->
|
|
<!ENTITY dblac "˝" ><!--=double acute accent-->
|
|
<!ENTITY die "¨" ><!--=dieresis-->
|
|
<!ENTITY dot "˙" ><!--=dot above-->
|
|
<!ENTITY grave "`" ><!--=grave accent-->
|
|
<!ENTITY macr "¯" ><!--=macron-->
|
|
<!ENTITY ogon "˛" ><!--=ogonek-->
|
|
<!ENTITY ring "˚" ><!--=ring-->
|
|
<!ENTITY tilde "˜" ><!--=tilde-->
|
|
<!ENTITY uml "¨" ><!--=umlaut mark-->
|