diff options
Diffstat (limited to 'methods/file.cc')
-rw-r--r-- | methods/file.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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(); } |