Hello,
I'm finally switching to UTF-8 and noticed a strange behavior. The default shell (/bin/sh) does not allow UTF-8 input. Any other shells that I tested (csh, tcsh, bash) allow UTF-8 characters input, but not sh.
Here are my locale settings
Trying to input Cyrillic characters I get only bells, while output is OK - I can see UTF-8. The same behavior in console and virtual terminals (putty, OS-X terminal).
I'm finally switching to UTF-8 and noticed a strange behavior. The default shell (/bin/sh) does not allow UTF-8 input. Any other shells that I tested (csh, tcsh, bash) allow UTF-8 characters input, but not sh.
Here are my locale settings
Code:
LANG=ru_RU.UTF-8
LC_CTYPE="ru_RU.UTF-8"
LC_COLLATE="ru_RU.UTF-8"
LC_TIME=C
LC_NUMERIC=C
LC_MONETARY="ru_RU.UTF-8"
LC_MESSAGES=C
LC_ALL=