The function lv_textarea_add_text(ta, "á")
doesn't display special characters in the text area. What could be the issue?
I tried using the function lv_textarea_add_text(ta, "á")
to add the text "á
" to the text area. I expected the text area to display the character "á
" correctly. However, the special character did not display as expected.