Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Don't ask why i was trying to do this...
- X-seq: zsh-workers 22961
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Don't ask why i was trying to do this...
- Date: Sun, 5 Nov 2006 01:23:37 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MRAw5LDjDegYxASx4QstsilMHn1bfT1WGdQ4IqlM44zJFE0BIWdlbIJMQb+relkoMHIcAXENhmo5g85ocX67PhYKwXfqjwBB9GGWHdLCnjaUVg9aMDkQvEPbWO0Z6bFsfa+k3SP9zBWHApu2Lrf4flCaepRmS2ZD8/dClrxT4xE=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I'm not sure if this is supposed to work or not,
print $(eval "echo -n '\\U'{1..200}")
outputs the first 200 codepoints on stdout more or less correctly,
print -z $(eval "echo -n '\\U'{1..200}")
only pushes up until 3 characters after 'y' to the editing stack.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author