I have made an Electron desktop application. This application has an input field, that accepts a sequence of alphanumeric characters, a GUID, which will be used to search for a record in the database. The application is multilanguage, English and Arabic.
The issue is that on Arabic Windows, the scanned QRCode, returns the GUID letters as Arabic, therefore the match of the GUID saved in the database fails:
ؤشؤب88ؤ-4لا44-4يؤ8-9977-802ي1ش825ؤلاب
instead of
osh88u-4l44-4j8-9977-802j1u825alab
To me, it seems an issue with the scanner configuration. Is there a way to fix it from the application?