From: Todd C. Miller Date: Mon, 18 Jun 2007 12:57:21 +0000 (+0000) Subject: Don't force sudo into the C locale. X-Git-Tag: SUDO_1_7_0~549 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dcaba90a03dcc2103f3d7849d085b4839110f9b;p=sudo Don't force sudo into the C locale. --- diff --git a/sudo.c b/sudo.c index f1ce9b376..37989650f 100644 --- a/sudo.c +++ b/sudo.c @@ -159,7 +159,7 @@ main(argc, argv) #endif #ifdef HAVE_SETLOCALE - setlocale(LC_ALL, "C"); + setlocale(LC_ALL, ""); #endif Argv = argv;