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/rsh.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'methods/rsh.cc') diff --git a/methods/rsh.cc b/methods/rsh.cc index 2292e72e4..c742a6eaf 100644 --- a/methods/rsh.cc +++ b/methods/rsh.cc @@ -511,6 +511,8 @@ bool RSHMethod::Fetch(FetchItem *Itm) int main(int argc, const char *argv[]) { + setlocale(LC_ALL, ""); + RSHMethod Mth; Prog = strrchr(argv[0],'/'); Prog++; -- cgit v1.2.3