fix(core): don't remove double quotes when parsing versit strings

Fixes #3530
This commit is contained in:
Francis Lachapelle
2022-06-28 16:54:41 -04:00
parent 9fb3705005
commit d99aa82a31
2 changed files with 4 additions and 16 deletions
@@ -837,7 +837,7 @@ static NSCharacterSet *whitespaceCharSet = nil;
/* a regular content tag */
/*
check whether the tga value is encoded in quoted printable,
check whether the tag value is encoded in quoted printable,
this one is used with Outlook vCards (see data/ for examples)
*/
// TODO: make the encoding check more generic