-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Working on a simple webapp which uses vCardLib, we noticed that the "title" field is too aggressively escaped. This is an example of the field being decoded by Android:

I checked the code and it uses Regex.Escape
to escape title, note and prod-id fields. This is not RFC-compliant behaviour for all supported vCard versions.
Metadata
Metadata
Assignees
Labels
No labels