]> git.eshelyaron.com Git - emacs.git/commit
Improve display of raw bytes in the echo-area
authorEli Zaretskii <eliz@gnu.org>
Sun, 27 Sep 2020 05:26:56 +0000 (08:26 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 27 Sep 2020 05:26:56 +0000 (08:26 +0300)
commit768676f74f093e75e2d7e04e18e1fd1836d1e7e9
tree76171792901904f54cf5c3158a20ab8441f48899
parent8c569683f2ee5d14040f5605fd0570b2eb009c05
Improve display of raw bytes in the echo-area

* src/print.c (print_object): When printing a unibyte string,
convert non-ASCII bytes to their character code, before sending
them to 'printchar'.  (Bug#43632)
src/print.c