From: Samuel Thibault Date: Wed, 3 Aug 2011 23:12:50 +0000 (+0200) Subject: agetty: C.UTF-8 locale instead of en_US.UTF-8 X-Git-Tag: v2.20-rc2~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0198a1163ab1edb3e672579c27be9fb31259f76;p=thirdparty%2Futil-linux.git agetty: C.UTF-8 locale instead of en_US.UTF-8 Signed-off-by: Samuel Thibault --- diff --git a/term-utils/agetty.c b/term-utils/agetty.c index 1bbfd7def3..6a77df4d8e 100644 --- a/term-utils/agetty.c +++ b/term-utils/agetty.c @@ -920,7 +920,7 @@ static void termio_init(struct options *op, struct termios *tp) mode = K_RAW; switch(mode) { case K_UNICODE: - setlocale(LC_CTYPE, "en_US.UTF-8"); + setlocale(LC_CTYPE, "C.UTF-8"); op->flags |= F_UTF8; break; case K_RAW: