emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/casetab.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/casetab.c
Date: Sun, 23 Oct 2005 13:26:32 -0400

Index: emacs/src/casetab.c
diff -c emacs/src/casetab.c:1.34 emacs/src/casetab.c:1.35
*** emacs/src/casetab.c:1.34    Sun Aug  7 12:33:16 2005
--- emacs/src/casetab.c Sun Oct 23 17:26:32 2005
***************
*** 97,104 ****
  to their lower-case equivalents.  It also has three \"extra\" slots
  which may be additional char-tables or nil.
  These slots are called UPCASE, CANONICALIZE and EQUIVALENCES.
! UPCASE maps each character to its upper-case equivalent;
!  if lower and upper case characters are in 1-1 correspondence,
   you may use nil and the upcase table will be deduced from DOWNCASE.
  CANONICALIZE maps each character to a canonical equivalent;
   any two characters that are related by case-conversion have the same
--- 97,105 ----
  to their lower-case equivalents.  It also has three \"extra\" slots
  which may be additional char-tables or nil.
  These slots are called UPCASE, CANONICALIZE and EQUIVALENCES.
! UPCASE maps each non-upper-case character to its upper-case equivalent.
!  (The value in UPCASE for an upper-case character is never used.)
!  If lower and upper case characters are in 1-1 correspondence,
   you may use nil and the upcase table will be deduced from DOWNCASE.
  CANONICALIZE maps each character to a canonical equivalent;
   any two characters that are related by case-conversion have the same




reply via email to

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