On Tue, May 3, 2022 at 2:02 PM Nicolas Jeker <n.jeker@...> wrote:
On Fri, 2022-04-29 at 06:48 -0700, Ashutosh Naik wrote:
For eg. If I try to create a file like :
# touch 1Черная
I do get:
# ls
1??????
Is your file created with the wrong name or is it actually just the
'ls' output that doesn't support unicode characters?
If you're using busybox, I think these configuration options could be
of interest:
CONFIG_UNICODE_SUPPORT
CONFIG_LAST_SUPPORTED_WCHAR
You'll find this at the bottom of "Settings -> Support Unicode" when
using menuconfig.
I have enabled those options in Busybox to no avail.
I still cant see my files :
# touch 1Чернаяг
# ls -l 1Чернаяг
-rw-r--r-- 1 root root 0 May 3 13:35 1???????
The file is created though and visible in bash completion and I am
able to delete the file as well.
Is this working for you on yocto ?
Regards
Ash