emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/nonascii.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/nonascii.texi,v
Date: Sat, 07 Apr 2007 01:51:42 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/07 01:51:41

Index: nonascii.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/nonascii.texi,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- nonascii.texi       31 Mar 2007 13:35:18 -0000      1.67
+++ nonascii.texi       7 Apr 2007 01:51:41 -0000       1.68
@@ -375,7 +375,7 @@
 @section Characters and Bytes
 @cindex bytes and characters
 
address@hidden introduction sequence
address@hidden introduction sequence (of character)
 @cindex dimension (of character set)
   In multibyte representation, each character occupies one or more
 bytes.  Each character set has an @dfn{introduction sequence}, which is
@@ -408,7 +408,7 @@
 
 @node Splitting Characters
 @section Splitting Characters
address@hidden split character
address@hidden character as bytes
 
   The functions in this section convert between characters and the byte
 values used to represent them.  For most purposes, there is no need to
@@ -658,7 +658,9 @@
 @code{iso-latin-2} and decode the result with the same coding system,
 you'll get Latin-2 characters.
 
address@hidden end of line conversion
address@hidden EOL conversion
address@hidden end-of-line conversion
address@hidden line end conversion
   @dfn{End of line conversion} handles three different conventions used
 on various systems for representing end of line in files.  The Unix
 convention is to use the linefeed character (also called newline).  The
@@ -811,9 +813,6 @@
 Otherwise it signals an error with condition @code{coding-system-error}.
 @end defun
 
address@hidden EOL conversion
address@hidden end-of-line conversion
address@hidden line end conversion
 @defun coding-system-eol-type coding-system
 This function returns the type of end-of-line (a.k.a.@: @dfn{eol})
 conversion used by @var{coding-system}.  If @var{coding-system}
@@ -1193,8 +1192,8 @@
 
 @node Explicit Encoding
 @subsection Explicit Encoding and Decoding
address@hidden encoding text
address@hidden decoding text
address@hidden encoding in coding systems
address@hidden decoding in coding systems
 
   All the operations that transfer text in and out of Emacs have the
 ability to use a coding system to encode or decode the text.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]