From b25423f6636a17f61a50ea03ad6bda42125f0323 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Sat, 27 Nov 2004 22:11:03 +0000 Subject: Call setlocale in all methods, don't call bindtextdomain in http --- methods/ftp.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'methods/ftp.cc') diff --git a/methods/ftp.cc b/methods/ftp.cc index cf2838e3f..0f222272d 100644 --- a/methods/ftp.cc +++ b/methods/ftp.cc @@ -1083,6 +1083,8 @@ bool FtpMethod::Fetch(FetchItem *Itm) int main(int argc,const char *argv[]) { + setlocale(LC_ALL, ""); + /* See if we should be come the http client - we do this for http proxy urls */ if (getenv("ftp_proxy") != 0) -- cgit v1.2.3