doc changelog and todos updated
This commit is contained in:
parent
13937ab0da
commit
f0bdbc4322
|
@ -6,9 +6,12 @@ Changelog
|
||||||
|
|
||||||
changes
|
changes
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
- feature: the driver tries now to guess the appropriate codepage and sets it automatically
|
||||||
|
- as an alternative you can force the codepage with the old API
|
||||||
|
|
||||||
contributors
|
contributors
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
- Patrick Kanzler (with code by Frédéric Van der Essen)
|
||||||
|
|
||||||
|
|
||||||
2016-08-02 - Version 2.1.1 - "Contents May Differ"
|
2016-08-02 - Version 2.1.1 - "Contents May Differ"
|
||||||
|
|
|
@ -178,9 +178,6 @@ class MagicEncode(object):
|
||||||
|
|
||||||
# todo emoticons mit charmap encoden
|
# todo emoticons mit charmap encoden
|
||||||
# todo Escpos liste von unterdrückten charcodes mitgeben
|
# todo Escpos liste von unterdrückten charcodes mitgeben
|
||||||
# todo Doku anpassen
|
|
||||||
# todo Changelog schreiben
|
|
||||||
|
|
||||||
|
|
||||||
TXT_ENC_KATAKANA_MAP = {
|
TXT_ENC_KATAKANA_MAP = {
|
||||||
# Maps UTF-8 Katakana symbols to KATAKANA Page Codes
|
# Maps UTF-8 Katakana symbols to KATAKANA Page Codes
|
||||||
|
|
Loading…
Reference in New Issue