I have a sqlite table with fields that have emojis and text:
When I try to load this content in a TextField:
The emojis is not show correctly:
How can I show (load from sqlite), edit and save this fields with emojis and text?
Thanks in advance for any tip.
When I try to load this content in a TextField:
B4X:
tfTitle.Text = rs.GetString("title")
tfNotification.Text = rs.GetString("message")
How can I show (load from sqlite), edit and save this fields with emojis and text?
Thanks in advance for any tip.