From 09ef995baf45333d45ab214daf8c03e1a25f8fcc Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 14 Nov 2020 19:16:39 +0000 Subject: [PATCH] Change the default locale to C.UTF-8 The C.UTF-8 locales is the same as the actual C locale except it does support the unicode character set. But the collation etc are still the same as the C locale one. Reviewed by: many Approved by: many Differential Revision: https://reviews.freebsd.org/D26973 --- usr.bin/login/login.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/login/login.conf b/usr.bin/login/login.conf index e7b142250c37..25f0f267ff68 100644 --- a/usr.bin/login/login.conf +++ b/usr.bin/login/login.conf @@ -47,8 +47,9 @@ default:\ :umtxp=unlimited:\ :priority=0:\ :ignoretime@:\ - :umask=022: - + :umask=022:\ + :charset=UTF-8:\ + :lang=C.UTF-8: # # A collection of common class names - forward them all to 'default'