Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: read full multibyte string a bit more sooner
- X-seq: zsh-workers 36514
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: PATCH: read full multibyte string a bit more sooner
- Date: Sat, 12 Sep 2015 18:56:16 +0100
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- In-reply-to: <CAH+w=7YCYM2rhYL3NecAHc22XR5Tnb7JzE7tL_VaeOcqm0uMeA@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
On 12 Sep 2015 17:46, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> burner% Ą Пётр Ильич Чайковский 梶浦由記~
>
> As you can see this is ALMOST correct, except for that unexpected
> trailing tilde, which must be part of the terminal escape for ending
> paste-mode?
>
> Sadly the next time I try pasting, I get this:
>
> burner% ă<ffffffff> Ѓ<ffffffff>у<ffffffff>тр
> Ѓ<ffffffff>лу<ffffffff>иу<ffffffff> Чайковский
> 梶浦烴<ffffffff>訃<ffffffff>
> Ą Пётр Ильич Чайковский 梶浦由記
>
> (where all those <ffffffff> are highlighted).
Rather than an issue with meta conversion,
that's looking more like a length miscalculation of
a more basic nature or some mixture of effects.
Most likely it's not too far
from the code I changed. I suspect tracing the
string that becomes KEYS might reveal it.
I'll be drinking my Tribute and following with great
amusement (until it becomes my problem).
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author