utf-8 problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

utf-8 problem

825 Views
lawrencehuang
Contributor I

i use i.mx6solo with L3.10.17_1.0.0 (yocto) . and i have read file from sd-card. but the file name not correct.

sd-card file name is " ÅerÄkä" but use QT5.2.1 read is "??er??k??" and x11 server read is "??er??k??"

but if this file in /home/root use x11 server read is correct but QT5 read also "??er??k??"

how can i fix it?

Labels (3)
0 Kudos
3 Replies

553 Views
b36401
NXP Employee
NXP Employee

Please try to remount the filesystem with "utf8" option added.

Have a great day,

Victor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

553 Views
lawrencehuang
Contributor I

thanks for reply

my filesystem ues yocto to build (fsl-image-x11-qt5)

could you help me how to add "utf8" option?

thanks!

0 Kudos

553 Views
b36401
NXP Employee
NXP Employee

I mean the command like this:

# mount /media/disk/ -o remount,utf8

Have a great day,

Victor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos