-
Hi, successfully implemented generating QR code that provides users with vCard information, but only when there are no diacritics. I implemented QRCoder nuget v. 1.4.3 within my .NET Framework 4.8 web application that is set to use utf-8 by proper meta tag: <meta charset="utf-8" /> The case: But when I add "úů" characters to the N... line: Any elaboration about using another version of vCard (e.g. 2.1) + specifying "N;CHARSET=UTF-8:Novák;Janěščřžýáíéúů;" did not give any effort. My implementation for the code generation is pretty straightforward and works, except the case described above:
Am I missing anything that I should set for the QRCoder to work properly even without the "úů" characters? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Finally seems to have solution. |
Beta Was this translation helpful? Give feedback.
-
As explained in this is not a bug in QRCoder but in the reader software used to decode the QR code. |
Beta Was this translation helpful? Give feedback.
As explained in
this is not a bug in QRCoder but in the reader software used to decode the QR code.