David Arnold

Results 55 comments of David Arnold

I’d be willing to support this as part of a team. I’d be a bit reluctant to take it on by myself due to other commitments.

Creating a test file containing just the quoted line, I can reproduce a parser error: ``` (venv37) > python dat2.py Traceback (most recent call last): File "dat2.py", line 14, in...

Testing with that, the problem is the backslash-quoted double-quote characters in the X-TITLE parameter. From the spec, section 3.2: `Property parameter values MUST NOT contain the DQUOTE character.` If you...

vCard 4.0 support is very high on vobject's todo list. We need to fix up some lingering string/byte issues from the Python3 transition first.