Question
STM32CubeIDE can't convert TouchGFX wildcard characters correctly
Hi,
I added wildcard characters (ç,Ç,ğ,Ğ,ı,İ,ö,Ö,ş,Ş,ü,Ü) to TouchGFX , if I set text in there it can show these characters correctly.
When I set text in code like this:
buffer gets filled with wrong numbers and it shows all question mark. Normally "ŞŞşş ÇÇçç" must be 5353737320c7c7e7e7 but its like that:
and when I convert it to string its "ŞŞşş Ç". How can I solve this problem? Thank you.