From owner-freebsd-i18n@FreeBSD.ORG Mon Jan 4 21:39:11 2010 Return-Path: Delivered-To: freebsd-i18n@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C858106568B; Mon, 4 Jan 2010 21:39:11 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id 2440F8FC15; Mon, 4 Jan 2010 21:39:11 +0000 (UTC) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.4/8.14.4) with ESMTP id o04Ld997034007; Mon, 4 Jan 2010 15:39:09 -0600 (CST) (envelope-from scf@FreeBSD.org) Date: Mon, 4 Jan 2010 15:39:09 -0600 (CST) From: "Sean C. Farley" To: Derek Kulinski In-Reply-To: <1606098274.20100103151236@takeda.tk> Message-ID: References: <1112548880.20100101154736@takeda.tk> <20100103013832.GL3508@acme.spoerlein.net> <1606098274.20100103151236@takeda.tk> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail.farley.org Cc: =?ISO-8859-15?Q?Ulrich_Sp=F6rlein?= , freebsd-stable@FreeBSD.org, freebsd-i18n@FreeBSD.org Subject: Re: UTF-8 problem in 8.0 X-BeenThere: freebsd-i18n@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Internationalization Effort List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2010 21:39:11 -0000 On Sun, 3 Jan 2010, Derek Kulinski wrote: > Hello Sean, > > Sunday, January 3, 2010, 9:03:01 AM, you wrote: > >> The last commit that I recall (r192561) fixed dashes in front of >> options (.Fl macro) but not dashes present within a man page. >> Personally, I just create an alias for man to call 'LANG=C man' to >> protect against examples with non-ASCII (U+002D) dashes. > >> Read the commit message[1] for a better explanation of unresolved >> issues. > >> Sean >> 1. http://svn.freebsd.org/viewvc/base?view=revision&revision=192561 > > What caused this to be broken? Everything was fine up until 7.2 (or at > least I didn't notice this earlier) Previously (to some commit revision), man (nroff) did not have NLS enabled, so the output was in ASCII. Sean -- scf@FreeBSD.org