Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh appears to be eating characters when called with -c
- X-seq: zsh-workers 13525
- From: Matt Watson <mwatson@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: zsh appears to be eating characters when called with -c
- Date: Wed, 21 Feb 2001 20:21:14 -0800
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Okay, this appears to be caused by the Meta character being interpreted.
This portion of the command string:
0x83aa 0xe383 0xbce3 0x82b9 0xe382 0x9920
gets munged into:
0x8ae3 0x9ce3 0x82b9 0xe382 20
So, the 0x83aa gets turned into 0xaa ^ 32 (0x8a), the 0x83bc gets turned
into 0x9c, and the 0x99 (Dnull) is summarily dispatched.
matt.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author