From e2ae724460e6d73d3ddcc6066427471799c4bd57 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 20 Apr 2018 14:25:51 +0200 Subject: [PATCH] * lisp/international/mule-cmds.el (view-hello-file): Use utf-8 coding. --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5