Prefer UTF-8 when the encoding shouldn't matter and changes are small.

This commit is contained in:
Paul Eggert 2013-03-05 09:13:01 -08:00
parent 11f4d68f25
commit c38e0c974e
47 changed files with 1084 additions and 1073 deletions

View file

@ -1743,7 +1743,7 @@ no, only reply back to the author."
(file-error))
(mm-coding-system-p 'utf-8)
(executable-find idna-program)
(string= (idna-to-ascii "räksmörgås")
(string= (idna-to-ascii "räksmörgås")
"xn--rksmrgs-5wao1o")
t)
"Whether to encode non-ASCII in domain names into ASCII according to IDNA.
@ -8421,7 +8421,7 @@ Used in `message-simplify-recipients'."
(run-hooks 'message-load-hook)
;; Local Variables:
;; coding: iso-8859-1
;; coding: utf-8
;; End:
;;; message.el ends here