id3 icon indicating copy to clipboard operation
id3 copied to clipboard

Implement correct string encoding

Open 43081j opened this issue 10 years ago • 2 comments

Currently strings are read as-is, byte by byte using a Uint8Array. The downside of this is that characters in high UTF-16/UTF-8 ranges will likely break or be malformed.

I'm not too sure about this but I'll assume it is an issue anyhow.

See here.

43081j avatar Oct 23 '13 23:10 43081j

Trying to read UTF-8 characters (chinese), it just returns null. Any solution?

seeya avatar Jan 31 '14 03:01 seeya

Could you possibly upload an example MP3 somewhere?

or to avoid the obvious copyright implications, find the block in a hex editor and paste it here (i guess its TIT2, the title, or TPE1, the artist).

43081j avatar Feb 02 '14 21:02 43081j