Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Don't ask why i was trying to do this...
- X-seq: zsh-workers 22963
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: Don't ask why i was trying to do this...
- Date: Sat, 04 Nov 2006 18:24:27 -0800
- In-reply-to: <237967ef0611041623ie8b3070nb2b1ffa4b6a2aef3@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0611041623ie8b3070nb2b1ffa4b6a2aef3@xxxxxxxxxxxxxx>
On Nov 4, 4:23pm, Mikael Magnusson wrote:
}
} print -z $(eval "echo -n '\\U'{1..200}")
} only pushes up until 3 characters after 'y' to the editing stack.
Hmm, with the latest cvs update I get
schaefer<502> print -z $(eval "echo -n '\\U'{1..200}")
zsh: character not in range
schaefer<503> ^A ^B ^C ^D ^E ^F ^G ^H ^P ^Q ^R ^S ^T ^U ^V ^W ^X ^Y ! " # $ % &
' ( ) 0 1 2 3 4 5 6 7 8 9 @ A B C D E F G H I P Q R S T U V W X Y ` a b c d e f
g h i p q r s t u v w x y ^À ^Á ^Â ^@^Ä ^Å ^Æ ^Ç ^È ^É ^Ð ^Ñ ^Ò ^Ó ^Ô ^Õ ^Ö ^×
^Ø ^Ù
I suspect that NUL byte (displayed as ^@ above) has something to do with
your problem.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author