Unknown encoding: iso-8859-8
this is in the phpBB 3.0.RC2cvs
in the file: includes/utf/utf_tools.php you added the lines:
- Code: Select all
// convert iso-8859-8-i to iso-8859-8
else if ($encoding == 'iso-8859-8-i')
{
$encoding = 'iso-8859-8';
$string = hebrev($string);
}
but nothing is done with the iso-8859-8 encoding after that.