Mercurial > emacs
comparison AUTHORS @ 29017:8f10362eb5ff
(Fstart_process): GCPRO current_dir before calling
Ffind_operation_coding_system. Encode arguments here.
(create_process): Don't encode arguments here. Setup
src_multibyte and dst_multibyte members of struct coding.
(read_process_output): Setup src_multibyte and dst_multibyte
members of struct coding. If the output is to multibyte buffer,
always decode the output of the process. Adjust the
representation of 8-bit characters to the multibyteness of the
output.
(send_process): Setup coding->src_multibyte according to the
multibyteness of the source.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 20 May 2000 00:04:37 +0000 |
parents | b3e40f2a7784 |
children | fa166d86d278 |
comparison
equal
deleted
inserted
replaced
29016:35074eb2a443 | 29017:8f10362eb5ff |
---|