Skip to content
Snippets Groups Projects
Commit 7b560d97 authored by Andy Heninger's avatar Andy Heninger
Browse files

Change encoding specification from US-ASCII to ISO-8859-1. European

versions of IE5 do not recognize US-ASCII.


git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172326 13f79535-47bb-0310-9956-ffa450edef68
parent ea635027
No related branches found
No related tags found
No related merge requests found
<?xml encoding='US-ASCII'?> <?xml encoding='ISO-8859-1'?>
<!-- BLOCKS ENTITY --> <!-- BLOCKS ENTITY -->
<!ENTITY % blocks "p|note|ul|ol|gloss|table|source|anchor"> <!ENTITY % blocks "p|note|ul|ol|gloss|table|source|anchor">
......
<?xml encoding='US-ASCII'?> <?xml encoding='ISO-8859-1'?>
<!-- STYLEBOOK BOOK DTD --> <!-- STYLEBOOK BOOK DTD -->
......
<?xml encoding='US-ASCII'?> <?xml encoding='ISO-8859-1'?>
<!-- STYLEBOOK CHANGES DTD --> <!-- STYLEBOOK CHANGES DTD -->
......
<?xml encoding='US-ASCII'?> <?xml encoding='ISO-8859-1'?>
<!-- CHARACTERS ENTITY --> <!-- CHARACTERS ENTITY -->
......
<?xml encoding='US-ASCII'?> <?xml encoding='ISO-8859-1'?>
<!-- STYLEBOOK DOCUMENT DTD --> <!-- STYLEBOOK DOCUMENT DTD -->
......
<?xml encoding="US-ASCII"?> <?xml encoding="ISO-8859-1"?>
<!ENTITY XercesCFullName "Xerces C++ Parser"> <!-- fullproductname --> <!ENTITY XercesCFullName "Xerces C++ Parser"> <!-- fullproductname -->
<!ENTITY XercesCName "Xerces-C"> <!-- productname --> <!ENTITY XercesCName "Xerces-C"> <!-- productname -->
......
<?xml encoding='US-ASCII'?> <?xml encoding='ISO-8859-1'?>
<!-- STYLEBOOK FAQS DTD --> <!-- STYLEBOOK FAQS DTD -->
......
<?xml encoding='US-ASCII'?> <?xml encoding='ISO-8859-1'?>
<!-- LINKS ENTITY --> <!-- LINKS ENTITY -->
<!ENTITY % links "link|anchor|jump|img|resource-ref|human-resource-ref"> <!ENTITY % links "link|anchor|jump|img|resource-ref|human-resource-ref">
......
<?xml encoding='US-ASCII'?> <?xml encoding='ISO-8859-1'?>
<!-- MARKUP ENTITY --> <!-- MARKUP ENTITY -->
<!ENTITY % markup "em|ref|code|br"> <!ENTITY % markup "em|ref|code|br">
......
<?xml encoding="US-ASCII"?> <?xml encoding="ISO-8859-1"?>
<!ENTITY XercesCFullName "Xerces C++ Parser"> <!-- fullproductname --> <!ENTITY XercesCFullName "Xerces C++ Parser"> <!-- fullproductname -->
<!ENTITY XercesCName "Xerces-C"> <!-- productname --> <!ENTITY XercesCName "Xerces-C"> <!-- productname -->
......
<?xml encoding="US-ASCII"?> <?xml encoding="ISO-8859-1"?>
<!-- @version: --> <!-- @version: -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment