Diff between 40ab317e0be5ec77d71d3296f7ad1a4f560a2427 and 8a459053d67b3b1886cd69b681bd6c36a7d21a74

Changed Files

File Additions Deletions Status
tools/parse_companies.pl +2 -0 modified

Full Patch

diff --git a/tools/parse_companies.pl b/tools/parse_companies.pl
index 1746222..f755390 100755
--- a/tools/parse_companies.pl
+++ b/tools/parse_companies.pl
@@ -10,6 +10,8 @@ my %known_entities = (
     'nbsp' => ' ',
     'eacute' => 'é',
     'auml' => 'ä',
+    'uuml' => 'ü',
+    'Uuml' => 'Ü',
 );
 
 # better to use URI::Encode if you have it