emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: Locale Dependent Downcasing in smtpmail]


From: Richard Stallman
Subject: Re: address@hidden: Locale Dependent Downcasing in smtpmail]
Date: Wed, 04 Apr 2007 10:02:31 -0400

    + (defun downcase-ascii (string)
    +   "Convert ASCII argument to lower case and return that.

This seems to be a good solution.  The general macro would also be ok.

Using "ASCII" for the name and doc string are somewhat misleading,
since this is not limited to ASCII.  For instance, it works fine for
Latin 1 also.

What this function does is downcase in the most standard way.




reply via email to

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