csv2vcf icon indicating copy to clipboard operation
csv2vcf copied to clipboard

Update VCF.py to add UTF-8

Open i74578 opened this issue 6 years ago • 0 comments

I got multiple decoding errors when importing my csv file because it had special UTF-8 characters like "Á" and "Ó". But by specifying the encoding in python when importing the csv file, i was able to fix the decoding errors

i74578 avatar Aug 17 '19 00:08 i74578