Hello,
the value of an Email Entry is not unescaped when loading a VCard. This bug exists due a missing call to VCardUtils.unescapeString in VCardEngine line 1311.
The line should be:
emailType.setEmail(VCardUtils.unescapeString(value));
Yes that is correct.
Committed to SVN. Thank you.
Log in to post a comment.
Yes that is correct.
Committed to SVN. Thank you.