Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: how to get my umlauts back?



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