diff options
Diffstat (limited to 'methods/copy.cc')
-rw-r--r-- | methods/copy.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/methods/copy.cc b/methods/copy.cc index 4cbfa3532..3f367e72a 100644 --- a/methods/copy.cc +++ b/methods/copy.cc @@ -86,6 +86,8 @@ bool CopyMethod::Fetch(FetchItem *Itm) int main() { + setlocale(LC_ALL, ""); + CopyMethod Mth; return Mth.Run(); } |