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.std | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/cxx/tree/encoding/char/iso-8859-1/test.std (limited to 'tests/cxx/tree/encoding/char/iso-8859-1/test.std') diff --git a/tests/cxx/tree/encoding/char/iso-8859-1/test.std b/tests/cxx/tree/encoding/char/iso-8859-1/test.std new file mode 100644 index 0000000..ca6297f --- /dev/null +++ b/tests/cxx/tree/encoding/char/iso-8859-1/test.std @@ -0,0 +1,18 @@ + + + + abc + + æ + + ¢£¤¥ + + ??? + + abc + + aâc + + âòbc + + -- cgit v1.1