Removed setlocale() for LC_CTYPE. It may affect isxdigit in util.cc * src/Platform.cc
@@ -1,3 +1,9 @@
+2010-02-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
+
+ Removed setlocale() for LC_CTYPE. It may affect isxdigit in
+ util.cc
+ * src/Platform.cc
2010-02-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Support RFC2231 "Parameter Value Character Set and Language
@@ -91,7 +91,6 @@ bool Platform::setUp()
_initialized = true;
#ifdef ENABLE_NLS
- setlocale (LC_CTYPE, "");
setlocale (LC_MESSAGES, "");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);