 |
|
| Linux Forum Index » Linux Embedded » Doing ls not showing exact file names... |
|
Page 1 of 1 |
|
| Author |
Message |
| Pranav... |
Posted: Fri Aug 21, 2009 9:40 pm |
|
|
|
Guest
|
Hi I have busybox-1.9.2 in my rootfs.
I have some files which have simplified chinese characters in them.
Now when I type ls command to see the listing of these files, I am not
able to see these chinese characters.
Although I have compiled busybox, glibc with locale support. I also do
have chinese fonts in my RFS.
Let me know if anyone has explored this problem before.
Regards,
Pranav |
|
|
| Back to top |
|
|
|
| Pranav... |
Posted: Sun Aug 23, 2009 9:16 pm |
|
|
|
Guest
|
On Aug 22, 12:40 pm, Pranav <pranav... at (no spam) gmail.com> wrote:
Quote: Hi I have busybox-1.9.2 in my rootfs.
I have some files which have simplified chinese characters in them.
Now when I type ls command to see the listing of these files, I am not
able to see these chinese characters.
Although I have compiled busybox, glibc with locale support. I also do
have chinese fonts in my RFS.
Let me know if anyone has explored this problem before.
Regards,
Pranav
The problem was caused bby wrong mount options specified while
mounting USB stick having vfat FS on it, Following line solved the
issue..,
mount -t vfat /dev/usb-sdd2 /media/ram/ -o utf8,user,rw,sync |
|
|
| Back to top |
|
|
|
|
|
All times are GMT - 5 Hours
The time now is Fri Nov 27, 2009 9:40 am
|
|