- the php setting (look what setup says for example or look at your phpinfo)
there is what setup.php shows to me
Quote:PHP mbstring package [Your internal characater set is ISO-8859-1]
Warning!
Setting mbstring.internal_encoding to UTF-8 in your php.ini file is recommended to insure accented and multi-byte characters function properly.
what is phpinfo ? where is php.ini to modify mbstring.internal_encoding ?
- the encoding of the file
- the encoding set in the head of the file (which is taken from the backend option)
what is the differences between the two things ?
in the head of the file, i can see this line
Quote:<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
other fact :
if i follow a tag with accentuated letters (été - french word for summer), the search page is OK.
it's only when i follow a month with accentuated letters (décembre - french word for december) that the problem occurs.