GNOME Bugzilla – Bug 104344
metadata from mad plugin should be in utf-8
Last modified: 2004-12-22 21:47:04 UTC
ID3 metadata from the mad plugin is currently served in latin1 it seems, but it really should be in UTF-8. Why? Because the app cannot reliably detect in which charset a string is, without knowing the source format.
Give us some hints on how to do this, I've no idea where to start.
Created attachment 13963 [details] [review] patch
Funny, the third part of your patch misses a free(), I suppose that's a memleak? (currently applying patch)
Ohwell, patch applied in HEAD CVS, please reopen if that missing free() was a stupid thing to add too...