Easy fix but need to know.
It might not work on all servers because there are other dependencies related to encoding.
But the first thing to verify when you save a French frontpage file is that is is not UTF-8.
The First lines of your files may look like this:
Code:
<html>
<head>
<meta http-equiv= »Content-Language » content= »fr-ca »>
<meta http-equiv= »Content-Type » content= »text/html; charset=iso-8859-1″>
There are a few other ways to fix that problem, but I like this one…