Hi everyone!

I was removing all the countries I did not need from the countries and changed Spain to España so everything would be in spanish on my sitea fter that started to get a question mark symbol for the Ñ character in the registration form drop-down.

So I followed this steps to solve it:

1. I inserted España in the database, which lead me to an error in the purchase confirmation email, it displayed the ñ when inserting the country, but solved the registration form issue.

2. I deleted España from the countries table and added it again after changing the encoding of countries_name database field, and inserted it again.

3. I tried changing the encoding of the field to utf8_spanish_ci

4. Changed the whole database to UTF-8 from COLLATE in phpMyAdmin

6. I´ve created the file my_db_charset.php in /includes/extra_configures and also in admin/includes/extra_configures

7. I downloaded the database to my pc and using UltraEdit I changed all instance of latin1 to utf8, and utf8_latin_ci to utf8_spanish_ci

The rest of special characters in my site are displayed correctly. None of the above helped me....

The site is www.touchtoys.es and I´m running ZenCart 1.3.9d with a template from zencart-template

I´m stating to go crazy due to this error, any ideas where I might messed up or what am I missing?

Thanks for everything!