89e7a40fcc
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@29 119443c7-1b9e-41f8-b6fc-b9c35fce742c
20 lines
811 B
XML
20 lines
811 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Copyright 1998 Academia Sinica Computing Center -->
|
|
|
|
<!-- Permission to use and distribute granted under MPL -->
|
|
|
|
<!-- Email corrections to ricko@gate.sinica.net.tw -->
|
|
|
|
<test xmlns='http://www.ascc.net/xml/test/schema' type="io3">
|
|
|
|
<name>Chinese Test #3: UTF-8</name>
|
|
|
|
<data>This file has 1 Chinese character, encoded using
|
|
|
|
a hexadecimal numeric character reference. It is a UTF-8 encoded
|
|
|
|
file with no non-ASCII characters (i.e. it is also an
|
|
|
|
ASCII or iso-8859-n file).
|
|
|
|
</data>
|
|
|
|
<data>The XML header of this file is
|
|
|
|
<?xml encoding="UTF-8"?>.
|
|
|
|
</data>
|
|
|
|
<data>The character is here: [中].
|
|
|
|
It is the Chinese character for middle.
|
|
|
|
It should look like a box with a vertical
|
|
|
|
line through its middle.
|
|
|
|
</data>
|
|
|
|
</test> |