Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Hi..
I have this qrcode string Fields.ProductMasterCode+"|"+ Fields.ProductName +" | "+ Fields.hashstringafter scan barcode, symbol | (pipe) missing.
my qcode setting is
encoder - QRCode
ECI - CP437
ErrorCorrectionLevel - L
Mode - Alphanumeric
Hello Faris,
I confirm the issue with the provided settings.
Note that the ECI setting is only respected when Mode is set to Byte.
When the QR Code Mode is 'Alphanumeric', the characters that may be displayed are the following - see https://en.wikipedia.org/wiki/QR_code:
0–9, A–Z (upper-case only), space, $, %, *, +, -, ., /, :
As a workaround, you may replace '|' with capital 'i', i.e. 'I'.
Regards, Todor Progress Telerik