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:
parent
95e7195f0d
commit
a4f220d09b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue