Hi,
I’ve tried many solutions, but therefore i have to ask for some help.
I’m upgrading from 1.6.9 to 2.1 AND changing server.
Here is my protocol.
The site is encoded in latin 1 (iso-8859-1). I export the database from the first server. Then I open the .sql dump file and save it in UTF-8 to get the right encoding.
Then I upload the new database in utf8, with the intercalssemnt collution utf8_general_ci
Everything is OK
When i applie the upgrade script everything run smooths, no errors.
The problem is that in between, all my data has been cut as soon as i get a special accent.
Exemple : if i had before upgrade : Le monde va bientôt arriver à la fin
I get after the uprgade : Le monde va bient
And all the text after the special character is erased…
I don’t know why…
Any idea ?