89e7a40fcc
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@29 119443c7-1b9e-41f8-b6fc-b9c35fce742c
18 lines
783 B
XML
18 lines
783 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="io12">
|
|
|
|
<name id="中">Chinese Test #12: UTF-8</name>
|
|
|
|
<data>This file has two attributes
|
|
|
|
with Chinese characters, directly entered.
|
|
|
|
This tests Native Language Markup (NLM).
|
|
|
|
</data>
|
|
|
|
<data>The XML header of this file is
|
|
|
|
<?xml encoding="UTF-8"?>.
|
|
|
|
</data>
|
|
|
|
<data refid="中">(In the DOCTYPE test, the
|
|
|
|
name element has an ID attribute, and this
|
|
|
|
element has an IDREF attribute.)</data>
|
|
|
|
</test>
|
|
|