From: Michael Albinus Date: Fri, 20 Apr 2018 12:25:51 +0000 (+0200) Subject: * lisp/international/mule-cmds.el (view-hello-file): Use utf-8 coding. X-Git-Tag: emacs-27.0.90~5129 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2ae724460e6d73d3ddcc6066427471799c4bd57;p=emacs.git * lisp/international/mule-cmds.el (view-hello-file): Use utf-8 coding. --- diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index f737869eef8..c66cc6747de 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -282,7 +282,7 @@ wrong, use this command again to toggle back to the right mode." "Display the HELLO file, which lists many languages and characters." (interactive) ;; We have to decode the file in any environment. - (let ((coding-system-for-read 'iso-2022-7bit)) + (let ((coding-system-for-read 'utf-8)) (view-file (expand-file-name "HELLO" data-directory)))) (defun universal-coding-system-argument (coding-system)