Start work on dumping non-UTF-8 charset support

This commit is contained in:
Kovid Goyal
2016-11-23 15:33:08 +05:30
parent 4b0e8fcb49
commit f14e7037e2
5 changed files with 240 additions and 625 deletions

View File

@@ -36,7 +36,7 @@ class Callbacks:
self.wtcbuf = self.iconbuf = self.titlebuf = self.colorbuf = b''
class TestScreen(BaseTest):
class TestParser(BaseTest):
def parse_bytes_dump(self, s, x, *cmds):
cd = CmdDump()