Functions
-
void Format (const char ch, std::stringstream * output)Display ASCII character as is or non-ascii characters by their {hex value}.
Defined at line 137 of file ../../src/developer/forensics/testing/gpretty_printers.h
-
std::string Format (const std::string_view input)Removes exception "FormatException: Unexpected extension byte" when calling PrintTo() with
ostream = std::cout by converting all non-ascii character to "{hex_value}".
Defined at line 149 of file ../../src/developer/forensics/testing/gpretty_printers.h