Not really a bug.
If you use UTF-8 as CHARSET in 1.5.0, they should not be iso-8859-1 anywhere for consistency. But found:
A problem to take care is when sending exotic language chars through mail.Code:---------------------------------------- Find 'iso-8859-1' in 'ZENCART-1.5.0-BETA-07262011b\admin\alert_page.php': ZENCART-1.5.0-BETA-07262011b\admin\alert_page.php(23): <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ---------------------------------------- Find 'iso-8859-1' in 'ZENCART-1.5.0-BETA-07262011b\includes\classes\class.phpmailer.php': ZENCART-1.5.0-BETA-07262011b\includes\classes\class.phpmailer.php(44): var $CharSet = "iso-8859-1"; ---------------------------------------- Find 'iso-8859-1' in 'ZENCART-1.5.0-BETA-07262011b\includes\functions\functions_email.php': ZENCART-1.5.0-BETA-07262011b\includes\functions\functions_email.php(172): $mail->CharSet = (defined('CHARSET')) ? CHARSET : "iso-8859-1"; ---------------------------------------- Find 'iso-8859-1' in 'ZENCART-1.5.0-BETA-07262011b\includes\templates\template_default\templates\tpl_zc_install_suggested_default.php': ZENCART-1.5.0-BETA-07262011b\includes\templates\template_default\templates\tpl_zc_install_suggested_default.php(20): <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ---------------------------------------- Find 'iso-8859-1' in 'ZENCART-1.5.0-BETA-07262011b\zc_install\techsupp.php': ZENCART-1.5.0-BETA-07262011b\zc_install\techsupp.php(49): <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> Search complete, found 'iso-8859-1' 5 time(s). (5 file(s)).



