Shamim1977 / vcardio

Automatically exported from code.google.com/p/vcardio
0 stars 0 forks source link

Added a space before Name #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Backed up contacts from old Nokia phone with Nokia PC Studio.
2. NBU file converted to VCF files via NbuExplorer.
3. All vcf files merged in linux (cat *.vcf >../all.vcf)
4. all.vcf uploaded to Samsung i7500 phone sdcard.
5. all.vcf imported with Vcardio.

What is the expected output? What do you see instead?
All contacts have one space character on beginning of their names.

What version of the product are you using? On what operating system?
Nbuexplorer v18, vcario 0.27.

Please provide any additional information below.
An example from my vcf file was:
BEGIN:VCARD
VERSION:2.1
X-IRMC-LUID:4af882cc-9592-4a72-bcf3-dae12f2cde80
N:Sirname;Name;;;
TEL;PREF;CELL:05371234567
END:VCARD

There isn't a space before Name in VCF file.

Original issue reported on code.google.com by alpero...@gmail.com on 4 Dec 2009 at 8:59

GoogleCodeExporter commented 9 years ago
Exported file by Vcardio can imported without any issue. Your notation like 
this:
BEGIN:VCARD
VERSION:2.1
N:Name Sirname;;;;
TEL;VOICE:05371234567
END:VCARD
Both format seems okay, but when importing vcf file that comes from Nbuexplorer
generated an space before the names as I said. Is it possible to Vcard can't 
read N:
variable correctly?

Original comment by alpero...@gmail.com on 24 Mar 2010 at 12:32