removing default_charset tests. code can be reused in main function and
[squirrelmail.git] / functions / decode / iso_8859_3.php
index b28cee66d6834853486e1be7d9565a8cf58eda24..669e4ef1c12562ecd434574fd7137ff81d7b4884 100644 (file)
  * @return string $string Decoded string
  */
 function charset_decode_iso_8859_3 ($string) {
-    global $default_charset;
-
-    if (strtolower($default_charset) == 'iso-8859-3')
-        return $string;
-
     // don't do decoding when there are no 8bit symbols
     if (! sq_is8bit($string,'iso-8859-3'))
         return $string;