X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/d77559acad5da864e764aef8aed08046e4d38ed4..63f56a3117fcd0b2e5a67c1dc71305f40291ff78:/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)