NebuPookins / thmp

THeoretical Music Player
0 stars 1 forks source link

ID3 parsing fails for UTF-8 #10

Open michaelsanford opened 10 years ago

michaelsanford commented 10 years ago

Песни о Любви и Смерти again…

Maybe push it upstream, too, if we fix it.

NebuPookins commented 10 years ago

I think the first step here is to try and generate some reproducible test cases.

We should:

(We might need examples for ID3v1 and ID3v2).

Not sure, but I suspect there's no standard for what encoding to use for the unicode character (e.g. it might not always be UTF-8). If so, we might look into some sort of heuristic for "guessing" the encoding.