bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UTF-8 regression in bash version 4.2


From: dennis . birkholz
Subject: UTF-8 regression in bash version 4.2
Date: Sun, 18 Mar 2012 18:26:36 +0100

Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu (gentoo)
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' 
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-unknown-linux-gnu' 
-DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/local/share/locale' -DPACKAGE='bash' 
-DSHELL -DHAVE_CONFIG_H   -I.  -I. -I./include -I./lib   -g -O2
uname output: Linux dennis-pc 3.2.6 #3 SMP PREEMPT Tue Feb 21 03:27:27 CET 2012 
x86_64 AMD Phenom(tm) II X6 1100T Processor AuthenticAMD GNU/Linux
Machine Type: x86_64-unknown-linux-gnu

Bash Version: 4.2
Patch Level: 24
Release Status: release

Description:
        Some UTF-8 multibyte characters are not printed correctly but UTF-8 
generally works as the "ä" in "März" (displayed via ls) works.

Repeat-By:
        bash-4.2$ äää
        bash: $'\303\244\303\244\303\244': command not found
        
        bash-4.1$ äää
        bash: äää: command not found




reply via email to

[Prev in Thread] Current Thread [Next in Thread]