Serial-ATA / lofty-rs

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

ID3v2: Support UTF-16 TIPL frames with single BOM #307

Closed Serial-ATA closed 6 months ago

Serial-ATA commented 6 months ago

This changes the signature of decode_text to take the new TextDecodeOptions. This allows us to specify a UTF-16 BOM ahead of time.

closes https://github.com/Serial-ATA/lofty-rs/issues/306