Unicode right single quotation mark, vs apostrophe

What's the deal with

’ U+2019 U+2019 [right single qotation mark] [category]: Pf

versus:

' U+0027 APOSTROPHE Po

Anyone have this show up as ’? in their music (musicolet) app yet it shows up properly in mp3tag, as if it were really an apostrophe? (These are common in downloads from the freedb).

It's really annoying is there a function that we can use in MP3tag that will auto convert these like, maybe in the convert tab? This appears as a constant problem all around the internet as ’ {showing up in instance of being decoded as CP-1252 instead of UTF-8. If you check the Encodings table of this character at FileFormat.Info, then you see that this character is in UTF-8 composed of bytes 0xE2, 0x80 and 0x99.}

You can use $replace() as a scripting command in format strings or create an action group with a number of actions that replace characters.

It would still have to be a deliberate user triggered action.

Files with problematic field encoding are something that can really only be rectified at the source as MP3tag could not guess which codepage was used originally.