diff options
Diffstat (limited to 'phpBB/includes/utf/utf_tools.php')
-rw-r--r-- | phpBB/includes/utf/utf_tools.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/utf/utf_tools.php b/phpBB/includes/utf/utf_tools.php index b2107c2f83..99fe3d9427 100644 --- a/phpBB/includes/utf/utf_tools.php +++ b/phpBB/includes/utf/utf_tools.php @@ -788,6 +788,7 @@ function utf8_recode($string, $encoding) case '2': case '4': case '7': + case '8': case '9': case '15': if (!function_exists('iso_8859_' . $array[1])) |