mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
git-svn-id: file:///svn/phpbb/trunk@6852 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -767,7 +767,7 @@ function utf8_recode($string, $encoding)
|
||||
case '7':
|
||||
case '9':
|
||||
case '15':
|
||||
if (!function_exists('iso_8895_' . $array[1]))
|
||||
if (!function_exists('iso_8859_' . $array[1]))
|
||||
{
|
||||
if (!file_exists($phpbb_root_path . 'includes/utf/data/recode_basic.' . $phpEx))
|
||||
{
|
||||
@@ -775,7 +775,7 @@ function utf8_recode($string, $encoding)
|
||||
}
|
||||
include($phpbb_root_path . 'includes/utf/data/recode_basic.' . $phpEx);
|
||||
}
|
||||
return call_user_func('iso_8895_' . $array[1], $string);
|
||||
return call_user_func('iso_8859_' . $array[1], $string);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user