mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
(Man-getpage-in-background): Decode the process output by the system
locale coding system.
This commit is contained in:
parent
6922b01802
commit
8629358381
@ -596,6 +596,9 @@ SECTION SUBJECT when prompted for a manual entry."
|
||||
;; The following is so Awk script gets \n intact
|
||||
;; But don't prevent decoding of the outside.
|
||||
(coding-system-for-write 'raw-text-unix)
|
||||
;; We must decode the output by a coding system that the
|
||||
;; systen locale suggests.
|
||||
(coding-system-for-read locale-coding-system)
|
||||
;; Avoid possible error by using a directory that always exists.
|
||||
(default-directory "/"))
|
||||
;; Prevent any attempt to use display terminal fanciness.
|
||||
|
Loading…
Reference in New Issue
Block a user