[Vobject] ORG field as list of list
Anil
replicase at gmail.com
Sat Jul 26 11:42:53 CDT 2008
Hi,
I got a vcard that has an ORG field like this. I am not sure how it
was generated, one of my users sent it to me. The ORG field has two a
escaped \ character.
vobject.readComponents() shows this ORG value as a list of lists:
[[u'Madison (ogden partners)\\', u' The']]
If I take out one of the \'s, I get:
[u'Madison (ogden partners), The']
How should I handle this properly?
Thanks
BEGIN:VCARD^M
VERSION:3.0^M
N:Nykaza;Barbara;;;^M
FN:Barbara Nykaza^M
ORG:Madison (ogden partners)\\, The;^M
TEL;type=WORK;type=pref:(322) 466-234^M
END:VCARD^M
More information about the VObject
mailing list