encode-coding-string may modify unibyte string.
(let ((string (string-to-unibyte "\300\261")))
(encode-coding-string string 'utf-8-emacs))
-> "\261"
https://github.com/emacs-w3m/emacs-w3m/pull/36
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.