I just moved over to LAMP system and noticed a strange behaviour.
The function doesnt seem to work properly
and I cant blame MySQL
the special character where it is contained in the month name is not displayed properly.
setlocale function (LC_ALL, 'de_DE') ;
echo strftime ("%d %B %Y");
charset in the document is UTF-8
httpd.conf is AddDefaultCharset UTF-8
php.ini is default_charset empty as recommeded
any ideas