2021-09-09 02:51 AM
2021-09-09 03:05 AM
Unicode::fromUTF8( (uint8_t *)utfString, textfieldBuffer, sizeof(textfieldBuffer) );
text field.invalidate();
2021-09-09 03:31 AM
Hi,
What font are you using ? Make sure the characters are handled by that font.
Instead of Resources you could use wildcards with Single Use textAreas where you update the text with just a printf like this
Unicode::snprintf(textArea1Buffer, TEXTAREA1_SIZE, "%s", yourText);
/Romain
2021-09-09 04:17 AM
Hi @Romain DIELEMAN
I tried this also. Still its same.
Even the font can handle the characters when Resource is being used.