I am trying to generate QR code but it does not give correct data when there are Arabic words
this is the code I am trying to run
BarcodeFontProvider := Enum::"Barcode Font Provider 2D"::IDAutomation2D; BarcodeSymbology := Enum::"Barcode Symbology 2D"::"QR-Code"; BarcodeString := base64.ToBase64(QrCode, TextEncoding::UTF8); EncodedText := BarcodeFontProvider.EncodeFont(BarcodeString, BarcodeSymbology);