Lock locale to UTF-8
[infodrom.org/oldenburg.linux.de] / src / Termine / 2015.wml
index 4a64a5e..91f4245 100644 (file)
@@ -8,7 +8,7 @@
 <php_utils>
 
 <?
-  setlocale(LC_TIME, "de_DE");
+  setlocale(LC_TIME, "de_DE.UTF-8");
   $dates = readdb("dates-2015.txt");
 
   display_dates(true);