It looks like your files have been marked as having the wrong encoding. Either reencoding the files, or changing the declared charset, should have characters displaying properly again.
In particular, this error looks like what happens when software attempts to decode Unicode-encoded text under the assumption that it is CP1252 (or Latin1/ISO-8859-1, which modern browsers often treat as CP1252 regardless).
If your files have character sets declared which are not utf-8, try changing that and seeing if it helps.
|