[emacs-w3m:13383] Re: [emacs-w3m/emacs-w3m] Fix: w3m-insert-string modifies string (#36)
Kazuhiro Ito <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/pull/36/[email protected]> |
Or, using `binary` instead of `utf-8-emacs` may be enough. But I don't know the reason of `utf-8-emacs`. ```lisp (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 or view it on GitHub: https://github.com/emacs-w3m/emacs-w3m/pull/36#issuecomment-489441179