From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#30505: Starting console/terminal Unicode support Date: Sun, 25 Feb 2018 13:57:04 +0100 Message-ID: <20180225135704.3c437152@scratchpost.org> References: <87vaevi2sk.fsf@gnu.org> <20180218114833.7d5e7848@scratchpost.org> <87r2phezzv.fsf@gnu.org> <20180219180849.3a509e80@scratchpost.org> <87d110g1l2.fsf@gnu.org> <20180219233553.31aeef1a@scratchpost.org> <87bmgic7bl.fsf_-_@gnu.org> <20180222000105.46d017ca@scratchpost.org> <87lgfjbczk.fsf@gnu.org> <20180225133131.76260198@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epvsU-0006Sz-2N for bug-guix@gnu.org; Sun, 25 Feb 2018 07:58:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epvsR-0007QR-0u for bug-guix@gnu.org; Sun, 25 Feb 2018 07:58:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51611) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epvsQ-0007Pf-T7 for bug-guix@gnu.org; Sun, 25 Feb 2018 07:58:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1epvsQ-0007GA-GK for bug-guix@gnu.org; Sun, 25 Feb 2018 07:58:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180225133131.76260198@scratchpost.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30505@debbugs.gnu.org > Usually I'm not a fan of overriding user settings (in this case the kernel > command line) but in this case it's OK since the rest of the system at least > can be sure that we have UTF-8 VTs. Aha, the gnu/services/base.scm tries to make sure that an UTF-8 aware unicode font is already loaded before switching the tty to UTF-8. We would have to set default_utf8 earlier (before even the vt is activated), otherwise the setting wouldn't be copied to the new terminal.