zsh-workers
 help / color / mirror / code / Atom feed
From: "Mikael Magnusson" <mikachu@gmail.com>
To: "Bart Schaefer" <schaefer@brasslantern.com>
Cc: zsh-workers <zsh-workers@sunsite.dk>
Subject: Re: Don't ask why i was trying to do this...
Date: Sun, 5 Nov 2006 14:48:25 +0100	[thread overview]
Message-ID: <237967ef0611050548r4926c378j351e4d992031be06@mail.gmail.com> (raw)
In-Reply-To: <061104182427.ZM16666@torch.brasslantern.com>

On 05/11/06, Bart Schaefer <schaefer@brasslantern.com> wrote:
> 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.

(locale is sv_SE)
% print -z $(eval "echo -n '\\U'{1..200}")
% ^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 ^À ^Á ^Â
% export LC_ALL=C
% print -z $(eval "echo -n '\\U'{1..200}")
zsh: character not in range
% ^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
% export LC_ALL=en_US
% print -z $(eval "echo -n '\\U'{1..200}")
zsh: character not in range
% ^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 ^À ^Á ^Â ^@^Ä ^Å ^Æ ^Ç ^È ^É ^Ð ^Ñ
^Ò ^Ó ^Ô ^Õ ^Ö ^× ^Ø ^Ù

-- 
Mikael Magnusson

  reply	other threads:[~2006-11-05 13:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-05  0:23 Mikael Magnusson
2006-11-05  2:24 ` Bart Schaefer
2006-11-05 13:48   ` Mikael Magnusson [this message]
2006-11-05 22:46 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=237967ef0611050548r4926c378j351e4d992031be06@mail.gmail.com \
    --to=mikachu@gmail.com \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).