mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
re-work encoder to consult the capabilities database and use custom code pages or python encoder as necessary
This commit is contained in:
@@ -36,7 +36,7 @@ class TestEncoder:
|
||||
|
||||
@raises(ValueError)
|
||||
def test_get_encoding(self):
|
||||
Encoder({}).get_encoding('latin1')
|
||||
Encoder({}).get_encoding_name('latin1')
|
||||
|
||||
|
||||
class TestMagicEncode:
|
||||
|
Reference in New Issue
Block a user