14 lines
548 B
XML
14 lines
548 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="io10">
|
||
|
<name>Chinese Test #10: UTF-8</name>
|
||
|
<data>This file has 1 Chinese character, directly entered.
|
||
|
</data>
|
||
|
<data>The XML header of this file is
|
||
|
<?xml encoding="UTF-8"?>.
|
||
|
</data>
|
||
|
<data char="The character is here: [中].">
|
||
|
</data>
|
||
|
</test>
|