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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user