/[emacs]/emacs/lispref/nonascii.texi
ViewVC logotype

Diff of /emacs/lispref/nonascii.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by eliz, Sat Mar 2 14:36:54 2002 UTC revision 1.33 by eliz, Wed Jun 5 17:52:03 2002 UTC
# Line 176  If this is non-@code{nil}, it overrides Line 176  If this is non-@code{nil}, it overrides
176  @defun string-make-unibyte string  @defun string-make-unibyte string
177  This function converts the text of @var{string} to unibyte  This function converts the text of @var{string} to unibyte
178  representation, if it isn't already, and returns the result.  If  representation, if it isn't already, and returns the result.  If
179  @var{string} is a unibyte string, it is returned unchanged.  @var{string} is a unibyte string, it is returned unchanged.  Multibyte
180  Multibyte character codes are converted to unibyte  character codes are converted to unibyte according to
181  by using just the low 8 bits.  @code{nonascii-translation-table} or, if that is @code{nil}, using
182    @code{nonascii-insert-offset}.  If the lookup in the translation table
183    fails, this function takes just the low 8 bits of each character.
184  @end defun  @end defun
185    
186  @defun string-make-multibyte string  @defun string-make-multibyte string

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26