2020-10-21 12:50 AM
Hello,
I am trying to use FATFS file system from CubeMX. It ask me character encoding. There are some options "UTF-8", "UTF-16-LE" and "UTF-16-BE".
I want to set it compatible with touchgfx unicode class.
My question is which one is the touchgfx unicode class? UTF-16LE or UTF16BE?
Solved! Go to Solution.
2020-10-23 01:59 AM
Hi,
I asked around and apparently it should be on Little Endian. For sure we are not using UTF-8 and arm is running on UTF-16LE so go with that :beaming_face_with_smiling_eyes:.
/Romain
2020-10-23 01:59 AM
Hi,
I asked around and apparently it should be on Little Endian. For sure we are not using UTF-8 and arm is running on UTF-16LE so go with that :beaming_face_with_smiling_eyes:.
/Romain
2020-10-23 05:23 AM
Thanks for your answer