X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2cbcabd888a1ae24091db36df6cdf5fa66e3c341..89eaeb446c24bbeacc5f69c170cf60104854432e:/methods/http.cc diff --git a/methods/http.cc b/methods/http.cc index 3bb29cde0..f9358990c 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -1183,6 +1183,8 @@ int HttpMethod::Loop() int main() { + setlocale(LC_ALL, ""); + HttpMethod Mth; return Mth.Loop();