From: Alan Third Date: Sat, 16 Dec 2017 17:02:15 +0000 (+0000) Subject: Use utf-8-hfs-unix on macOS (Bug#29712) X-Git-Tag: emacs-27.0.90~6021 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4f220d09b12b9bb4819949902ec4156ea2c385f;p=emacs.git Use utf-8-hfs-unix on macOS (Bug#29712) * lisp/term/ns-win.el: Use utf-8-hfs-unix instead of utf-8-hfs. --- diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 82041a665d5..d512e8e506f 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -354,7 +354,7 @@ See `ns-insert-working-text'." ;; Used prior to Emacs 25. (define-coding-system-alias 'utf-8-nfd 'utf-8-hfs) - (set-file-name-coding-system 'utf-8-hfs)) + (set-file-name-coding-system 'utf-8-hfs-unix)) ;;;; Inter-app communications support.