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

drewish’s picture

what version are you using (4.6 or 4.7/HEAD)?
could you post a file that i could use for testing?

leoburd’s picture

Hello 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.

leoburd’s picture

Sorry, here is the file to be downloaded:

http://whatsup.media.mit.edu/test/mama_africa.mp3

Best,

.L.

drewish’s picture

Status: Active » Fixed

Ah, 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?

Anonymous’s picture

Status: Fixed » Closed (fixed)