python-escpos/src/escpos
Patrick Kanzler 0cfedb5706 add automatic codepage-changing
This code is adapted from the works by Frédéric Van der Essen in
pyxmlescpos.
I had to adapt the code completely in order to make it compatible with
modern unicode-handling

Further changes:
* improve text unittests in CLI and MagicEncode with hypothesis
* add feature force_encoding in order to enable old behaviour
* disable cli_text_test (for now)
* fix charcode(): it does now cooperate with the new structure
* remove redundant variable codepage from class Escpos
2016-08-02 04:42:21 +02:00
..
__init__.py add version-strings into the module 2016-07-17 19:39:42 +02:00
cli.py add basic argcomplete support 2016-07-23 10:39:40 +02:00
config.py SETUP move code to src 2016-06-20 17:48:14 +02:00
constants.py improve restructure charcode-table 2016-08-02 04:42:21 +02:00
escpos.py add automatic codepage-changing 2016-08-02 04:42:21 +02:00
exceptions.py improve the exceptions 2016-08-02 04:42:21 +02:00
image.py SETUP move code to src 2016-06-20 17:48:14 +02:00
magicencode.py add automatic codepage-changing 2016-08-02 04:42:21 +02:00
printer.py fix file-printer did not flush 2016-08-02 04:25:54 +02:00