default-process-coding-system
default-process-coding-system is a variable defined in `C source code
'.
Its value is (utf-8-unix . utf-8-unix)Documentation: Cons of coding systems used for process I/O by default. The car part is used for decoding a process output, the cdr part is used for encoding a text to be sent to a process.