* lisp/dired-aux.el (dired-do-chxxx): Bind coding-system-for-write
to correctly encode file names passed to the invoked PROGRAM.
(Bug#24162)
((eq op-symbol 'chgrp)
(system-groups)))))
(operation (concat program " " new-attribute))
+ ;; When file-name-coding-system is set to something different
+ ;; from locale-coding-system, leaving the encoding
+ ;; determination to call-process will do the wrong thing,
+ ;; because the arguments in this case are file names, not
+ ;; just some arbitrary text. (This must be bound last, to
+ ;; avoid adverse effects on any of the preceding forms.)
+ (coding-system-for-write (or file-name-coding-system
+ default-file-name-coding-system))
failures)
(setq failures
(dired-bunch-files 10000