From b25423f6636a17f61a50ea03ad6bda42125f0323 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Sat, 27 Nov 2004 22:11:03 +0000 Subject: Call setlocale in all methods, don't call bindtextdomain in http --- methods/file.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'methods/file.cc') diff --git a/methods/file.cc b/methods/file.cc index 9fc5764d6..76fd64d86 100644 --- a/methods/file.cc +++ b/methods/file.cc @@ -83,6 +83,8 @@ bool FileMethod::Fetch(FetchItem *Itm) int main() { + setlocale(LC_ALL, ""); + FileMethod Mth; return Mth.Run(); } -- cgit v1.2.3