Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Dec 27, 2023
Merged

Conversation

Serial-ATA
Copy link
Owner

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 #306

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 #306
@Serial-ATA Serial-ATA merged commit c606e07 into main Dec 27, 2023
12 checks passed
@Serial-ATA Serial-ATA deleted the fix-tipl branch December 27, 2023 03:28
@Serial-ATA Serial-ATA added this to the 0.18.0 milestone Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IDv3 Text decoding: UTF-16 string has an invalid byte order mark
1 participant