NiKoTron / dart-tags

ID3 Tag parser written on the pure dart language.
https://pub.dartlang.org/packages/dart_tags
MIT License
37 stars 16 forks source link

Decode #13

Closed HazMux closed 4 years ago

HazMux commented 4 years ago

I used EasyTag to change Artist tag to "Полина Гагарина&Егор Крид" But the package return it like "Полинаጠ〄㌄〄䀄㠄㴄〄☄Егорᨠ䀄㠄㐄�"

NiKoTron commented 4 years ago

Thanx for reporting! Looks very strange. Could you clarify which version of tag do you use? And if it possible, could you share/send a file with tag.

So, anyway I'll try to reproduce.

NiKoTron commented 4 years ago

@MaxDeadOriginal, Yep, seems to it was a wrong utf16 encoding EasyTag saves ID3 v2.3 UTF16 by default. I've uploaded a version with a fix on pub.dev let's check this out. Please let me know if it fixed. Or not.

HazMux commented 4 years ago

Yes, now is works fine, thanks !