Lock locale to UTF-8
authorJoey Schulze <joey@infodrom.org>
Mon, 4 Jan 2016 13:11:16 +0000 (13:11 +0000)
committerJoey Schulze <joey@infodrom.org>
Mon, 4 Jan 2016 13:11:16 +0000 (13:11 +0000)
src/Termine/2008.wml
src/Termine/2009.wml
src/Termine/2010.wml
src/Termine/2011.wml
src/Termine/2015.wml
src/Termine/2016.wml
src/Termine/index.wml

index 83b3f84..6d54770 100644 (file)
@@ -8,7 +8,7 @@
 <php_utils>
 
 <?
-  setlocale(LC_TIME, "de_DE");
+  setlocale(LC_TIME, "de_DE.UTF-8");
   $dates = readdb("dates-2008.txt");
 
   display_dates(true);
index 2ef0b2c..cbe7f20 100644 (file)
@@ -8,7 +8,7 @@
 <php_utils>
 
 <?
-  setlocale(LC_TIME, "de_DE");
+  setlocale(LC_TIME, "de_DE.UTF-8");
   $dates = readdb("dates-2009.txt");
 
   display_dates(true);
index 83a9217..88a28e9 100644 (file)
@@ -8,7 +8,7 @@
 <php_utils>
 
 <?
-  setlocale(LC_TIME, "de_DE");
+  setlocale(LC_TIME, "de_DE.UTF-8");
   $dates = readdb("dates-2010.txt");
 
   display_dates(true);
index 54017f8..9ca56b2 100644 (file)
@@ -8,7 +8,7 @@
 <php_utils>
 
 <?
-  setlocale(LC_TIME, "de_DE");
+  setlocale(LC_TIME, "de_DE.UTF-8");
   $dates = readdb("dates-2011.txt");
 
   display_dates(true);
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);
index fbfe345..560d39f 100644 (file)
@@ -8,7 +8,7 @@
 <php_utils>
 
 <?
-  setlocale(LC_TIME, "de_DE");
+  setlocale(LC_TIME, "de_DE.UTF-8");
   $dates = readdb("dates-2016.txt");
 
   display_dates(true);
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");
 ?>