From owner-cvs-all Tue Feb 13 12: 6:33 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 5254F37B4EC; Tue, 13 Feb 2001 12:06:23 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.2/8.11.2) id f1DK6Lb36415; Tue, 13 Feb 2001 23:06:22 +0300 (MSK) (envelope-from ache) Date: Tue, 13 Feb 2001 23:06:20 +0300 From: "Andrey A. Chernov" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, des@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/man/man man.c Message-ID: <20010213230620.A36101@nagual.pp.ru> References: <200102131615.f1DGF4E32256@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102131615.f1DGF4E32256@freefall.freebsd.org>; from ru@FreeBSD.org on Tue, Feb 13, 2001 at 08:15:04AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 13, 2001 at 08:15:04 -0800, Ruslan Ermilov wrote: > ru 2001/02/13 08:15:04 PST > > Modified files: > gnu/usr.bin/man/man man.c > Log: > Make it possible for any given locale to use different > groff(1) devices for localized and non-localized pages. > > Currently, for *.ISO_8859-1 locales the device in both > cases is "latin1", and for KOI8-R locale it is "koi8-r" > for localized and "ascii" for non-localized pages. Non-localized cat pages must be stored in ASCII _only_ as lowest common denominator to be compatible with all sort of user locales. As I understand it (I mean non-localized pages part), single user whith ISO_8859-1 locale now can effictively store Latin1 8bit junk in cat pages, which affects all other (non-Latin1) locales viewers. Correct me if I am wrong or back it out. > Discussed with: des Not discussed with me, who is implementor of current scheme. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message