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

Reply via email to