From 909e195a9b54f38294f217ee8e10b17a62876756 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 15 Jul 2007 20:53:27 +0000 Subject: - search result extract shouldn't end in the middle of a multibyte character [Bug #11863] - missing localisation for an imageset shouldn't create lots of "imageset refreshed" log messages [Bug #12027] - explain that themes which need parsing cannot be stored on the filesystem [Bug #11134] - normalize usernames (we really need to make sure we normalize everything) - improved utf8_clean_string, more complete list of homographs and NFKC normalization, also the resulting string is now trimmed - corrected searching subforums explanation [Bug #12209] git-svn-id: file:///svn/phpbb/trunk@7890 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/develop/unicode_testing.php | 120 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 phpBB/develop/unicode_testing.php (limited to 'phpBB/develop/unicode_testing.php') diff --git a/phpBB/develop/unicode_testing.php b/phpBB/develop/unicode_testing.php new file mode 100644 index 0000000000..25a13d1325 --- /dev/null +++ b/phpBB/develop/unicode_testing.php @@ -0,0 +1,120 @@ + $string) + { + utf_normalizer::nfkc($strings[$key]); + } + } + + return $strings; +} + +?> \ No newline at end of file -- cgit v1.2.1