From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8933 invoked by alias); 11 Sep 2015 20:13:32 -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: 36495 Received: (qmail 811 invoked from network); 11 Sep 2015 20:13:31 -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:37:28 +0900 Content-Transfer-Encoding: 7bit Message-Id: <0CEA5B7F-0020-4AB8-81EB-1B50E0010296@kba.biglobe.ne.jp> References: To: zsh-workers@zsh.org X-Mailer: Apple Mail (2.1878.6) X-Biglobe-Spnum: 51288 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.