From 44b78d7c8dcb8026d4bb7f3bca0c78e93027a2ac Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Wed, 12 Jul 2006 22:56:04 +0000 Subject: [PATCH] Added: UTF-8 tools. Both functions are used by the "improved" search engine. We'll need utf8_strlen() if we go with UTF-8 in 3.2 TODO: native recoding engine, written in PHP git-svn-id: file:///svn/phpbb/trunk@6174 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/utf/utf_tools.php | 130 +++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 phpBB/includes/utf/utf_tools.php diff --git a/phpBB/includes/utf/utf_tools.php b/phpBB/includes/utf/utf_tools.php new file mode 100644 index 0000000000..4d8ba05340 --- /dev/null +++ b/phpBB/includes/utf/utf_tools.php @@ -0,0 +1,130 @@ + \ No newline at end of file