From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4657 invoked by alias); 13 Jul 2017 15:18:03 -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: 41416 Received: (qmail 11378 invoked from network); 13 Jul 2017 15:18:03 -0000 X-Qmail-Scanner-Diagnostics: from rcpt-mqugw.biglobe.ne.jp by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(133.208.100.2):SA:0(-0.7/5.0):. Processed in 1.690655 secs); 13 Jul 2017 15:18:03 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: takimoto-j@kba.biglobe.ne.jp X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf01.biglobe.ne.jp designates 133.208.100.2 as permitted sender) X-Biglobe-Sender: Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Strange handling of multi-byte emoji / variation selector U+FE0E in ZLE From: "Jun T." In-Reply-To: Date: Thu, 13 Jul 2017 23:41:06 +0900 Cc: Elliott Cable Content-Transfer-Encoding: quoted-printable Message-Id: <40CB77D6-34C8-4E2E-AE59-88A58927F679@kba.biglobe.ne.jp> References: To: zsh-workers@zsh.org X-Mailer: Apple Mail (2.3273) X-Biglobe-Spnum: 52560 > 2017/07/11 04:05, Elliott Cable wrote > echo '=E2=98=BA' // echo -e '\u263A' > echo '=E2=98=BA=EF=B8=8F' // echo -e '\u263A\uFE0F' > echo '=E2=98=BA=EF=B8=8E' // echo -e '\u263A\uFE0E' > Unfortunately, when these are entered at the command-line, ZLE's > character-count seems to get all wonky: Could you please try the latest git master? About two months ago We've added new Unicode-related functions to zsh, which correctly recognize U+FF00 - U+FF0F as combining characters. (The new functions are enabled by default on macOS)