I have a table with enough data that its Character Set: latin-1 and Default Collation: latin1_swedish_ci
I have made a project to handle this table and the problem is that I see the wrong characters, the accents, for example, are stored like this in the table. for example:
- Menú del dÃa must be: Menú del día
What do you advise me to do? Changing all the text in the tables would be laborious
- What can I do in the project to continue working with these characters?
In Templates->header.htm I have <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Thanks for everything
I have made a project to handle this table and the problem is that I see the wrong characters, the accents, for example, are stored like this in the table. for example:
- Menú del dÃa must be: Menú del día
What do you advise me to do? Changing all the text in the tables would be laborious
- What can I do in the project to continue working with these characters?
In Templates->header.htm I have <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Thanks for everything