Author: wolvverine Date: Thu Mar 9 13:04:58 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - UTF-8 for e-mails
---- Files affected: SOURCES: sugarcrm-email_utf-8.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/sugarcrm-email_utf-8.patch diff -u /dev/null SOURCES/sugarcrm-email_utf-8.patch:1.1 --- /dev/null Thu Mar 9 14:04:58 2006 +++ SOURCES/sugarcrm-email_utf-8.patch Thu Mar 9 14:04:53 2006 @@ -0,0 +1,24 @@ +diff -uNr sugarcrm-4.0.1.orig/fr_FR_401/include/phpmailer/class.phpmailer.php sugarcrm-4.0.1/fr_FR_401/include/phpmailer/class.phpmailer.php +--- sugarcrm-4.0.1.orig/fr_FR_401/include/phpmailer/class.phpmailer.php 2006-03-09 13:25:19.000000000 +0100 ++++ sugarcrm-4.0.1/fr_FR_401/include/phpmailer/class.phpmailer.php 2006-03-09 13:55:01.000000000 +0100 +@@ -33,7 +33,7 @@ + * Sets the CharSet of the message. + * @var string + */ +- var $CharSet = "iso-8859-1"; ++ var $CharSet = "UTF-8"; + + /** + * Sets the Content-type of the message. +diff -uNr sugarcrm-4.0.1.orig/SugarSuite-Full-4.0.1/include/phpmailer/class.phpmailer.php sugarcrm-4.0.1/SugarSuite-Full-4.0.1/include/phpmailer/class.phpmailer.php +--- sugarcrm-4.0.1.orig/SugarSuite-Full-4.0.1/include/phpmailer/class.phpmailer.php 2006-03-09 13:25:19.000000000 +0100 ++++ sugarcrm-4.0.1/SugarSuite-Full-4.0.1/include/phpmailer/class.phpmailer.php 2006-03-09 13:55:01.000000000 +0100 +@@ -33,7 +33,7 @@ + * Sets the CharSet of the message. + * @var string + */ +- var $CharSet = "iso-8859-1"; ++ var $CharSet = "UTF-8"; + + /** + * Sets the Content-type of the message. ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
