]> git.eshelyaron.com Git - emacs.git/commit
Print non-ASCII chars in unibyte symbols as raw bytes
authorMattias EngdegÄrd <mattiase@acm.org>
Thu, 18 Jul 2024 14:16:53 +0000 (16:16 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 07:48:29 +0000 (09:48 +0200)
commit4288f92b467b453b0e5bb8e0ee9ce4521905c006
tree0fa20c7d73530ef34c29d4d44dd175848b886dd5
parent7189c6df83da4c6c93f7bd4ec367a2f9ae040699
Print non-ASCII chars in unibyte symbols as raw bytes

Previously, latin-1 was incorrectly assumed (bug#70988).

* src/print.c (print_object): Call the correct function.
* test/src/print-tests.el (print-unibyte-symbols): New test.

(cherry picked from commit f2f76756211fd5a0914734c738508f522c4b2ccd)
src/print.c
test/src/print-tests.el