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

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



encode-coding-string may modify unibyte string.

(let ((string (string-to-unibyte "\300\261")))
  (encode-coding-string string 'utf-8-emacs))

-> "\261"

You can view, comment on, or merge this pull request online at:

  https://github.com/emacs-w3m/emacs-w3m/pull/36

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.