View Single Post
Posts: 204 | Thanked: 423 times | Joined on Jan 2011
#71
Originally Posted by iDont View Post
CONFIG_FEATURE_CHECK_UNICODE_IN_ENV=y
Why?
Code:
~ $ echo $LANG
ru_RU
So Unicode support was not even turned on.
I executed shell that way:
Code:
LANG=ru_RU.UTF8 sh
and everything was fine but Ctrl+Space, which produce '?'.
CONFIG_UNICODE_PRESERVE_BROKEN is the reason, i suppose.
 

The Following User Says Thank You to hxka For This Useful Post: