bug-bash
[Top][All Lists]
Advanced

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

Re: Wrong alignment in select lists


From: Chet Ramey
Subject: Re: Wrong alignment in select lists
Date: Sun, 06 Jun 2010 21:07:41 -0400
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.7) Gecko/20100111 Lightning/1.0b1 Thunderbird/3.0.1

On 5/31/10 5:42 PM, Bernd Eggink wrote:
> Select lists are sometimes displayed with incorrect vertical alignment
> if an item contains one or more German umlauts. Examples:
> 
>     select x in äöü blah{1..20}; do :; done        # wrong
>     select x in amöbe blah{1..20}; do :; done    # wrong
>     select x in amöb blah{1..20}; do :; done    # wrong
>     select x in amö blah{1..20}; do :; done        # OK
> 
> Bash version is 4.1.7(1)-release, LANG is de_DE.UTF-8.

Thanks for the report.  This will be fixed in the next release.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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