zsh-workers
 help / color / mirror / code / Atom feed
* Re: Bug#346119: zsh: Non-ASCII letters are not accepted in variable names
       [not found]   ` <Pine.LNX.4.64.0601071738570.2579@www.sslug.dk.sslug.dk>
@ 2006-01-07 16:43     ` Clint Adams
  2006-01-08 18:07       ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Clint Adams @ 2006-01-07 16:43 UTC (permalink / raw)
  To: zsh-workers; +Cc: Jacob Sparre Andersen, 346119-forwarded

> >>It seems that Zsh has stopped accepting non-ASCII letters 
> >>in variable names:
> >>
> >>% nedre=-10
> >>% øvre=+10
> >>zsh: command not found: øvre=+10
> >>%
> >>
> >>Locale: LANG=fo_FO.ISO8859-1, LC_CTYPE=fo_FO.ISO8859-1 
> >>(charmap=ISO-8859-1)
> >
> >Yes.  Do you really need to do this?
> 
> Yes.

(The variable name is supposed to be øvre)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug#346119: zsh: Non-ASCII letters are not accepted in variable names
  2006-01-07 16:43     ` Bug#346119: zsh: Non-ASCII letters are not accepted in variable names Clint Adams
@ 2006-01-08 18:07       ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 2006-01-08 18:07 UTC (permalink / raw)
  To: zsh-workers, sparre, 346119-forwarded

On Sat, 7 Jan 2006 11:43:25 -0500
Clint Adams <schizo@debian.org> 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@ntlworld.com>
Web page still at http://www.pwstephenson.fsnet.co.uk/


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-08 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20060105191438.27899.29729.reportbug@hugin.crs4.it>
     [not found] ` <20060107144929.GA28841@scowler.net>
     [not found]   ` <Pine.LNX.4.64.0601071738570.2579@www.sslug.dk.sslug.dk>
2006-01-07 16:43     ` Bug#346119: zsh: Non-ASCII letters are not accepted in variable names Clint Adams
2006-01-08 18:07       ` Peter Stephenson

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).