Implement support for Chinese symbols. Currently, if you enter the barcode Text in Chinese, the value will be coerced to to an empty string and nothing will be rendered.
With R2 2021 the barcodes with QRCode and SwissQRCode symbologies support Chinese symbols.
For the QRCode you can use the following settings:
ErrorCorrectionLevel = Telerik.Barcode.Symbology.ErrorCorrectionLevel.M,
CodeMode = Telerik.Barcode.Symbology.CodeMode.Byte,
ECIMode = Telerik.Barcode.Symbology.ECIMode.UTF8,
FNC1Mode = Telerik.Barcode.Symbology.FNC1Mode.None
Regards,
Milena
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello, Please vote for the feature to increase its priority, this way you will follow it and will be notified if its status is changed. Also any additional information about your requirements would be appreciated. Regards, Sia
suggest support for Chinese symbols for barcode;China is the most populous country in the world, as many programmers.