Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2020 19:16:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367690 - head/usr.bin/login
Message-ID:  <202011141916.0AEJGdth050063@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Nov 14 19:16:39 2020
New Revision: 367690
URL: https://svnweb.freebsd.org/changeset/base/367690

Log:
  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

Modified:
  head/usr.bin/login/login.conf

Modified: head/usr.bin/login/login.conf
==============================================================================
--- head/usr.bin/login/login.conf	Sat Nov 14 19:04:36 2020	(r367689)
+++ head/usr.bin/login/login.conf	Sat Nov 14 19:16:39 2020	(r367690)
@@ -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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011141916.0AEJGdth050063>