From owner-freebsd-arch@freebsd.org Tue Oct 27 15:47:52 2020 Return-Path: Delivered-To: freebsd-arch@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C64EC45213C for ; Tue, 27 Oct 2020 15:47:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4CLGLc4tdXz3WYF for ; Tue, 27 Oct 2020 15:47:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id A7B224521A0; Tue, 27 Oct 2020 15:47:52 +0000 (UTC) Delivered-To: arch@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A77D945213A for ; Tue, 27 Oct 2020 15:47:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CLGLc3lD5z3Wc5 for ; Tue, 27 Oct 2020 15:47:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from ivaldir.etoilebsd.net (etoilebsd.net [178.32.217.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id 4BBB52EC98 for ; Tue, 27 Oct 2020 15:47:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by ivaldir.etoilebsd.net (Postfix, from userid 1001) id 8ECDB494CA; Tue, 27 Oct 2020 16:47:20 +0100 (CET) Date: Tue, 27 Oct 2020 16:47:20 +0100 From: Baptiste Daroussin To: arch@FreeBSD.org Subject: Switch the default locale to C.UTF-8 before FreeBSD 13 Message-ID: <20201027154720.mjmn5cofvkqoyd5w@ivaldir.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2020 15:47:52 -0000 Hello everyone, I would like to switch the default locale to C.UTF-8 in FreeBSD 13.0 https://reviews.freebsd.org/D26973 The C.UTF-8 locales is the same as the actual C locale except it does support the unicode character set. But the collation (aka how sort is being done) etc are still the same as the C locale. What opinion on the matter? Best regards, Bapt