From ea444654f1a24e9e08a0698bc66341b479ae27b7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 29 Jan 2006 19:30:26 +0000 Subject: [PATCH] Change default charset to UTF-8 --- mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail.php b/mail.php index 52f67ff..38fbc8d 100644 --- a/mail.php +++ b/mail.php @@ -115,7 +115,7 @@ class Mail * @var string * @access public */ - var $charset = 'iso-8859-1'; + var $charset = 'utf-8'; // should we be using iso-8859-1 ? /** * Fields array that is used in this module -- 2.22.5