Jacob Sparre Andersen wrote:

Package: zsh
Version: 4.3.0-dev-2-1
Severity: normal

It seems that Zsh has stopped accepting non-ASCII letters in variable
names:

% nedre=-10
% øvre=+10
zsh: command not found: øvre=+10
%

Despite that the "o-slash" somehow has been mapped to UTF-8 in the quote above, the actual example was all-ISO-8859-1 and looked liked this (crosses fingers to avoid further encoding-mangling):

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

This is correct.

Jacob
--
Adlai Stevenson said it all when, at an event during the
1956 Presidential campaign, a woman shouted, "You have the
vote of every thinking person!" Stevenson shouted back,
"That's not enough, madam, we need a majority!"

Reply via email to