Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Echoing of 8-bit-characters broken after 4.3.2?
- X-seq: zsh-workers 26630
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Wolfgang Hukriede <whukriede@xxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: Echoing of 8-bit-characters broken after 4.3.2?
- Date: Sat, 28 Feb 2009 09:53:11 -0800
- In-reply-to: <2493fbfb0902280035p35223173m60570915dedf405d@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <2493fbfb0902280035p35223173m60570915dedf405d@xxxxxxxxxxxxxx>
On Feb 28, 9:35am, Wolfgang Hukriede wrote:
}
} After upgrading from 4.3.2 to 4.3.9 I've currently two zshells open of
} the respective versions, each in its own xterm-window. Now, while in
} 4.3.2, when I type any 8-bit-character (from the latin1-set), it is nicely
} echoed back. But this no longer works in 4.3.9.
This doesn't happen to be on Mac OSX, does it? (You should always
include operating system information when reporting a problem.)
} All zsh-dotfiles in both sessions are identical. No LC-variables are
} set (but export LC_CTYPE=ISO8859-1 does not help either).
I think the trouble there is that this is the wrong value for LC_CTYPE.
Try
export LANG=is_IS.ISO8859-1
I discovered this by tab-completing values for LANG.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author