Parsing .vcf files
Parsing .vcf files
- Subject: Parsing .vcf files
- From: Donald Brown <email@hidden>
- Date: Thu, 17 Oct 2002 13:53:45 -0500
I'm writing code to parse .vcf files on my own, and am encountering
strangeness. The files created by both Entourage and Address Book are
neither Unicode Text files (no markers at start giving byte order) nor plain
text. Instead, they alternate with a null, real character, null, real
character, etc.
I'm temporarily converting it using the MacOSRoman encoder and manually
stripping out all nulls. I tried the UTF8 encoder but that was no good.
How do you read those files?
Donald
--
Donald Brown
email@hidden
http://www.eamontales.com
We have met the enemy and he is us - Pogo
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.