From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7192 invoked by alias); 16 Nov 2013 05:52:02 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31989 Received: (qmail 28609 invoked from network); 16 Nov 2013 05:51:46 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <131115215142.ZM2675@torch.brasslantern.com> Date: Fri, 15 Nov 2013 21:51:42 -0800 In-reply-to: Comments: In reply to Martin Vaeth "Re: [PATCH] helpfiles: Also accept 'UTF-8' as an encoding name." (Nov 15, 7:58pm) References: <20131112101139.31d67b73@pwslap01u.europe.root.pri> <35BD8D7E-01D5-469D-95DD-3030251D22AB@kba.biglobe.ne.jp> <131113092737.ZM11794@torch.brasslantern.com> <20131114000658.GA52075@redoubt.spodhuis.org> <20131114081859.GA64798@redoubt.spodhuis.org> <7AC8C1DC-EADF-4912-8A68-135B83C7DB8D@kba.biglobe.ne.jp> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: [PATCH] helpfiles: Also accept 'UTF-8' as an encoding name. MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 15, 7:58pm, Martin Vaeth wrote: > > So LANG=C seems to work if all LESS* and LC_* variables > are reset. I attach the patch with the simplification Committed/pushed, with one tiny change: > +close(MANPAGE) || &Die('piping from man ', $manfile, ' failed') Added a semicolon at the end of that line.