From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16551 invoked by alias); 11 Sep 2015 20:15:28 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20540 Received: (qmail 29522 invoked from network); 11 Sep 2015 20:15:28 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Biglobe-Sender: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Match length and multibyte characters From: "Jun T." In-Reply-To: Date: Sat, 12 Sep 2015 04:40:20 +0900 Content-Transfer-Encoding: 7bit Message-Id: <4D065832-AC84-4A9D-A3B5-7636480AFFB5@kba.biglobe.ne.jp> References: To: zsh-users@zsh.org X-Mailer: Apple Mail (2.1878.6) X-Biglobe-Spnum: 51296 2015/09/12 03:02, I wrote: > Otherwise, 10 comes before 2. Sorry, this is if sorting in ascending order, i.e., the (o) flag. (o) 1 10 2 20 3 (O) 3 20 2 10 1 (n) 1 2 3 10 20 (On) 20 10 3 2 1 this is what you want.