From 7428b56dd56ca5cfb258174607fe9578e5e83194 Mon Sep 17 00:00:00 2001 From: Ade Date: Sun, 9 Oct 2016 15:56:25 +1300 Subject: [PATCH] Remove mb apostrophe Fixes #2737 --- headphones/helpers.py | 1 + 1 file changed, 1 insertion(+) 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 ' }