Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 17790
Status: resolved
Priority: 0/
Queue: Text-vCard

People
Owner: LLAP [...] cpan.org
Requestors: williams [...] tni.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.96
Fixed in: (no value)

Attachments
Nathan Paul Christiansen I - other.vcf



Subject: Not handling Encodings properly
Example line from vCard: ADR;WORK;ENCODING=QUOTED-PRINTABLE:;Corporate;Software evelopment=0D=0A333 West River Park Drive;Provo;UT;8460= 4;United States of America Test: DB<1> use Text::vCard::Addressbook DB<2> $a = new Text::vCard::Addressbook({source_file=>'Nathan Paul Christiansen I - other.vcf'}); DB<3> $v = $a->vcards->[0] DB<4> p $v->get({ node_type=>'ADR', types=>'WORK'})->[0]->street; Software Development=0D=0A333 West River Park Drive *** should be "Software Development 333 West River Park Drive" DB<5> p $v->get({ node_type=>'ADR', types=>'WORK'})->[0]->post_code; 8460= *** should be "84604"
Subject: Nathan Paul Christiansen I - other.vcf
Download Nathan Paul Christiansen I - other.vcf
application/octet-stream 2.4k

Message body not shown because it is not plain text.

Version 1.99 hitting CPAN now with fix for this.