From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5372 invoked by alias); 25 Nov 2013 16:56:45 -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: 32053 Received: (qmail 22977 invoked from network); 25 Nov 2013 16:56:29 -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: <131125085631.ZM17483@torch.brasslantern.com> Date: Mon, 25 Nov 2013 08:56:31 -0800 In-reply-to: <20131125154954.14283de2@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: Helpfiles again (was Re: modify functions hierarchy (was: etc.))" (Nov 25, 3:49pm) References: <20131113092831.2ed6ab94@pwslap01u.europe.root.pri> <20131113112112.1b080b79@pwslap01u.europe.root.pri> <131113080606.ZM11640@torch.brasslantern.com> <131117103047.ZM30518@torch.brasslantern.com> <131117130118.ZM1041@torch.brasslantern.com> <20131120192608.3af3b92c@pws-pc.ntlworld.com> <131120220100.ZM12300@torch.brasslantern.com> <20131123174827.249f9678@pws-pc.ntlworld.com> <131123114714.ZM18477@torch.brasslantern.com> <131123210612.ZM31978@torch.brasslantern.com> <20131124175649.27c2559a@pws!> <-pc.ntlworld.com@samsung.com> <131125001818.ZM26494@torch.brasslantern.com> <691AC9C6-D832-42FC-B983-60C682AA5515@kba.biglobe.ne.jp> <20131125154954.14283de2@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Helpfiles again (was Re: modify functions hierarchy (was: etc.)) MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 25, 3:49pm, Peter Stephenson wrote: } } > (1) Completion/Unix/Command/_systemd: line 3, name of the author. } > The character is an 'e' with accent (in latin1 encoding, i.e., ISO8859-1). } } Hmmm.... might be safer to fudge it as "e'". There's not really any } need for non-ASCII characters in functions. (Or simply convert to } UTF-8 but I think the simpler the better.) Output of "file **/*(.) | egrep 'UTF|ISO' : ChangeLog: UTF-8 Unicode English text Completion/BSD/Command/_portaudit: ISO-8859 English text Completion/Unix/Command/_cdrdao: UTF-8 Unicode English text Completion/Unix/Command/_git: UTF-8 Unicode English text Completion/Unix/Command/_growisofs: UTF-8 Unicode English text Etc/ChangeLog-3.0: ISO-8859 English text Etc/ChangeLog-4.1: UTF-8 Unicode English text Etc/ChangeLog-4.3: UTF-8 Unicode English text Etc/CONTRIBUTORS: UTF-8 Unicode English text LICENCE: ISO-8859 English text Src/module.c: ISO-8859 C program text Src/Modules/clone.c: ISO-8859 C program text Src/Modules/example.c: ISO-8859 C program text Test/A05execution.ztst: ISO-8859 text Test/D02glob.ztst: ISO-8859 text Test/D07multibyte.ztst: UTF-8 Unicode English text Test/V07pcre.ztst: UTF-8 Unicode English text