Lock locale to UTF-8
[infodrom.org/oldenburg.linux.de] / src / Termine / index.wml
index 230cc8d..5458bd9 100644 (file)
@@ -5,7 +5,7 @@
 <php_utils>
 
 <?
-  setlocale(LC_TIME, "de_DE");
+  setlocale(LC_TIME, "de_DE.UTF-8");
   $dates = readdb("dates-".date("Y").".txt");
 ?>