aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/generate_utf_tables.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2007-05-26 15:40:10 +0000
committerNils Adermann <naderman@naderman.de>2007-05-26 15:40:10 +0000
commitfda482ce2921bdaa5c5c61a1e288461701cea6b7 (patch)
treeb27d87acb43241d82bd43a292d9430fd6f01de8d /phpBB/develop/generate_utf_tables.php
parenta69e12e3ab9e549adb7a33faee6c72b080167454 (diff)
downloadforums-fda482ce2921bdaa5c5c61a1e288461701cea6b7.tar
forums-fda482ce2921bdaa5c5c61a1e288461701cea6b7.tar.gz
forums-fda482ce2921bdaa5c5c61a1e288461701cea6b7.tar.bz2
forums-fda482ce2921bdaa5c5c61a1e288461701cea6b7.tar.xz
forums-fda482ce2921bdaa5c5c61a1e288461701cea6b7.zip
- forgot to add characters to cheat list, and also missed 00C5 when manually editing
git-svn-id: file:///svn/phpbb/trunk@7686 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop/generate_utf_tables.php')
-rw-r--r--phpBB/develop/generate_utf_tables.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/develop/generate_utf_tables.php b/phpBB/develop/generate_utf_tables.php
index ce19c2a374..047c61fd66 100644
--- a/phpBB/develop/generate_utf_tables.php
+++ b/phpBB/develop/generate_utf_tables.php
@@ -378,8 +378,12 @@ fclose($fp);
*/
$cheats = array(
'00DF' => 'ss', # German sharp S
+ '00C5' => 'ae', # Capital A with diaeresis
+ '00E4' => 'ae', # Small A with diaeresis
'00D6' => 'oe', # Capital O with diaeresis
'00F6' => 'oe', # Small O with diaeresis
+ '00DC' => 'ue', # Capital U with diaeresis
+ '00FC' => 'ue', # Small U with diaeresis
);
/**