Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 2014 21:15:46 +0400
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        sbruno@freebsd.org
Cc:        "freebsd-current@freebsd.org" <freebsd-current@freebsd.org>
Subject:   Re: login.conf --> UTF-8
Message-ID:  <20140402171546.GL44326@FreeBSD.org>
In-Reply-To: <1396457629.2280.2.camel@powernoodle.corp.yahoo.com>
References:  <1396457629.2280.2.camel@powernoodle.corp.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
  Sean,

On Wed, Apr 02, 2014 at 09:53:49AM -0700, Sean Bruno wrote:
S> I'd like to make this change to login.conf for default installs.
S> 
S> This removes some amount of hackery in the ports system that is working
S> around our lack of UTF-8 in the base.
S> 
S> This should be step 0 in a language agnostic installer project that is
S> beyond the scope of making the system more useable.
S> 
S> 
S> --- login.conf	2013-10-21 15:51:14.553992170 -0700
S> +++ /etc/login.conf	2014-03-31 09:26:17.588503798 -0700
S> @@ -45,7 +45,9 @@
S>  	:kqueues=unlimited:\
S>  	:priority=0:\
S>  	:ignoretime@:\
S> -	:umask=022:
S> +	:umask=022:\
S> +	:lang=en_US.UTF-8:\
S> +	:charset=UTF-8:

And I'd like to do same change for the 'russian' login class
in /etc/login.conf.

I've got a few things that still need to be fixed, before this change,
but I definitely target to achieve that before stable/11.

-- 
Totus tuus, Glebius.



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