Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: how to get my umlauts back?
- X-seq: zsh-users 12941
- From: Jens Schweikhardt <schweikh@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: how to get my umlauts back?
- Date: Sun, 15 Jun 2008 22:04:23 +0200
- In-reply-to: <20080615190019.0ce06ed2@pws-pc>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080615115729.GC1164@xxxxxxxxxxxxxxxx> <080615103749.ZM7594@xxxxxxxxxxxxxxxxxxxxxx> <20080615190019.0ce06ed2@pws-pc>
On Sun, Jun 15, 2008 at 07:00:19PM +0100, Peter Stephenson wrote:
# On Sun, 15 Jun 2008 10:37:48 -0700
# Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
# > On Jun 15, 1:57pm, Jens Schweikhardt wrote:
# > }
# > } $ <00e4><00f6><00fc>
# > } zsh: command not found: äöü
# >
# > Did you try "setopt print_eight_bit"?
#
# That's an easy first thing to try...
#
# One issue related to the multibyte changes is that zsh now pays much
# more attention to the locale. As you say the accented characters used
# to work in the past, I presume that means they are in a single-byte font
# (something like ISO-8859-1 or ISO-8859-15 being the most likely). Is
# your locale set up appropriately? If "print $LANG" shows you something
# including UTF-8 (or similar) the answer may well be "no", at least for
# the encoding you are using.
$ echo $LANG
$ setopt print_eight_bit
$ <00e4><00f6><00fc>
zsh: command not found: äöü
None of the LC_* variables is set, either.
Regards,
Jens
--
Jens Schweikhardt http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author