1
Discussion | Обсуждение / Re: QRCode Barcode item cannot handle CJK character
« on: February 16, 2016, 05:05:49 pm »
I am not professional in coding... sorry
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
LimeReport use zint library to support barcodes. You have to turn on zint support in the limereport.pro. Remove comment before CONFIG +=zint and configure zint library.thanks for your reply! following your instructions, I resolved the barcode problem.
What about CJK character. According to the documentation zint can use UTF-8 but maybe something wrong between zint and barcode item.