Fix encoding problem
authorJoey Schulze <joey@infodrom.org>
Thu, 6 Mar 2014 09:09:02 +0000 (09:09 +0000)
committerJoey Schulze <joey@infodrom.org>
Thu, 6 Mar 2014 09:09:02 +0000 (09:09 +0000)
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");
 ?>