Call setlocale in all methods, don't call bindtextdomain in http
[ntk/apt.git] / methods / copy.cc
index 4cbfa35..3f367e7 100644 (file)
@@ -86,6 +86,8 @@ bool CopyMethod::Fetch(FetchItem *Itm)
 
 int main()
 {
+   setlocale(LC_ALL, "");
+
    CopyMethod Mth;
    return Mth.Run();
 }