You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vCard 2.1 format allows to use quoted-printable encoded entities, which aren't allowed to be used in vCard 3.0/4.0 anymore.
If the library is used to convert a contact record from the vCard2.1 to the vCard 3.0 format the quoted-printable entities are currently kept and not decoded/converted correctly. This causes problems when international characters are used in, e.g. names, and usually prevents an app from importing data correctly. CC: @AndyScherzinger@tobiasKaminsky
The vCard 2.1 format allows to use quoted-printable encoded entities, which aren't allowed to be used in vCard 3.0/4.0 anymore.
If the library is used to convert a contact record from the vCard2.1 to the vCard 3.0 format the quoted-printable entities are currently kept and not decoded/converted correctly. This causes problems when international characters are used in, e.g. names, and usually prevents an app from importing data correctly. CC: @AndyScherzinger @tobiasKaminsky
The problem has been reported and described here:
nextcloud/contacts#584 (comment)
nextcloud/server#10653
The text was updated successfully, but these errors were encountered: