要转换的魅族M8,M9的通讯录的xml数据:
帮助
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <ContactTable> <Product>M9</Product> <SoftwareVersion>1.0.0</SoftwareVersion> <Contact> <FileAs>郑州网建</FileAs> <FirstName>郑州网建</FirstName> <PhoneElement IsPrimary="1" Value="1-89-999-8888" Type="0" /> <Category>camnpr</Category> </Contact> </ContactTable>
BEGIN:VCARD VERSION:2.1 FN:郑州网建 ORG:camnpr TEL;CELL:1899998888 END:VCARD
1、有的vCard不能识别 PHOTO ,请自行删除,就可以正常被手机识别了。
瞎说
2、vCard的保存文件的名字,最后只有英文和数字(测试在红米中,数字-汉字.vcf 无法识别)
瞎说
3、*.vcf保存的编码格式一定要是utf-8的 不是 utf-8 + BOM
正解
详情请看:
C#中将文件保存为utf-8无bom格式 UTF8Encoding(false)