[pmwiki-users] problem with utf-8 chars and TimeFmt

Anno anno at shroomery.org
Wed Mar 1 08:36:08 CST 2006


Sebastian Siedentopf wrote:
> Our wiki works fine with utf-8 encoding enabled (german language, the  
> locale environment is set to 'de_DE at euro') so far. The TimeFmt on the  
> XLPage is set to output the name of the month with %B. But every date  
> that is formated by the TimeFmt (RecentChanges, page history etc.)  
> has an incorrectly encoded month name.
> 
> Any idea what we can do about it?
> 
> Sebastian


Try putting this into your config.php

setlocale(LC_TIME, 'de_DE');





More information about the pmwiki-users mailing list