mirror of https://github.com/aria2/aria2
2010-02-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed setlocale() for LC_CTYPE. It may affect isxdigit in util.cc * src/Platform.ccpull/1/head
parent
2da32876a2
commit
cc056289e7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue