Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: $'\uXXXX'
- X-seq: zsh-workers 24066
- From: Peter Stephenson <pws@xxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: $'\uXXXX'
- Date: Tue, 06 Nov 2007 10:05:06 +0000
- In-reply-to: <20071106074456.GA5411@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20071106074456.GA5411@xxxxxxxxxxxxxxx>
Stephane Chazelas wrote:
> ~$ print '<\u0041>'
> <A>
> ~$ printf '%s\n' $'<\u0041>'
> <>
>
> ~$ LC_ALL=C
> ~$ print $'\u00e9'
> zsh: character not in range
> zsh: segmentation fault zsh-beta
I was aware of various problems with multibyte in the getkeystring()
function that handles this and I was in the middle of a patch. I think
that part was mostly complete. I'll look out the appropriate bit, if I
can still find it, and see what's left.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author