I have a spinner with accents string
<string-array name="typelist">
<item>Médicament</item>
<item>Pharmacie</item>
</string-array>
When I insert them in the database, they are added with weird characters
final String drop = typelist.getSelectedItem().toString();
How can I correct this error please