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
02eccf6b
Commit
02eccf6b
authored
Jan 17, 2009
by
Eli Zaretskii
Browse files
(Coding System Basics): More accurate description of `raw-text'.
parent
0e8ade71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
6 deletions
+21
-6
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/nonascii.texi
doc/lispref/nonascii.texi
+16
-6
No files found.
doc/lispref/ChangeLog
View file @
02eccf6b
2009-01-17 Eli Zaretskii <eliz@gnu.org>
* nonascii.texi (Coding System Basics): More accurate description
of `raw-text'.
2009-01-12 Juanma Barranquero <lekktu@gmail.com>
* display.texi (Low-Level Font): Fix typo.
...
...
doc/lispref/nonascii.texi
View file @
02eccf6b
...
...
@@ -863,13 +863,23 @@ coding systems} such as @code{latin-1-unix}, @code{latin-1-dos} and
well. Most base coding systems have three corresponding variants whose
names are formed by adding @samp{-unix}, @samp{-dos} and @samp{-mac}.
@vindex raw-text@r{ coding system}
The coding system @code{raw-text} is special in that it prevents
character code conversion, and causes the buffer visited with that
coding system to be a unibyte buffer. It does not specify the
end-of-line conversion, allowing that to be determined as usual by the
data, and has the usual three variants which specify the end-of-line
conversion. @code{no-conversion} is equivalent to @code{raw-text-unix}:
it specifies no conversion of either character codes or end-of-line.
character code conversion, and causes the buffer visited with this
coding system to be a unibyte buffer. For historical reasons, you can
save both unibyte and multibyte text with this coding system. When
you use @code{raw-text} to encode multibyte text, it does perform one
character code conversion: it converts eight-bit characters to their
single-byte external representation. @code{raw-text} does not specify
the end-of-line conversion, allowing that to be determined as usual by
the data, and has the usual three variants which specify the
end-of-line conversion.
@vindex no-conversion@r{ coding system}
@vindex binary@r{ coding system}
@code{no-conversion} (and its alias @code{binary}) is equivalent to
@code{raw-text-unix}: it specifies no conversion of either character
codes or end-of-line.
@vindex emacs-internal@r{ coding system}
The coding system @code{emacs-internal} specifies that the data is
...
...
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