From 3ee5b28d3bf2bcfd88bfd5430ad04ca5daddd1b9 Mon Sep 17 00:00:00 2001 From: David M Date: Sun, 27 May 2007 14:01:43 +0000 Subject: [PATCH] #11769 git-svn-id: file:///svn/phpbb/trunk@7691 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/utf/utf_tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/utf/utf_tools.php b/phpBB/includes/utf/utf_tools.php index 5a3a22d2ac..b2107c2f83 100644 --- a/phpBB/includes/utf/utf_tools.php +++ b/phpBB/includes/utf/utf_tools.php @@ -717,7 +717,7 @@ function utf8_recode($string, $encoding) else if ($encoding == 'iso-8859-8-i') { $encoding = 'iso-8859-8'; - $string = strrev($string); + $string = hebrev($string); } // First, try iconv()