summaryrefslogtreecommitdiff
path: root/cpp/test/IceXML/encoding/Client.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-08-12 22:48:22 +0000
committerMark Spruiell <mes@zeroc.com>2003-08-12 22:48:22 +0000
commitbfd228bed9467a392f1ca0f2fc3487784a8f1f44 (patch)
tree77556c5184e041db0dc05230eec42e0efc158168 /cpp/test/IceXML/encoding/Client.cpp
parentMade initialize() more defensive: calling initialize with a null argv is (diff)
downloadice-bfd228bed9467a392f1ca0f2fc3487784a8f1f44.tar.bz2
ice-bfd228bed9467a392f1ca0f2fc3487784a8f1f44.tar.xz
ice-bfd228bed9467a392f1ca0f2fc3487784a8f1f44.zip
bug fix for readString - must convert XMLCh to UTF-8
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
""
};