Hello there,
For some reason, the little information box that displays artist, title, album, etc. for each audio file does not show the correct names for string that have accents in them. for instance:
* artist: "Chico César" is displayed as "Chico C"
* title: "Mama África" is displayed as "Mama "
(so on, so forth)
I believe the same happens for strings that have ' characters in them, too.
Thanks in advance,
Leo
Comments
Comment #1
drewish commentedwhat version are you using (4.6 or 4.7/HEAD)?
could you post a file that i could use for testing?
Comment #2
leoburd commentedHello there,
I'm getting the problem in both 4.6 and 4.7...
Attached you'll find the mp3 file that I've referred to in my example. Sorry for the size of it!
.L.
Comment #3
leoburd commentedSorry, here is the file to be downloaded:
http://whatsup.media.mit.edu/test/mama_africa.mp3
Best,
.L.
Comment #4
drewish commentedAh, very good. It looks like it was a conversion problem. The tags were being read and written in ISO-8859-1 but Drupal was storing UTF-8. I've changed the encoding in 4.7 to take this into account.
Anyone want to take a swing at it in 4.6?
Comment #5
(not verified) commented