aadsm / node-id3

Get music metadata from buffers and files.
Other
74 stars 86 forks source link

latin1 handling #4

Closed bendi closed 11 years ago

bendi commented 11 years ago

When id3 tag is encoded using latin1 encoding currently it's handled and ascii and displayed incorrectly.

In my patch I've applied iconv conversion to handle it properly.