In our alias documentation we have a possible use of aliases:
- Misencodings :
Names entered in FreeDB using non-UTF-8 encodings; these are somewhat like typos, but in non-Unicode locales, these may in fact be more accurate than an automatic conversion from UTF-8.
e.g. ©PªNÛ = Jay Chou
There’s a ticket (MBS-5193) about how some control characters in these, such as reverse line feed, are removed from the aliases, breaking them.
The comments on the ticket suggest that the right thing to do is just to drop this kind of misencoding as one of the things we do with aliases, since the 90s are over. IMO that might very well be the right decision, but:
- Do some people disagree that it makes sense to stop doing this?
- Is it worth it to actually remove this kind of aliases when they exist, or should they just stay there?