Question
Keyboard widget, how to convert Unicode char* from to char*
Hi,
I am trying to use keyboard widget in TouchGfx 4.21. I have global
char *name;variable. After a lot of trial, I couldn't find a way to copy the value returned by keyboard.getBuffer() to my global variable. I even tried to convert to UTF-8 first, but no success.
Briefly, I just want to store the value returned by keyboard.getBuffer() to my global variable.
Can somebody help please?
Thanks
