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

vCard v3.0 serialization: SOUND gets explicit VALUE=BINARY (unlike PHOTO and LOGO) #679

Open
respiranto opened this issue Sep 19, 2024 · 0 comments

Comments

@respiranto
Copy link

Version: 4.5.5

This is not a "real" bug, but merely an inconsistency.

SOUND gets an explicit VALUE=BINARY parameter upon serializing, when transformed from a v4.0 data: URI.
This is not the case for PHOTO and LOGO (cannot test KEY due to #678).

When parsing v3.0 with explicit VALUE=BINARY, this is preserved for all of PHOTO, LOGO, SOUND, and KEY.
When parsing v3.0 without explicit VALUE=BINARY, it is not added for PHOTO and LOGO (cannot test SOUND and KEY because of #676).

I suspect this is bug would also happen when parsing version 3.0 without explicit VALUE=BINARY.
I fear this bug may also be present with KEY (which I could not test).

@respiranto respiranto changed the title v3.0 serialization: SOUND gets explicit VALUE=BINARY (unlike PHOTO and LOGO) vCard v3.0 serialization: SOUND gets explicit VALUE=BINARY (unlike PHOTO and LOGO) Sep 24, 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

No branches or pull requests

1 participant