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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/nonascii.texi
Date: Wed, 05 Jun 2002 13:52:04 -0400

Index: emacs/lispref/nonascii.texi
diff -c emacs/lispref/nonascii.texi:1.32 emacs/lispref/nonascii.texi:1.33
*** emacs/lispref/nonascii.texi:1.32    Sat Mar  2 09:36:54 2002
--- emacs/lispref/nonascii.texi Wed Jun  5 13:52:03 2002
***************
*** 176,184 ****
  @defun string-make-unibyte string
  This function converts the text of @var{string} to unibyte
  representation, if it isn't already, and returns the result.  If
! @var{string} is a unibyte string, it is returned unchanged.
! Multibyte character codes are converted to unibyte
! by using just the low 8 bits.
  @end defun
  
  @defun string-make-multibyte string
--- 176,186 ----
  @defun string-make-unibyte string
  This function converts the text of @var{string} to unibyte
  representation, if it isn't already, and returns the result.  If
! @var{string} is a unibyte string, it is returned unchanged.  Multibyte
! character codes are converted to unibyte according to
! @code{nonascii-translation-table} or, if that is @code{nil}, using
! @code{nonascii-insert-offset}.  If the lookup in the translation table
! fails, this function takes just the low 8 bits of each character.
  @end defun
  
  @defun string-make-multibyte string



reply via email to

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