Thanks Armin. I'll go through the opie_sync code and update accordingly. Tom
On Thu, 2003-10-30 at 16:59, Armin Bauer wrote: > Hi. > > I have commited a bugfix for libversit which prevented it from > generating vcard compliant vcards: > > if you use the VCQuotedPrintablePropO you would end up with something > like this: NOTE;QUOTED-PRINTABLE:asdasd which is not correct since it > should be NOTE;ENCODING=QUOTED-PRINTABLE:asdasd > > using code like > addPropValueO(prop,VCEncodingPropO,VCQuotedPrintablePropO); did not work > because of this bug in libversit which is fixed now. > > So to everyone who uses libversit: > change something like this: > > addPropO(prop, VCQuotedPrintablePropO); > > to this: > > addPropValueO(prop, VCEncodingPropO, VCQuotedPrintablePropO); > > Armin > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Multisync-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/multisync-devel ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Multisync-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/multisync-devel