enesser / vCards-js

Create vCards to import contacts into Outlook, iOS, Mac OS, and Android devices from your website or application.
MIT License
419 stars 154 forks source link

Charset support for accent #6

Closed fvisticot closed 9 years ago

fvisticot commented 9 years ago

I'm using your lib for a french application and I need support for accent. After some tests, it seems that adding the charset in the vcard solve my pb. Do you think it is possible to add the charset support in your lib to able to display accents as described in the following sample:

BEGIN:VCARD VERSION:4.0 FN:frédéric N;CHARSET=utf-8;:;pêché;;; X-SOCIALPROFILE;CHARSET=utf-8;TYPE=twitter:http://www.twitter.com/frédéric X-SOCIALPROFILE;TYPE=skype:S12345 REV:2015-05-18T21:43:30+00:00 END:VCARD

enesser commented 9 years ago

Thanks! I'll get this patched over the weekend.

fvisticot commented 9 years ago

Hello, Did you had time to make the patch. I’m very excited to test this new feature !

Regards

Le 22 mai 2015 à 20:34, Eric J Nesser notifications@github.com a écrit :

Thanks! I'll get this patched over the weekend.

— Reply to this email directly or view it on GitHub https://github.com/enesser/vCards-js/issues/6#issuecomment-104739178.

enesser commented 9 years ago

There is a new release. Give it a shot.

Thanks.