]> git.eshelyaron.com Git - emacs.git/commitdiff
Use utf-8-hfs-unix on macOS (Bug#29712)
authorAlan Third <alan@idiocy.org>
Sat, 16 Dec 2017 17:02:15 +0000 (17:02 +0000)
committerAlan Third <alan@idiocy.org>
Sat, 16 Dec 2017 17:04:58 +0000 (17:04 +0000)
* lisp/term/ns-win.el: Use utf-8-hfs-unix instead of utf-8-hfs.

lisp/term/ns-win.el

index 82041a665d5a605d0c8b49dbd2a83eff6a645060..d512e8e506f5a2a7b03e00a268b2ac9cc439988c 100644 (file)
@@ -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.