Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Strange handling of multi-byte emoji / variation selector U+FE0E in ZLE
- X-seq: zsh-workers 41416
- From: "Jun T." <takimoto-j@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Strange handling of multi-byte emoji / variation selector U+FE0E in ZLE
- Date: Thu, 13 Jul 2017 23:41:06 +0900
- Cc: Elliott Cable <me@xxxxxx>
- In-reply-to: <CAPZ477OPZ6UfLi6zTqpkYjsgUfeUfyGYFTey9meBFZAO4ZJSuw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAPZ477OPZ6UfLi6zTqpkYjsgUfeUfyGYFTey9meBFZAO4ZJSuw@mail.gmail.com>
> 2017/07/11 04:05, Elliott Cable <me@xxxxxx> wrote
> echo '☺' // echo -e '\u263A'
> echo '☺️' // echo -e '\u263A\uFE0F'
> echo '☺︎' // 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)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author