Re: Errors in commands containing UTF8 characters are printed with UTF8 byte expansion

2014-03-02 Thread Chet Ramey
On 3/1/14, 4:12 PM, Yuri wrote: > When I accidentally type some nonexistent command containing UTF8 > characters, an error has UTF8 characters expanded: > $ ЫZZZ > bash: $'\320\253ZZZ': command not found > > I think bash shouldn't discriminate against UTF8 characters in error > messages, and shoul

Errors in commands containing UTF8 characters are printed with UTF8 byte expansion

2014-03-01 Thread Yuri
When I accidentally type some nonexistent command containing UTF8 characters, an error has UTF8 characters expanded: $ ЫZZZ bash: $'\320\253ZZZ': command not found I think bash shouldn't discriminate against UTF8 characters in error messages, and shouldn't expand them. If some international use