Or, using binary
instead of utf-8-emacs
may be enough. But I don't know the reason of utf-8-emacs
.
(let ((string (string-to-unibyte "\300\261")))
(encode-coding-string string 'binary))
-> "\300\261"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.