Author: Raymond Bosman
Date: 2007-05-07 10:35:02 +0200 (Mon, 07 May 2007)
New Revision: 5121

Log:
- Changed default charset to UTF-8

Modified:
   trunk/Template/src/configuration.php

Modified: trunk/Template/src/configuration.php
===================================================================
--- trunk/Template/src/configuration.php        2007-05-07 08:23:03 UTC (rev 
5120)
+++ trunk/Template/src/configuration.php        2007-05-07 08:35:02 UTC (rev 
5121)
@@ -83,8 +83,8 @@
                                   'customBlocks' => array(),
                                   'customFunctions' => array(),
 
-                                  'sourceCharset' => "ASCII",
-                                  'targetCharset' => "ASCII//IGNORE",
+                                  'sourceCharset' => "UTF-8",
+                                  'targetCharset' => "UTF-8",
                               );
     /**
      * Returns the value of the property $name.

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to