From owner-svn-src-all@freebsd.org Thu Aug 27 14:06:42 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 351E89C303B; Thu, 27 Aug 2015 14:06:42 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BFDB31DD7; Thu, 27 Aug 2015 14:06:41 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicgk12 with SMTP id gk12so9877973wic.1; Thu, 27 Aug 2015 07:06:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=1pDvwtmrBa8faf+3U4nEMeLZx0Xa0A2uJmpPh9lrmqQ=; b=d55OcoqQXM0h8jI4tdNLoo1jUuw8eac9ZLQ/+tCHdYJmE9VKaXv2rcpz1TgTuBLBaE Z5BaQeL30KVSPJxSQX7AWIlXik5wbgvo3gLI2BL2NwDW/BeMXlFdh7joc6gRdJWvk6aY 2xWRr2fkiOpw+e3NniPwNers10litqa7qC4aeo4b6pzFdd37IJtMlNDVWwArWJpepD36 tAeWu8tQ3v4nFBUxI+jTCSfPG33E70JV0uJU1H6C+dVsqkhuTt8PyB/DaTKQK33dlreU WQtxK5Btn3VBL09X3NAu81Oa0QbussYNiVwRqPsBKZAHImKxXJx95ywsD51/OeZyhc2q PubQ== X-Received: by 10.194.204.163 with SMTP id kz3mr5477279wjc.28.1440684400115; Thu, 27 Aug 2015 07:06:40 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id nb10sm3796247wic.11.2015.08.27.07.06.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Aug 2015 07:06:38 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 27 Aug 2015 16:06:37 +0200 From: Baptiste Daroussin To: Alexander Kabaev Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r287204 - head/usr.bin/vi/catalog Message-ID: <20150827140636.GS93486@ivaldir.etoilebsd.net> References: <201508271400.t7RE0HiA071300@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NAmHCRPXNp23hR9r" Content-Disposition: inline In-Reply-To: <201508271400.t7RE0HiA071300@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2015 14:06:42 -0000 --NAmHCRPXNp23hR9r Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 27, 2015 at 02:00:17PM +0000, Alexander Kabaev wrote: > Author: kan > Date: Thu Aug 27 14:00:16 2015 > New Revision: 287204 > URL: https://svnweb.freebsd.org/changeset/base/287204 >=20 > Log: > Unbreak nvi message catalog generation for 8 bit locales. > =20 > Feeding any file encoded in 8 bit locales such as KOI8-RU > to sort utility running under UTF-8 locale produces astonishing > result of recoding the output to UTF-8. To counter that, just > run sort under 'C' locale for now. That is because FreeBSD is missing multibyte collation support. and it solv= ed by using LC_COLLATE=3DC which is enforced by login.conf in head. Best regards, Bapt --NAmHCRPXNp23hR9r Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlXfGWwACgkQ8kTtMUmk6EwviQCcCND9szHnFh1m5zaoBKU7fd8Y /BsAoKZFDplBIQnt0SORj17uECTgiKR9 =oI7M -----END PGP SIGNATURE----- --NAmHCRPXNp23hR9r--