summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-07-18 11:55:31 -0400
committerBernard Normier <bernard@zeroc.com>2007-07-18 11:55:31 -0400
commite62f83f162926568eb7c73b9982db40a9c1812d2 (patch)
tree439e233a88e29cee45ef65e0078cbdbf60754d67 /cpp
parentCleanup (diff)
downloadice-e62f83f162926568eb7c73b9982db40a9c1812d2.tar.bz2
ice-e62f83f162926568eb7c73b9982db40a9c1812d2.tar.xz
ice-e62f83f162926568eb7c73b9982db40a9c1812d2.zip
More locale
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/Ice/stringConverter/Client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Ice/stringConverter/Client.cpp b/cpp/test/Ice/stringConverter/Client.cpp
index 68f169014ae..02ebd4af577 100644
--- a/cpp/test/Ice/stringConverter/Client.cpp
+++ b/cpp/test/Ice/stringConverter/Client.cpp
@@ -62,7 +62,8 @@ main(int argc, char* argv[])
//
#ifndef _WIN32
- useLocale = (setlocale(LC_ALL, "fr_FR.ISO8859-15") != 0);
+ useLocale = (setlocale(LC_ALL, "fr_FR.ISO8859-15") != 0
+ || setlocale(LC_ALL, "fr_FR.iso885915@euro") != 0);
#endif
Ice::InitializationData initData;