From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30505: Starting console/terminal Unicode support Date: Thu, 15 Mar 2018 11:41:05 +0100 Message-ID: <87tvthvcxq.fsf@gnu.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> <20180225135704.3c437152@scratchpost.org> <87sh9nvfry.fsf@gnu.org> <20180226232302.08c60250@scratchpost.org> <87a7vu6ay7.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ewQKj-00065l-RY for bug-guix@gnu.org; Thu, 15 Mar 2018 06:42:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ewQKg-00017k-Q3 for bug-guix@gnu.org; Thu, 15 Mar 2018 06:42:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54417) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ewQKg-00017Z-Lp for bug-guix@gnu.org; Thu, 15 Mar 2018 06:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ewQKg-0008GH-Dv for bug-guix@gnu.org; Thu, 15 Mar 2018 06:42:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87a7vu6ay7.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 27 Feb 2018 10:25:36 +0100") 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: Danny Milosavljevic Cc: 30505-done@debbugs.gnu.org Hello! ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Danny Milosavljevic skribis: [...] >> default_utf8 is a default, and it will be read only when defaulting, so >> in this case it will be read when Linux is constructing a tty. >> >> %base-services contain both console-font-service and mingetty-service wh= ich >> both access the ttys. Linux VTs are created on demand. >> >> Once the VTs are created, us setting default_utf8 is too late. >> >> We should set default_utf8 before anyone touches tty[123456]. >> >> Where will that be? >> >> Should we just set it in boot-system ? That's probably a nice way - >> also since I think this setting is quite Linux-specific. > > Alternately we could introduce a =E2=80=98virtual-terminal=E2=80=99 servi= ce that every > =E2=80=98term-*=E2=80=99 service would depend on. That =E2=80=98virtual-= terminal=E2=80=99 service would > simply write =E2=80=9C1=E2=80=9D to /sys/=E2=80=A6/default_utf8. Done in bb3062ad6290223ea24144ca8aa1f4cddac8f9be. Thanks! Ludo=E2=80=99.