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: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lispref/nonascii.texi
Date: Mon, 06 Oct 2003 12:59:48 -0400

Index: emacs/lispref/nonascii.texi
diff -c emacs/lispref/nonascii.texi:1.38 emacs/lispref/nonascii.texi:1.39
*** emacs/lispref/nonascii.texi:1.38    Mon Sep  1 11:45:41 2003
--- emacs/lispref/nonascii.texi Mon Oct  6 12:59:45 2003
***************
*** 325,333 ****
  This function returns the charset property list of the character set
  @var{charset}.  Although @var{charset} is a symbol, this is not the same
  as the property list of that symbol.  Charset properties are used for
! special purposes within Emacs; for example,
! @code{preferred-coding-system} helps determine which coding system to
! use to encode characters in a charset.
  @end defun
  
  @node Chars and Bytes
--- 325,331 ----
  This function returns the charset property list of the character set
  @var{charset}.  Although @var{charset} is a symbol, this is not the same
  as the property list of that symbol.  Charset properties are used for
! special purposes within Emacs.
  @end defun
  
  @node Chars and Bytes
***************
*** 401,406 ****
--- 399,409 ----
  (make-char 'latin-iso8859-1 72)
       @result{} 2248
  @end example
+ 
+ Actually, the eighth bit of both @var{code1} and @var{code2} is zeroed
+ before they are used to index @var{charset}.  Thus you may use, for
+ instance, an ISO 8859 character code rather than subtracting 128, as
+ is necessary to index the corresponding Emacs charset.
  @end defun
  
  @cindex generic characters




reply via email to

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