I have a database that's seems to be on latin1_swedish. I need to add some more text to it. The new text contains some Brazilian words. Example:
tilápia
Cachaça
... The old text that is in the db has these words too, but it's like this:
tilápia
The PHP file is converting it to the real word, using the right accent. How can I add these texts and keep PHP converting files? For example, add tilápia on my table and mysql keeps it as tilápia.
Thanks, hope it's not confusing.