summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
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;