[drupal-support] Charset problem

Vladimir Zlatanov vlado at dikini.net
Mon Feb 28 14:57:06 UTC 2005


function to_utf8($text, $enc='ISO-8859-1') {
  if (function_exists('iconv')) {
    return iconv($enc,'UTF8',$text);
  }
  return $text;
}

ever so forgetful - added $text above





More information about the drupal-support mailing list