Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#346119: zsh: Non-ASCII letters are not accepted in variable names
- X-seq: zsh-workers 22145
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx, sparre@xxxxxx, 346119-forwarded@xxxxxxxxxxxxxxx
- Subject: Re: Bug#346119: zsh: Non-ASCII letters are not accepted in variable names
- Date: Sun, 8 Jan 2006 18:07:42 +0000
- In-reply-to: <20060107164325.GA32204@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20060105191438.27899.29729.reportbug@xxxxxxxxxxxxx> <20060107144929.GA28841@xxxxxxxxxxx> <Pine.LNX.4.64.0601071738570.2579@xxxxxxxxxxxxxxxxxxxxx> <20060107164325.GA32204@xxxxxxxxxxx>
On Sat, 7 Jan 2006 11:43:25 -0500
Clint Adams <schizo@xxxxxxxxxx> wrote:
> > >>It seems that Zsh has stopped accepting non-ASCII letters
> > >>in variable names:
Yes, it's too dangerous now we're starting to support multibyte
characters properly until we decide whether the character is a letter or
punctuation or whatever. Eventually the test for valid identifiers will
be based on some locale-specific examination of multibyte characters,
but that hasn't been done yet. Locale-specific definitions of
identifiers frighten me a bit, so I think they're best avoided, but
that'll be the best we can do.
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page still at http://www.pwstephenson.fsnet.co.uk/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author