kenianbei / vcard_parser

Parses and validates vCard data according to RFC 6350 specification.
MIT License
6 stars 3 forks source link

Properly handle escaping as per RFC6350 section 3.4 #10

Open kenianbei opened 2 years ago

kenianbei commented 2 years ago

Need to follow spec for escaping as per: https://www.rfc-editor.org/rfc/rfc6350#section-3.4

VirtualGirl1 commented 1 year ago

I would be more than happy to take this on

kenianbei commented 1 year ago

Thanks for catching the compound parameters. I think unescaping is now mostly working for parsing, however for export and display escaping still needs tweaked. I may have time to do it in the next month but feel free to add. The RFC is somewhat arbitrary in what gets escaped when.