Mercurial > emacs
changeset 101051:7df4a8db7fec
(Decoding Output): Document that null bytes force no-conversion for reading
process output.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 10 Jan 2009 12:49:58 +0000 |
parents | ceb69a8a308a |
children | adb47811c0c5 |
files | doc/lispref/processes.texi |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/processes.texi Sat Jan 10 12:42:58 2009 +0000 +++ b/doc/lispref/processes.texi Sat Jan 10 12:49:58 2009 +0000 @@ -1388,7 +1388,10 @@ system to use (@pxref{Process Information}). Otherwise, the coding system comes from @code{coding-system-for-read}, if that is non-@code{nil}; or else from the defaulting mechanism (@pxref{Default -Coding Systems}). +Coding Systems}). If the text output by a process contains null +bytes, Emacs by default uses @code{no-conversion} for it; see +@ref{Lisp and Coding Systems, inhibit-null-byte-detection}, for how to +control this behavior. @strong{Warning:} Coding systems such as @code{undecided} which determine the coding system from the data do not work entirely