From owner-freebsd-doc@FreeBSD.ORG Fri Feb 17 14:50:08 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B4216A420 for ; Fri, 17 Feb 2006 14:50:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB66F43D45 for ; Fri, 17 Feb 2006 14:50:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1HEo78s026590 for ; Fri, 17 Feb 2006 14:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1HEo75p026589; Fri, 17 Feb 2006 14:50:07 GMT (envelope-from gnats) Date: Fri, 17 Feb 2006 14:50:07 GMT Message-Id: <200602171450.k1HEo75p026589@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Daniel Gerzo Cc: Subject: Re: docs/93428: Old charset examples in the handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2006 14:50:08 -0000 The following reply was made to PR docs/93428; it has been noted by GNATS. From: Daniel Gerzo To: bug-followup@FreeBSD.org, martin@gneto.com Cc: Subject: Re: docs/93428: Old charset examples in the handbook Date: Fri, 17 Feb 2006 14:44:29 +0000 --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello Martin, Looks like a nice catch, thank you for your report. I have included the diff that should fix the whole chapter. -- Sincerely, Daniel Gerzo --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="chapter.sgml.diff" --- /usr/home/danger/doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml Thu Oct 27 07:13:54 2005 +++ /usr/home/danger/doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml.new Fri Feb 17 14:41:38 2006 @@ -183,7 +183,7 @@ Language specific single C chars character sets (see &man.multibyte.3;), e.g. - ISO-8859-1, ISO-8859-15, KOI8-R, CP437. + ISO8859-1, ISO8859-15, KOI8-R, CP437. @@ -276,7 +276,7 @@ encoding: me:\ - :charset=ISO-8859-1:\ + :charset=ISO8859-1:\ :lang=de_DE.ISO8859-1: Traditional ChineseBIG-5 encoding @@ -321,7 +321,7 @@ would look like this: german:German Users Accounts:\ - :charset=ISO-8859-1:\ + :charset=ISO8859-1:\ :lang=de_DE.ISO8859-1:\ :tc=default: @@ -401,12 +401,12 @@ In /etc/profile: LANG=de_DE.ISO8859-1; export LANG -MM_CHARSET=ISO-8859-1; export MM_CHARSET +MM_CHARSET=ISO8859-1; export MM_CHARSET Or in /etc/csh.login: setenv LANG de_DE.ISO8859-1 -setenv MM_CHARSET ISO-8859-1 +setenv MM_CHARSET ISO8859-1 Alternatively, you can add the above instructions to /usr/share/skel/dot.profile (similar to @@ -521,17 +521,17 @@ - ISO-8859-1 or ISO-8859-15 + ISO8859-1 or ISO8859-15 cons25l1 - ISO-8859-2 + ISO8859-2 cons25l2 - ISO-8859-7 + ISO8859-7 cons25l7 --ikeVEW9yuYc//A+q--