Include charset.h and coding.h.
authorKarl Heuer <kwzh@gnu.org>
Thu, 20 Feb 1997 06:53:55 +0000 (06:53 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 20 Feb 1997 06:53:55 +0000 (06:53 +0000)
commit0fa1789e78f1bf34680def9cd2ff36390bd19ad2
treece59cf4868a8cbf2578ee1ea6af6d8974f4f1ff9
parent087e3c465d8418f304174081dc64e311f91247c9
Include charset.h and coding.h.
(proc_decode_coding_system, proc_encode_coding_system): New
variables.
(Fstart_process, create_process, Fopen_network_stream): Setup
coding systems for character code conversion.
(READ_CHILD_OUTPUT): New macro.
(read_process_output): Perform character code conversion of a
process output.
(send_process): Perform character code conversion of a text sent
to a process.
(Fset_process_coding_system, Fprocess_coding_system): New
functions.
(syms_of_process): Handle them.
src/process.c