1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

add a noramlizer wrapper just for updates

git-svn-id: file:///svn/phpbb/trunk@8032 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-08-14 18:53:17 +00:00
parent e6e0b7f07d
commit 3ada3b76f0
3 changed files with 193 additions and 2 deletions

View File

@@ -621,7 +621,7 @@ function utf8_new_case_fold_nfkc($text, $option = 'full')
}
// convert to NFKC
utf_normalizer::nfkc($text);
utf_new_normalizer::nfkc($text);
// FC_NFKC_Closure, http://www.unicode.org/Public/5.0.0/ucd/DerivedNormalizationProps.txt
$text = strtr($text, $fc_nfkc_closure);