diff options
| author | David M <davidmj@users.sourceforge.net> | 2007-08-14 18:53:17 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2007-08-14 18:53:17 +0000 |
| commit | 3ada3b76f0ce86274647758db029d84a0f404886 (patch) | |
| tree | d5a80b9c796277e474927aa9e27e1bc438878bb9 /phpBB/install/data/confusables.php | |
| parent | e6e0b7f07d7874e8df3b290b18d6e6c6c4c6ade2 (diff) | |
| download | forums-3ada3b76f0ce86274647758db029d84a0f404886.tar forums-3ada3b76f0ce86274647758db029d84a0f404886.tar.gz forums-3ada3b76f0ce86274647758db029d84a0f404886.tar.bz2 forums-3ada3b76f0ce86274647758db029d84a0f404886.tar.xz forums-3ada3b76f0ce86274647758db029d84a0f404886.zip | |
add a noramlizer wrapper just for updates
git-svn-id: file:///svn/phpbb/trunk@8032 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/data/confusables.php')
| -rw-r--r-- | phpBB/install/data/confusables.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/data/confusables.php b/phpBB/install/data/confusables.php index 86223bd726..4472946a55 100644 --- a/phpBB/install/data/confusables.php +++ b/phpBB/install/data/confusables.php @@ -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); |
