]> git.saurik.com Git - apt.git/blobdiff - methods/file.cc
Call setlocale in all methods, don't call bindtextdomain in http
[apt.git] / methods / file.cc
index 9fc5764d624407863c78ce22068d18d76837fc81..76fd64d861ac2174cb16d3e182a5fb7fad2ad5d4 100644 (file)
@@ -83,6 +83,8 @@ bool FileMethod::Fetch(FetchItem *Itm)
 
 int main()
 {
+   setlocale(LC_ALL, "");
+
    FileMethod Mth;
    return Mth.Run();
 }