REPRODUCIBILITY (% or how often) | : | 100% |
---|---|---|
BUILD ID = OS VERSION (Settings > About product) | : | 4.0.1.48 |
HARDWARE (XA2, Xperia 10…) | : | XA2+ |
UI LANGUAGE | : | Russian |
REGRESSION : (compared to previous public release: Yes, No, ?) | : | Yes |
DESCRIPTION:
After update, i was remove busybox-symlinks-bash, than i install bash ( because i use some bash specific scripts, which not work in busybox)
PRECONDITIONS:
remove *busybox-symlinks-bash, install bash
devel-su
pkcon remove busybox-symlinks-bash
pkcon install bash
STEPS TO REPRODUCE:
mkdir ~/test
cd ~/test
for each in 1 2 3 4 5 6 7 8 ; do touch Файл_${each} ; done
ls
EXPECTED RESULT:
should show files list like this:
Файл_1 Файл_2 Файл_3 Файл_4
Файл_5 Файл_6 Файл_7 Файл_8
ACTUAL RESULT:
????_1 ????_3 ????_5 ????_7
????_2 ????_4 ????_6 ????_8
ADDITIONAL INFORMATION:
P.S.
forgot to tell:
i already tried :
export LC_ALL=`locale -a|grep ru`
# or just export LC_ALL=ru_RU.utf8
export LANG=`locale -a|grep ru`
# or jusr export LANG=ru_RU.utf8