From a4f220d09b12b9bb4819949902ec4156ea2c385f Mon Sep 17 00:00:00 2001 From: Alan Third Date: Sat, 16 Dec 2017 17:02:15 +0000 Subject: [PATCH] Use utf-8-hfs-unix on macOS (Bug#29712) * lisp/term/ns-win.el: Use utf-8-hfs-unix instead of utf-8-hfs. --- lisp/term/ns-win.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2