How can I change the font on android to allow to show special characters like “‘” or “à”?
Actually the strings that contains these characters are stored in the sqlite database.
How can I change the font on android to allow to show special characters
Share
By default Android SQLite uses UTF-8.
I had this problem because when I populated the database on the first launch I used a txt file with another charset.