gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/common/include utils.php,1.38,1.39


From: lo-lan-do
Subject: [Gforge-commits] gforge/common/include utils.php,1.38,1.39
Date: Mon, 29 Nov 2004 07:54:04 -0600

Update of /cvsroot/gforge/gforge/common/include
In directory db.perdue.net:/tmp/cvs-serv22119/common/include

Modified Files:
        utils.php 
Log Message:
Changed e-mail charset/encoding to UTF-8, since there is no guarantee
that the contents (and headers) of any particular e-mail match the
national encoding for the recipient's chosen language.


Index: utils.php
===================================================================
RCS file: /cvsroot/gforge/gforge/common/include/utils.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- utils.php   19 Oct 2004 22:28:09 -0000      1.38
+++ utils.php   29 Nov 2004 13:54:00 -0000      1.39
@@ -97,7 +97,7 @@
 
        $charset = $Language->getText('conf','mail_charset');
        if (!$charset) {
-               $charset = 'ISO-8859-1';
+               $charset = 'UTF-8';
        }
        $body2 = '';
        if ($extra_headers) {





reply via email to

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