bug-bash
[Top][All Lists]
Advanced

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

UTF8 conversion issues in bash-4.2


From: Allan McRae
Subject: UTF8 conversion issues in bash-4.2
Date: Mon, 11 Apr 2011 15:10:15 +1000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110307 Lightning/1.0b2 Lanikai/3.1.9

I am seeing what appears to be some sort of UTF-8 conversion issue in bash-4.2. I do not see this in bash 4.1. I think the easiest way to describe this is:


> bash41 --version
GNU bash, version 4.1.9(2)-release (i686-pc-linux-gnu)

> LC_ALL=ru_RU.UTF-8 bash41 -c привет
bash: привет: command not found


> bash42 --version
GNU bash, version 4.2.8(2)-release (i686-pc-linux-gnu)

> LC_ALL=ru_RU.UTF-8 bash42 -c привет
bash: $'\320\277\321\200\320\270\320\262\320\265\321\202': команда не найдена

> LC_ALL=ru_RU.KOI8-R bash42 -c привет
bash: привет: ������� �� ������


I'm not sure what further information is needed here, so let me know if you need anything else to replicate this.

Allan



reply via email to

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