By rhrueda on
Hi
I moved my drupal from domain.com/web to domain.com. Before doing it, I sow perfectly all the characters á é í ó ú ñ, etc. But now I just see extrange characters. If I create an html with á é í ó ú ñ I see it perfectly, but not the drupal database, even if I replace all the extrange characters by the corresponding á é í ó ú ñ.
What do I need to do? I´ve to create the database with any charset (latin1, UTF-8, etc)? do I need something special in the apache conf??
Thanks!!!!!!!!!
Comments
Did you also migrate your
Did you also migrate your database? Check the collation of all your Drupal tables. It should be UTF8.
Are you on the same server?
Usually this issues comes when you change server which may not have the same MySQL version.
If you stay on the same server you do not need to export and re import your database, you barely need to move your files.
/*_*/
http://www.xmacinfo.com
I solved the problem
I solved the problem importing in Latin1. Others fail.
:s