1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Use utf-8-hfs-unix on macOS (Bug#29712)

* lisp/term/ns-win.el: Use utf-8-hfs-unix instead of utf-8-hfs.
This commit is contained in:
Alan Third 2017-12-16 17:02:15 +00:00
parent 95e7195f0d
commit a4f220d09b

View 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.