From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: KMScon vs. AMD Radeon Date: Wed, 3 Apr 2019 09:34:31 +0200 Message-ID: <20190403073431.76lde6q4g6yh4bhm@pelzflorian.localdomain> References: <20190329180022.pqzdrzcjrbm3z5ub@pelzflorian.localdomain> <871s2o6cyt.fsf@gmail.com> <87imw0u558.fsf@ambrevar.xyz> <20190330152211.2ugzdbvp2hjy3lvl@pelzflorian.localdomain> <871s2lkesq.fsf@gmail.com> <87a7h9jxzd.fsf@gnu.org> <87y34sj122.fsf@gmail.com> <20190402183102.3d951dc2@scratchpost.org> <20190403051132.rbbuoumyvoqzyatm@pelzflorian.localdomain> <87v9zvimje.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:58043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBaPq-0007ra-U0 for guix-devel@gnu.org; Wed, 03 Apr 2019 03:34:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBaPp-0003wo-Tp for guix-devel@gnu.org; Wed, 03 Apr 2019 03:34:34 -0400 Received: from pelzflorian.de ([5.45.111.108]:39570 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hBaPp-0003wR-BS for guix-devel@gnu.org; Wed, 03 Apr 2019 03:34:33 -0400 Content-Disposition: inline In-Reply-To: <87v9zvimje.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mathieu Othacehe Cc: Guix-devel On Wed, Apr 03, 2019 at 09:19:01AM +0200, Mathieu Othacehe wrote: >=20 > Hello Florian, >=20 > > Not using KMScon would prevent support for the Chinese and Japanese > > language during install, would it not? >=20 > Yes and for other languages too. >=20 Other languages could work with a console font appropriate for the language, I think. Only a limited number of characters can be supported, but the limited number is sufficient for other languages once the appropriate subset of characters is selected. Nevertheless Chinese characters are important and too many. > > Currently there is no support because > > > > =B7 the Chinese and Japanese locales are not added to the installer, = it > > only includes glibc-utf8-locales, > > > > =B7 there is no translated PO file for the installer yet anyway, > > > > but otherwise it would work, would it not? >=20 > Yes, I tried to add Japanese translations into an existing PO and it > worked fine with the installer. >=20 > > > > However, this means in particular that > > > > =B7 when using KMScon, the installer should change the locale that ge= ts > > used once it is selected, >=20 > It's done :) >=20 > > > > =B7 when using mingetty, the locale should only be changed for langua= ges > > other than Chinese and Japanese, >=20 > When using mingetty, the logic with the patch you tested is to fallback > to a raw terminal and force a "manual" install. >=20 > > > > =B7 the console font should be changed to match the locale similar to > > console-setup on Debian. >=20 > The installer uses GNU Unifont so that most unicode characters are > covered. >=20 > Mathieu OK, thank you!