Skip Menu |

This queue is for tickets about the XML-SAXDriver-vCard CPAN distribution.

Report information
The Basics
Id: 2115
Status: resolved
Priority: 0/
Queue: XML-SAXDriver-vCard

People
Owner: Nobody in particular
Requestors: rt [...] leo.cuckoo.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Case sensative
When apple's Address app exports vCards some of the attributes (TYPE in phone number) are lower case, this code is case sensative. http://www.ietf.org/rfc/rfc2425.txt - I think suggests that it shouldn't be http://www.ietf.org/rfc/rfc2426.txt - could also be useful I was also having problems with the email format but haven't gotten to the bottom of this, have already emailed the developer a copy of the vCard causing the problem
[guest - Sun Feb 16 15:20:19 2003]: Show quoted text
> When apple's Address app exports vCards some of the attributes (TYPE > in phone number) are lower case, this code is case sensative. > > http://www.ietf.org/rfc/rfc2425.txt - I think suggests that it > shouldn't be > http://www.ietf.org/rfc/rfc2426.txt - could also be useful
This will be fixed in version 0.04 Show quoted text
> I was also having problems with the email format but haven't gotten to > the bottom of this, have already emailed the developer a copy of the > vCard causing the problem
This is a bug. The default format is to group 'types' in certain fields with commas but the RFC 2426 does say that TYPE=foo;TYPE=bar is also valid. This will be fixed in version 0.05