Serial-ATA / lofty-rs

Audio metadata library
Apache License 2.0
182 stars 34 forks source link

Strip trailing null characters from decoded text #282

Closed uklotzde closed 8 months ago

uklotzde commented 8 months ago

This should fix most issues when decoding text with trailing null characters.

Optionally, you could pass ParsingMode to the text decode functions and only apply the trimming if non-strict parsing is requested.

Serial-ATA commented 8 months ago

Thanks!