mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
another thing was never included, now it is
git-svn-id: file:///svn/phpbb/trunk@8006 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5d5df25f75
commit
a9ee9fbddc
@ -240,6 +240,13 @@ class utf_normalizer
|
|||||||
include($phpbb_root_path . 'includes/utf/data/utf_normalizer_common.' . $phpEx);
|
include($phpbb_root_path . 'includes/utf/data/utf_normalizer_common.' . $phpEx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Load the canonical composition table
|
||||||
|
if (!isset($utf_canonical_comp))
|
||||||
|
{
|
||||||
|
global $phpbb_root_path, $phpEx;
|
||||||
|
include($phpbb_root_path . 'includes/utf/data/utf_canonical_comp.' . $phpEx);
|
||||||
|
}
|
||||||
|
|
||||||
// Buffer the last ASCII char before the UTF-8 stuff if applicable
|
// Buffer the last ASCII char before the UTF-8 stuff if applicable
|
||||||
$tmp = '';
|
$tmp = '';
|
||||||
$i = $tmp_pos = $last_cc = 0;
|
$i = $tmp_pos = $last_cc = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user