aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/data/confusables.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/data/confusables.php')
-rw-r--r--phpBB/install/data/confusables.php2
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);