summaryrefslogtreecommitdiff
path: root/cpp/test/IceXML/encoding/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceXML/encoding/Client.cpp')
-rw-r--r--cpp/test/IceXML/encoding/Client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/IceXML/encoding/Client.cpp b/cpp/test/IceXML/encoding/Client.cpp
index f25e3c6e4d4..7acfb5e6c6d 100644
--- a/cpp/test/IceXML/encoding/Client.cpp
+++ b/cpp/test/IceXML/encoding/Client.cpp
@@ -41,6 +41,7 @@ static const string strings[] =
"hello >>world",
"hello <<>>world",
"hello &&''\"\"<<>>world",
+ "h\xc3\xa9llo world", // UTF-8 for character 233
""
};