]> git.saurik.com Git - apt.git/blobdiff - methods/ftp.cc
Fix permissions again
[apt.git] / methods / ftp.cc
index cf2838e3f8a002c71c6310822d068fd510a68238..0f222272d5fcaf6973cc5599436ae1b5b4f1b964 100644 (file)
@@ -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)