[Devel] r222 - trunk

svn at agendadulibre.org svn at agendadulibre.org
Dim 14 Jan 19:58:38 CET 2007


Author: thomas
Date: Sun Jan 14 19:58:37 2007
New Revision: 222

Modified:
   trunk/ical.php

Log:
Indiquons que le calendrier iCal est encodé en UTF-8. C'est un patch
que j'ai et qui traîne depuis un long moment.



Modified: trunk/ical.php
==============================================================================
--- trunk/ical.php	(original)
+++ trunk/ical.php	Sun Jan 14 19:58:37 2007
@@ -25,7 +25,7 @@
 
 $db = new db();
 
-header("Content-Type: application/octet-stream");
+header("Content-Type: application/octet-stream; charset=utf-8");
 
 calendar_setlocale();
 


Plus d'informations sur la liste de diffusion Devel