Skip to main content
MuratUnal
Associate II
October 21, 2020
Solved

is Touchgfx unicode class UFT-16-LE or UTF16-BE?

  • October 21, 2020
  • 2 replies
  • 1000 views

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?

This topic has been closed for replies.
Best answer by Romain DIELEMAN

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

2 replies

Romain DIELEMAN
Romain DIELEMANBest answer
ST Employee
October 23, 2020

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

MuratUnal
MuratUnalAuthor
Associate II
October 23, 2020

Thanks for your answer