MESSAGE: iconv() [
function.iconv]: Detected an illegal character in input string
TYPE: Notice
FILE: /var/www/newephisto/lib/SGL.php
LINE: 380
DEBUG INFO:
375 * @param string $v
376 */
377 function _toCurrentCharset(&$v)
378 {
379 $v = function_exists('iconv')
380 ? iconv('UTF-8', SGL::getCurrentCharset(), $v)
381 : $v;
382 }
383
384 function displayStaticPage($msg)
385 {