From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] doc: Ask user to install extra packages to display non-English alphabets. Date: Tue, 17 Nov 2015 17:10:46 +0100 Message-ID: <87mvuc7gjd.fsf@gnu.org> References: <20151117001132.557bbd8f@debian> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyiqM-0002GD-P2 for guix-devel@gnu.org; Tue, 17 Nov 2015 11:10:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyiqH-0005pp-Lo for guix-devel@gnu.org; Tue, 17 Nov 2015 11:10:54 -0500 In-Reply-To: <20151117001132.557bbd8f@debian> (Alex Vong's message of "Tue, 17 Nov 2015 00:11:32 +0800") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Vong Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Alex Vong skribis: > +In addition, if your graphical applications display non-english alphabet= s, > +you may need to install extra font packages. > +For instance, as of 2015, to correctly display CJK fonts in @code{icecat} > +browser package, you should install @code{font-wqy-zenhei} font package. Alex Kost skribis: > I didn't try 'font-wqy-zenhei', but there is also > 'font-adobe-source-han-sans' package (thanks to =E5=AE=8B=E6=96=87=E6=AD= =A6) that "solves" > Chinese, Japanese and Korean symbols I've met so far. What about this: --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/doc/guix.texi b/doc/guix.texi index 3b6955c..61e3445 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1000,6 +1000,17 @@ to display fonts, you will have to install fonts with Guix as well. Essential font packages include @code{gs-fonts}, @code{font-dejavu}, and @code{font-gnu-freefont-ttf}. +To display text written in Chinese languages, Japanese, or Korean in +graphical applications, consider installing +@code{font-adobe-source-han-sans} or @code{font-wqy-zenhei}. The former +has multiple outputs, one per language family (@pxref{Packages with +Multiple Outputs}). For instance, the following command installs fonts +for Chinese languages: + +@example +guix package -i font-adobe-source-han-sans:cn +@ene example + @c TODO What else? @c ********************************************************************* --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 DQpUaGFua3MsDQpMdWRv4oCZLg0K --=-=-=--