You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when scanning a QR code generated with vCard data on an iPhone device, the characters are not displayed correctly. This issue is specific to iPhone devices, as the QR code scans correctly on Android devices. The problem seems to be related to character encoding or rendering on iOS.
This is definitely a super interesting one! I don't think we do anything special when it comes to saving the JSON payload, we just json_encode it and save the file.
Hello, when scanning a QR code generated with vCard data on an iPhone device, the characters are not displayed correctly. This issue is specific to iPhone devices, as the QR code scans correctly on Android devices. The problem seems to be related to character encoding or rendering on iOS.
Code Snippet:
Actual Behavior
When I scan the QR with iPhone, the name displayed on the contact is Jos√© Mar√≠a instead of José María.
I have tried changing the messageEncoding to UFT-8 but the result is the same.
Steps to reproduce
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: