git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5359
7612ce4b-ef26-0410-bec9-
ea0150e637f0
return '';
global $default_charset;
- if ($default_charset != 'iso-8859-1') {
+ if (strtolower($default_charset) != 'iso-8859-1') {
$utf7_s = sqimap_mb_convert_encoding($s, 'UTF7-IMAP', $default_charset, $default_charset);
if ($utf7_s != '')
return $utf7_s;
return '';
global $default_charset;
- if ($default_charset != 'iso-8859-1') {
+ if (strtolower($default_charset) != 'iso-8859-1') {
$utf7_s = sqimap_mb_convert_encoding($s, $default_charset, 'UTF7-IMAP', $default_charset);
if ($utf7_s != '')
return $utf7_s;