From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from danbala.ifoer.tuwien.ac.at (danbala.ifoer.tuwien.ac.at [128.130.168.64]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s2D9Gru9002383 for ; Thu, 13 Mar 2014 05:16:54 -0400 (EDT) Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id 890F2390966; Thu, 13 Mar 2014 10:16:51 +0100 (CET) Date: Thu, 13 Mar 2014 10:16:51 +0100 From: Thomas Klausner To: Ingo Schwarze Cc: discuss@mdocml.bsd.lv Subject: Re: FWD: man.conf mandoc -Tlocale Message-ID: <20140313091651.GD7348@danbala.tuwien.ac.at> References: <20140214130647.GF20867@iris.usta.de> <20140215084309.GA14964@danbala.tuwien.ac.at> <20140215094251.GA24366@iris.usta.de> X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140215094251.GA24366@iris.usta.de> Hi Ingo! On Sat, Feb 15, 2014 at 10:42:51AM +0100, Ingo Schwarze wrote: > > I've tried this on the NetBSD man ls(1) man page with > > LC_CTYPE=de_DE.UTF-8 and didn't see a difference. > > > > # man ls > ls.default > > man: Formatting manual page... > > # mandoc -Tlocale /usr/share/man/man1/ls.1 > ls.locale > > # diff ls.* > > # > > > > Ideas why, or is this expected? > > No, it is not expected. It was the simple problem that USE_WCHAR was not defined when building mandoc on NetBSD. I've changed that now. The version from pkgsrc worked fine before that. So both -Tlocale and -Tutf8 now produce UTF-8 double quote characters when run on ls(1). Thanks, Thomas -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv