1
0
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:
Kenichi Handa 2000-08-21 01:39:45 +00:00
parent 6922b01802
commit 8629358381

View File

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