Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh generates invalid UTF-8 encoding in the history
- X-seq: zsh-workers 39575
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: zsh generates invalid UTF-8 encoding in the history
- Date: Wed, 5 Oct 2016 14:41:26 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=MF9N+NaAcF88s1+m0OYojGlnhzsItfiy99RK1ucwkTo=; b=xI4uhm0igB0xXkhSVQnWCQm6+s5VqOzHZwQcQALkLr9/8UzPRJYdb8uAnhtTlaW2Rd /UAv4O2UqZ/s4+R0fWm+5jUkT1F06FJ03231Rd+mW+SHjMSXhawCTRpMa8QHNqd4O+YB 6vJEjbUFF1V3WZ8Ng1Gq+PLdmMKjxbPWgDvgpMsBn41MEEdzPjLEdskA9K9GTaxjw3gJ BwparOqJGmjC72CQ0yAkYtb5C72T9LCDQajWrVXQBkJNoT+IdWYQP/sBeaFY5Wf4Gkk2 pLTtsmfpnWPrlOM249Oq6MiH8cMRI8Rg2ViiHquzJSSh9vjNmefm2zz+MdIY4/bsdZ6S V4aA==
- In-reply-to: <20161005114848.GA1125@cventin.lip.ens-lyon.fr>
- 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: <20161005114848.GA1125@cventin.lip.ens-lyon.fr>
On Wed, Oct 5, 2016 at 1:48 PM, Vincent Lefevre <vincent@xxxxxxxxxx> wrote:
> With Debian's zsh 5.2-5 + some patches, when I execute commands with
> some particular Unicode characters, the UTF-8 sequences are rewritten
> incorrectly in the history. For instance:
History entries are written in metafied form to the history file. You
can use the 'history' command to print a readable version of history,
or use this small utility http://mika.l3ib.org/code/unmetafy.c
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author