On 02/04/2015 12:18 PM, Danil Smirnov wrote:
> It seems I forgot to type my question:
> how could I force bin scripts to change encoding of their output?
You can't. You say "output of bin scripts depends on $LANG environment
variable". I don't think that's correct. I think it depends, in those
ca
It seems I forgot to type my question:
how could I force bin scripts to change encoding of their output?
Thanks.
2015-02-04 18:37 GMT+02:00 Danil Smirnov :
> Hello!
>
> I've noticed that output of bin scripts depends on $LANG environment variable.
> I can switch languages of output by issue "expo
Hello!
I've noticed that output of bin scripts depends on $LANG environment variable.
I can switch languages of output by issue "export LANG=en_US (or ru_RU)".
But what I could not find is how to switch a charset of output.
I tried to issue "export LANG=ru_RU.UTF-8", "export LANG=ru_RU.koi8-r"
b