diff options
Diffstat (limited to 'xsd/tests/cxx/tree/encoding/char/iso-8859-1/test.std')
-rw-r--r-- | xsd/tests/cxx/tree/encoding/char/iso-8859-1/test.std | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xsd/tests/cxx/tree/encoding/char/iso-8859-1/test.std b/xsd/tests/cxx/tree/encoding/char/iso-8859-1/test.std new file mode 100644 index 0000000..d26b30f --- /dev/null +++ b/xsd/tests/cxx/tree/encoding/char/iso-8859-1/test.std @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?> +<t:root xmlns:t="test"> + <a>abc</a> + <a>æ</a> + <a>¢£¤¥</a> + <a>???</a> + <b>abc</b> + <b>aâc</b> + <b>âòbc</b> +</t:root> |