phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [18493] force internal charset to utf8, this might ge


From: Dave Hall
Subject: [Phpgroupware-cvs] [18493] force internal charset to utf8, this might get moved at some point - not bumping header version for now it is a trivial change
Date: Wed, 20 Feb 2008 00:01:28 +0000

Revision: 18493
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18493
Author:   skwashd
Date:     2008-02-20 00:01:27 +0000 (Wed, 20 Feb 2008)

Log Message:
-----------
force internal charset to utf8, this might get moved at some point - not 
bumping header version for now it is a trivial change

Modified Paths:
--------------
    trunk/phpgroupware/header.inc.php.template

Modified: trunk/phpgroupware/header.inc.php.template
===================================================================
--- trunk/phpgroupware/header.inc.php.template  2008-02-19 23:44:36 UTC (rev 
18492)
+++ trunk/phpgroupware/header.inc.php.template  2008-02-20 00:01:27 UTC (rev 
18493)
@@ -58,6 +58,11 @@
        $GLOBALS['phpgw_info'] = array('flags' => $flags);
        unset($flags);
 
+       /*
+       * Set the default charset which should solve some issues
+       */
+       ini_set('default_charset', 'UTF-8');
+
        /**
        * @global string $phpgw_info['server']['header_admin_password'] Setup 
administrator password
        */






reply via email to

[Prev in Thread] Current Thread [Next in Thread]