Hi,
It seems there are UTF-8 encoding problems with dates and EE.
{exp:datetime_convert language='fr_FR' format='%B %Y'}{entry_date}{/exp:datetime_convert}This code works perfectly and returns a formatted date in French.
But special characters are messed up, it returns ao�t instead of août.
The page itself is using UTF-8 so there should be no problem, any idea how to fix this ?