summaryrefslogtreecommitdiff
path: root/tools/parse_companies.pl
diff options
context:
space:
mode:
authorMike Ryan <mikeryan@lacklustre.net>2016-04-06 11:40:44 -0700
committerMarcel Holtmann <marcel@holtmann.org>2016-05-17 18:50:40 +0200
commit8a459053d67b3b1886cd69b681bd6c36a7d21a74 (patch)
tree269b2b17400319e8ac79257ec4004756b5527203 /tools/parse_companies.pl
parent40ab317e0be5ec77d71d3296f7ad1a4f560a2427 (diff)
downloadbluez-8a459053d67b3b1886cd69b681bd6c36a7d21a74.tar.gz
tools: add more entities to company ID parser
This patch adds lower and uppercase u with umlaut.
Diffstat (limited to 'tools/parse_companies.pl')
-rwxr-xr-xtools/parse_companies.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/parse_companies.pl b/tools/parse_companies.pl
index 1746222da..f755390b5 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