Remove mb apostrophe

Fixes #2737
This commit is contained in:
Ade
2016-10-09 15:56:25 +13:00
parent 0cc58bdb46
commit 7428b56dd5

View File

@@ -251,6 +251,7 @@ _XLATE_SPECIAL = {
# Translation table.
# Cover additional special characters processing normalization.
u"'": '', # replace apostrophe with nothing
u"": '', # replace musicbrainz style apostrophe with nothing
u'&': ' and ', # expand & to ' and '
}