Yocto cyrillic characters support #yocto


Ashutosh Naik
 

I am having trouble creating files with cyrillic characters on a yocto generated image.
 
For eg. If I try to create a file like :
# touch  1Черная
 
I do get:
 
# ls
1??????
 
I have verified that my locale has utf8 support:
 
# locale
LANG=en_GB.utf8
LC_CTYPE="en_GB.utf8"
LC_NUMERIC="en_GB.utf8"
LC_TIME="en_GB.utf8"
LC_COLLATE="en_GB.utf8"
LC_MONETARY="en_GB.utf8"
LC_MESSAGES="en_GB.utf8"
LC_PAPER="en_GB.utf8"
LC_NAME="en_GB.utf8"
LC_ADDRESS="en_GB.utf8"
LC_TELEPHONE="en_GB.utf8"
LC_MEASUREMENT="en_GB.utf8"
LC_IDENTIFICATION="en_GB.utf8"
LC_ALL=en_GB.utf8
 
What could I be missing and how can I create files with cyrillic characters?
 
Regards
Ash

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.