From owner-svn-src-head@FreeBSD.ORG Fri Apr 10 12:48:55 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D1B9A48; Fri, 10 Apr 2015 12:48:55 +0000 (UTC) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EDE0D0; Fri, 10 Apr 2015 12:48:55 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1YgYMf-0004jj-39; Fri, 10 Apr 2015 15:48:53 +0300 Date: Fri, 10 Apr 2015 15:48:53 +0300 From: Slawa Olhovchenkov To: Gleb Smirnoff Subject: Re: svn commit: r281129 - head/etc Message-ID: <20150410124853.GC12265@zxy.spb.ru> References: <20150409220442.GQ8220@zxy.spb.ru> <20150409232711.GZ21982@hades.panopticon> <20150409234026.GH1394@zxy.spb.ru> <20150410000259.GA21982@hades.panopticon> <20150410070845.GU8220@zxy.spb.ru> <20150410114337.GB21982@hades.panopticon> <20150410114623.GA12265@zxy.spb.ru> <20150410122115.GC21982@hades.panopticon> <20150410122631.GB12265@zxy.spb.ru> <20150410124730.GD883@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150410124730.GD883@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , Dmitry Marakasov , "src-committers@freebsd.org" , Garrett Cooper X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2015 12:48:55 -0000 On Fri, Apr 10, 2015 at 03:47:30PM +0300, Gleb Smirnoff wrote: > On Fri, Apr 10, 2015 at 03:26:31PM +0300, Slawa Olhovchenkov wrote: > S> On Fri, Apr 10, 2015 at 03:21:15PM +0300, Dmitry Marakasov wrote: > S> > S> > * Slawa Olhovchenkov (slw@zxy.spb.ru) wrote: > S> > > S> > > > > What benefits from switching to utf8 locale in 'default' login class? > S> > > > > S> > > > Ability to work with utf-8 texts and filenames out of box. I won't > S> > > > mention how important this is nowadays. > S> > > > S> > > What you mean? What currenly don't working? > S> > > S> > Everything. You can't do a thing with utf-8 file unless you set utf-8 > S> > locale. > S> > S> You are kidding. > S> I can do head and tail to utf-8 file with C locale. > S> I can do truncate. > S> I can copy, compress, decompress and mailing this files. > > You can rm and unlink the file! Yes.