diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index d18f368ba01..3178ec3b2b0 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -2250,6 +2250,7 @@ See also `locale-charset-language-names', `locale-language-names', ;; using the translation file that many systems have. (when locale-translation-file-name (with-temp-buffer + (set-buffer-multibyte nil) (insert-file-contents locale-translation-file-name) (when (re-search-forward (concat "^" (regexp-quote locale) ":?[ \t]+") nil t)