I have a strings.xml file with all my app string, I have some simbols like €, and I having trouble with them.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="currency"> € </string>
</resources></resources>
They usually shows fine, but not in all devices:

How can I auto-detect the configuration in the device?