Bug#779572: Some more context

2015-03-02 Thread Paolo Bonzini
On 02/03/2015 16:22, Philippe Teuwen wrote: > It appears that I was wrong, it's not related to the version of sed but > to the terminal configuration: > > echo '=abcABC[]\\_='|LANG=en_US.utf8 sed 's/[A-z]/*/g' > sed: -e expression #1, char 11: Invalid range end > > echo '=abcABC[]\\_='|LANG=C

Bug#779572: Some more context

2015-03-02 Thread Philippe Teuwen
It appears that I was wrong, it's not related to the version of sed but to the terminal configuration: echo '=abcABC[]\\_='|LANG=en_US.utf8 sed 's/[A-z]/*/g' sed: -e expression #1, char 11: Invalid range end echo '=abcABC[]\\_='|LANG=C sed 's/[A-z]/*/g' =***= The order of chars in utf8