From owner-freebsd-doc@FreeBSD.ORG Tue Nov 2 18:22:43 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB3B816A4CE for ; Tue, 2 Nov 2004 18:22:43 +0000 (GMT) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 40CD443D39 for ; Tue, 2 Nov 2004 18:22:42 +0000 (GMT) (envelope-from rushani@bl.mmtr.or.jp) Received: (qmail 11301 invoked from network); 3 Nov 2004 03:22:34 +0900 Received: from unknown (HELO localhost) (202.229.142.82) by wasley.bl.mmtr.or.jp with SMTP; 3 Nov 2004 03:22:34 +0900 Date: Wed, 03 Nov 2004 03:22:01 +0900 (JST) Message-Id: <20041103.032201.122577357.rushani@bl.mmtr.or.jp> To: alarum@fromru.com From: Hideyuki KURASHINA In-Reply-To: <200410262129.i9QLTGTw065163@www6.pochta.ru> References: <200410262129.i9QLTGTw065163@www6.pochta.ru> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.1.50 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: doc@FreeBSD.org Subject: Re: error in handbook? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 18:22:43 -0000 Hi, Thanks for pointing out this issue, >>> On Wed, 27 Oct 2004 01:29:16 +0400 (MSD), "." said: > It seems that there is no port mentioned in > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-localization.html > ---> > \"18.3.6 X11 Setup [...] > 18.3.6.1 Displaying Fonts > > Install the X11 TrueType® Common server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > (x11-servers/XttXF86srv-common) and install the ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > language TrueType fonts. Setting the correct locale > should allow you to view your selected language in > menus and such.\" This part is out-of-date. Above description is based on age when we use X server from XFree86 3.X. Result of The X-TrueType project is already included XFree86 4.x and thus X.org, I think. How about following patch? -- rushani Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml,v retrieving revision 1.102 diff -u -r1.102 chapter.sgml --- chapter.sgml 22 Sep 2004 18:09:00 -0000 1.102 +++ chapter.sgml 2 Nov 2004 18:15:37 -0000 @@ -607,8 +607,11 @@ Displaying Fonts X11 True Type font server - Install the X11 &truetype; Common server (x11-servers/XttXF86srv-common) and - install the language &truetype; fonts. Setting the correct + Install &xorg; server + (x11-servers/xorg-server) + or &xfree86; server + (x11-servers/XFree86-4-Server), + then install the language &truetype; fonts. Setting the correct locale should allow you to view your selected language in menus and such.