skarim / vobject

A full-featured Python package for parsing and creating iCalendar and vCard files
http://eventable.github.io/vobject/
255 stars 93 forks source link

Serialize in vCards inserts ; between chars in string #133

Open otrekw opened 6 years ago

otrekw commented 6 years ago

If you serialize a vCard a string is split into a list of ; separated chars. Seen in exporting vCards with ORG fields.

nebulon42 commented 5 years ago

This was discussed in #64. Apparently ORG is always a list.