alecpl
2010-09-15 acbf0f5ee09ec7832c2747d98c94091c6dcd0a8a
program/include/main.inc
@@ -206,7 +206,7 @@
    return $str;
  // convert charset using iconv module  
  if (function_exists('iconv') && $from != 'UTF-7' && $to != 'UTF-7') {
  if (function_exists('iconv') && $from != 'UTF7-IMAP' && $to != 'UTF7-IMAP') {
    if ($iconv_options === null) {
      // ignore characters not available in output charset
      $iconv_options = '//IGNORE';