[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: [emacs-w3m/emacs-w3m] Fix: w3m-insert-string modifies string (#36)



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.