Hello. Following patch changes behavior in pretty_print_string, where all non-printable characters are encoded as \x%x. Currently, when some non-printable characters are directly printed to a dump file stream. That makes it complicated to read a dump file for instance via a Python script. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin