diff --git a/headphones/helpers.py b/headphones/helpers.py index ff062d57..af1a13e0 100644 --- a/headphones/helpers.py +++ b/headphones/helpers.py @@ -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 ' }