This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/sgml/Test/cent-utf8.xml
2009-03-13 19:39:06 +00:00

20 lines
855 B
XML

<!DOCTYPE testdoc [
<!--* test swi: check to see how SWI handles non-ASCII characters
* in Unicode. Named entities, numeric character references,
* and native UTF8 may all be different.
*-->
<!ENTITY ntilde "&#241;" ><!-- small n, tilde -->
<!ENTITY lsquo "&#x2018;" ><!--=single quotation mark, left-->
<!ENTITY rsquo "&#8217;" ><!-- = x2019 single quotation mark, right-->
<!ENTITY townname "Espa&ntilde;ola">
<!ENTITY townnum "Espa&#241;ola">
<!ENTITY scarequote1 "a &lsquo;test&rsquo; for you">
<!ENTITY scarequote2 "a &#x2018;test&#x2019; for you">
]>
<testdoc id="t7-20020923" resp="MSM">
<names>From Espa&ntilde;ola -- a &lsquo;test&rsquo; for you.</names>
<nums>From Espa&#241;ola -- a &#x2018;test&#x2019; for you.</nums>
<names>From &townname; -- &scarequote1;.</names>
<nums>From &townname; -- &scarequote2;.</nums>
</testdoc>