Okay, the host has fixed the issue.
From the french.php include/languages file:
@setlocale(LC_TIME, 'fr_FR');
Changed to:
@setlocale(LC_TIME, 'fr_FR.UTF8', 'fr.UTF8', 'fr_FR.UTF-8', 'fr.UTF-8');
// The first is probably enough... but just to be 'safe'


Reply With Quote
