Just a little reminder for when we decide to update the confusables one day

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10365 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann 2009-12-23 01:31:19 +00:00
parent cc43a90996
commit 42c5be5dac

View file

@ -114,6 +114,10 @@ $uniarray = array(
$copy = $uniarray; $copy = $uniarray;
/**
* @todo we need to check that the $uniarray does not reverse any of the mappings defined in the unicode definition
*/
foreach ($array as $value) foreach ($array as $value)
{ {
$temp_hold = implode(array_map('utf8_chr', array_map('hexdec', explode(' ', trim($value[2]))))); $temp_hold = implode(array_map('utf8_chr', array_map('hexdec', explode(' ', trim($value[2])))));