heuer / segno

Python QR Code and Micro QR Code encoder
https://pypi.org/project/segno/
BSD 3-Clause "New" or "Revised" License
606 stars 52 forks source link

Fix hanzi mode with ASCII characters #90

Closed rapiz1 closed 3 years ago

rapiz1 commented 3 years ago

Resolves https://github.com/heuer/segno/issues/89

rapiz1 commented 3 years ago

@heuer I suppose test_hanzi.py is a good place for this test since it tests the GB2312 codecs.

Maybe @neycyanshi can take a look at this?