From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10867 invoked by alias); 31 May 2014 21:29:28 -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: 32641 Received: (qmail 7467 invoked from network); 31 May 2014 21:29:25 -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: <140531142926.ZM556@torch.brasslantern.com> Date: Sat, 31 May 2014 14:29:26 -0700 In-reply-to: <20140531201617.4ca60ab8@pws-pc.ntlworld.com> Comments: In reply to Peter Stephenson "Re: Unicode, Korean, normalization form, Mac OS X and tab completion" (May 31, 8:16pm) References: <20140531201617.4ca60ab8@pws-pc.ntlworld.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "Zsh List Hackers'" Subject: Re: Unicode, Korean, normalization form, Mac OS X and tab completion MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On May 31, 8:16pm, Peter Stephenson wrote: } } I'm currently wondering if there is scope for normalising keyboard input } really early --- before we feed it back to the shell --- and turning it } back into the usual keyboard form right at the end Per thread with Chet, I think normalizing the filesystem is the easier way to go. Keyboard input is already as close to normalized as it needs to be, I think, and with only a couple of exceptions all the names we get from the filesystem come through zreaddir(). -- Barton E. Schaefer