Page Titles with Special Characters not decoding properly 1.16.2 -> 1.17.0
Fragment of a discussion from Project:Support desk
Same problem here. I have fixed it with the SQL command:
ALTER TABLE page CONVERT TO CHARACTER SET latin1 COLLATE latin1_bin;
Altering the encoding to utf8 COLLATE utf8_bin did not fix the problem. There was at least one other user who had the same problem.
I had a similar problem with my site. My site has a " & " in it's name, when I changed host I could not access any project pages beacuse of the & This is the reply I got and it fixed my problem. Hope it helps.
- Looks like you have a broken URL scheme. See Manual:Short_URL#Ampersand_.28.26.29_problem.