From fda482ce2921bdaa5c5c61a1e288461701cea6b7 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sat, 26 May 2007 15:40:10 +0000 Subject: - 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 --- phpBB/develop/generate_utf_tables.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/develop') 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 ); /** -- cgit v1.2.1