]> Kevux Git Server - fll/commit
Update: Add 3 presentation modes to byte_dump: normal, simple, and classic
authorKevin Day <thekevinday@gmail.com>
Tue, 10 Sep 2019 00:44:12 +0000 (19:44 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 10 Sep 2019 00:44:12 +0000 (19:44 -0500)
commit25f9c8ccef10af3ad9ab435d76345643f004c58f
treea5172b11c609c30066308bd91e4491db842f44d4
parent1ecf90691fb747a46407dfb9f807f0697946849e
Update: Add 3 presentation modes to byte_dump: normal, simple, and classic

Normal presentation will replace ASCII control or whitespace character with the UTF-8 characters that represent this with a picture character.
Simple presentation will use a single space to represent any given ASCII control or whitespace character.
Classic presentation will do what the "hexdump" tool traditionally does and use a single period to represent an ASCII control or whitespace character.
level_3/byte_dump/c/byte_dump.c
level_3/byte_dump/c/byte_dump.h
level_3/byte_dump/c/private-byte_dump.c