]> git.eshelyaron.com Git - emacs.git/commit
Fix problem with non-ASCII characters in ediff error messages
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Aug 2020 20:23:35 +0000 (22:23 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Aug 2020 20:23:35 +0000 (22:23 +0200)
commit9b277a2f8e5c22a05830e61d83876571b8eb56b4
tree3cb78c867e069629482be998a41764be57b5ceeb
parentec990559180254c59d80308655b11df4223dd23d
Fix problem with non-ASCII characters in ediff error messages

* lisp/vc/ediff-diff.el (ediff-prepare-error-list): Decode the
data from diff before displaying (bug#5050).  This fixes a problem
with displaying raw bytes in the error messages in non-ASCII locales.
lisp/vc/ediff-diff.el