Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message encoding when creating the Barcode does not work as expected #488

Open
xavism opened this issue Jul 21, 2020 · 3 comments
Open

Message encoding when creating the Barcode does not work as expected #488

xavism opened this issue Jul 21, 2020 · 3 comments

Comments

@xavism
Copy link

xavism commented Jul 21, 2020

I would like to be able to add contacts with Latin characters like á. é, à, ...
I have already added the message encoding to the barcode of a template like this:

Screenshot 2020-07-21 at 13 01 34

and the Barcode standard is created correctly:

[ { message:
     'BEGIN:VCARD\nVERSION:4.0\nN:Sén;Álex\nEND:VCARD',
    format: 'PKBarcodeFormatQR',
    messageEncoding: 'iso-8859-1' } ]

However, when reading the QR to add the contact, the encoding doesn't work as expected:

Screenshot

@xavism
Copy link
Author

xavism commented Oct 6, 2020

ideas? :'(

@xavism
Copy link
Author

xavism commented Dec 26, 2020

I'm still not able to solve it

@mrBungalow
Copy link

Did you try to use Windows-1252 encoding?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants