Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3355f04d
Commit
3355f04d
authored
Jan 10, 2009
by
Eli Zaretskii
Browse files
(Decoding Output): Document that null bytes force no-conversion for reading
process output.
parent
7951ad77
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+6
-0
doc/lispref/processes.texi
doc/lispref/processes.texi
+4
-1
No files found.
doc/lispref/ChangeLog
View file @
3355f04d
2009-01-10 Eli Zaretskii <eliz@gnu.org>
* processes.texi (Decoding Output): Document that null bytes force
no-conversion for reading process output.
* files.texi (Reading from Files): Document that null bytes force
no-conversion when visiting files.
* processes.texi (Serial Ports): Improve wording, suggested by
RMS.
...
...
doc/lispref/processes.texi
View file @
3355f04d
...
...
@@ -1388,7 +1388,10 @@ converts the unibyte output to multibyte using
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment