dhowden / tag

ID3, MP4 and OGG/FLAC metadata parsing in Go
BSD 2-Clause "Simplified" License
558 stars 73 forks source link

Update text decoding to fallback to ISO-8859-1. #25

Closed dhowden closed 8 years ago

dhowden commented 8 years ago

This updates behaviour to avoid returning errors (and hence aborting further parsing) when invalid encoding bits are seen.

See #20 for more details.

wader commented 8 years ago

👍 work for me and tried on more weird files... maybe in the future we should add a bunch of test header files to parse and verify with go test?