This patch adds lower and uppercase u with umlaut. --- tools/parse_companies.pl | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html