python-escpos/src/escpos
Patrick Kanzler 1b2f509758
use jaconv instead of jcconv for japanese chars
jaconv is available for more Python-versions and seems to be more
professional. Apart from that I added jaconv to the test-requirements
but not the requirements. (If the katakana-stuff really works we can
later add it as a real dependency)
2016-09-27 20:31:39 +02:00
..
__init__.py add version-strings into the module 2016-07-17 19:39:42 +02:00
capabilities.json improve import capabilities from a submodule 2016-09-02 17:13:38 +02:00
capabilities.py re-work encoder to consult the capabilities database and use custom code pages or python encoder as necessary 2016-09-11 21:03:55 +10:00
cli.py add basic argcomplete support 2016-07-23 10:39:40 +02:00
codepages.py re-work encoder to consult the capabilities database and use custom code pages or python encoder as necessary 2016-09-11 21:03:55 +10:00
config.py SETUP move code to src 2016-06-20 17:48:14 +02:00
constants.py Port to current version of escpos-printer-db. 2016-08-30 17:08:27 +02:00
escpos.py Merge branch 'capabilities' into text-encoding 2016-08-30 13:36:53 +02:00
exceptions.py improve the exceptions 2016-08-02 04:42:21 +02:00
image.py improve large image printing 2016-08-02 00:04:43 +02:00
katakana.py use jaconv instead of jcconv for japanese chars 2016-09-27 20:31:39 +02:00
magicencode.py test fixes - just case-changes to match code page names, seems to need 'future' pip module 2016-09-13 20:28:54 +10:00
printer.py fix file-printer did not flush 2016-08-02 04:25:54 +02:00