proper handling of carriage return character from Windows target machines

This commit is contained in:
Miroslav Stampar
2010-11-16 15:11:03 +00:00
parent ab33651f96
commit 2a8e270bef
2 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ LOGGER.setLevel(logging.WARN)
# dump markers
DUMP_NEWLINE_MARKER = "__NEWLINE__"
DUMP_CR_MARKER = "__CARRIAGE_RETURN__"
DUMP_DEL_MARKER = "__DEL__"
DUMP_TAB_MARKER = "__TAB__"
DUMP_START_MARKER = "__START__"