From 1ca6396a3dd284241de11bcaa210ad5836e8e5a8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Dec 2009 16:18:01 +0200 Subject: Multiple object model character encodings support Also add support for ISO-8859-1. --- tests/cxx/tree/encoding/char/iso-8859-1/test.xsd | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tests/cxx/tree/encoding/char/iso-8859-1/test.xsd (limited to 'tests/cxx/tree/encoding/char/iso-8859-1/test.xsd') diff --git a/tests/cxx/tree/encoding/char/iso-8859-1/test.xsd b/tests/cxx/tree/encoding/char/iso-8859-1/test.xsd new file mode 100644 index 0000000..31b8901 --- /dev/null +++ b/tests/cxx/tree/encoding/char/iso-8859-1/test.xsd @@ -0,0 +1,31 @@ + + + + + + + + Test enum. Valid values are: + abc + aâc + òbc + + + + + + + + + + + + + + + + + + + + -- cgit v1.1