emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: strings.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/strings.texi,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- strings.texi        4 Apr 2007 15:57:04 -0000       1.55
+++ strings.texi        7 Apr 2007 01:52:16 -0000       1.56
@@ -1117,17 +1117,18 @@
 Exits}).
 @end defmac
 
-  Some language environments may modify the case conversions of ASCII
-characters; for example, in the Turkish language environment, the
-ASCII character ``I'' is downcased into a Turkish ``dotless i''.  This
-can interfere with code that requires ordinary ASCII case conversion,
-such as implementations of ASCII-based network protocols.  In that
-case, use the @code{with-case-table} macro with the variable
address@hidden, which stores the unmodified case table for the
-ASCII character set.
+  Some language environments may modify the case conversions of
address@hidden characters; for example, in the Turkish language
+environment, the @acronym{ASCII} character @samp{I} is downcased into
+a Turkish ``dotless i''.  This can interfere with code that requires
+ordinary ASCII case conversion, such as implementations of
address@hidden network protocols.  In that case, use the
address@hidden macro with the variable @var{ascii-case-table},
+which stores the unmodified case table for the @acronym{ASCII}
+character set.
 
 @defvar ascii-case-table
-The case table for the ASCII character set.  This should not be
+The case table for the @acronym{ASCII} character set.  This should not be
 modified by any language environment settings.
 @end defvar
 




reply via email to

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