Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

support chinese charactor? #6

Open
ghost opened this issue Dec 8, 2010 · 2 comments
Open

support chinese charactor? #6

ghost opened this issue Dec 8, 2010 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 8, 2010

No description provided.

@ghost
Copy link
Author

ghost commented Dec 14, 2010

If I use a few chinese characters (less than 20?), the qr code is ok, but qr code generated by longer string cannot be read by scanner. Why?

@tcarlander
Copy link

even using more than 43 x makes the qrcode unreadable, unless passing second param....
im =QRCodeEncoder(myz)
im.save('a.png')
myz = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
im =QRCodeEncoder(myz)
im.save('a.png') # OK
myz = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
im =QRCodeEncoder(myz)
im.save('a.png') # Not Readable
im.save('a.png',5) # Readable

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant