Page 1 of 1

QRCode problems in Chinese

Posted: Sat May 26, 2012 4:24 am
by orbiter
Hi Andrew

I can't get the good result of Chinese text in QRCode by scan, but English and numeric are OK.
bellow is screen short of this:
Image

ErrInQR.png

Stimulsoft Reports.Net Trial version: 2012.1.1300.

if any suggestions are appreciated:)

Yours Tom Lee

QRCode problems in Chinese

Posted: Mon May 28, 2012 2:28 am
by Alex K.
Hello,

It is very strange.
We have tested the code you sent on a few mobile phones and five free scanners (http://freenuts.com/best-5-free-online-qr-code-readers/).
Our barcode was read correctly everywhere.
Your barcode was read wrongly everywhere.

Thank you.

QRCode problems in Chinese

Posted: Mon May 28, 2012 6:39 am
by orbiter
Yes,English text is OK indeed.
but all of the Chinese text can not be scaned by my test,not only "汉字".
bellow is the photo for testing.

Image

:sweat:

any ideas for me? thank you.

QRCode problems in Chinese

Posted: Mon May 28, 2012 9:07 am
by Alex K.
Hello,

Most likely, you are using the KANJI encoding, in your program. In our barcode encoding, Unicode is probably used your scanner does not recognize this encoding. Alternatively, please try checking the settings of your scanner. And since we are not good in Chinese, then it is a little bit difficult to understand in more detail with this issue.

Thank you.

QRCode problems in Chinese

Posted: Wed May 30, 2012 5:52 am
by orbiter
There are different obviously,base on my know all most of the Chinese Windows use Unicode, so if you can fix this problem will be perfectly, look forward to your good news。

:grinder:

QRCode problems in Chinese

Posted: Thu May 31, 2012 3:36 am
by Alex K.
Hello,

According to the specification the QR-Code data can be encoded in several modes:

1) numeric data;
2) alphanumeric data;
3) 8-bit byte data (JIS 8-bit character set (Latin and Kana))
4) Kanji characters
5) Extended Channel Interpretation (ECI) Mode.

ECI is a list of modes such as at:
http://strokescribe.com/en/ECI.html

The ECI 000 026 mode (UTF-8) allows encoding any character.
Therefore, if the datacan not be encoded in modes 1 and 2, we use this in default mode.
Most of new devices support this mode.
But, apparently, your barcode reader does not support this mode.

We have added the task to support Kanji mode in our to-do list.

Thank you.