From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [yazicivo@ttnet.net.tr: Locale Dependent Downcasing in smtpmail] Date: Fri, 06 Apr 2007 15:47:35 -0400 Message-ID: References: <87wt0uhee5.fsf@ttnet.net.tr> <873b3hssyt.fsf@mocca.josefsson.org> <87y7l9608n.fsf@ttnet.net.tr> <87ircdh13m.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1175895664 23377 80.91.229.12 (6 Apr 2007 21:41:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Apr 2007 21:41:04 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 06 23:40:21 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HZuT5-0000nS-EX for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2007 21:51:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZuWa-00037w-8k for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2007 15:55:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HZuV5-0000dU-4t for emacs-devel@gnu.org; Fri, 06 Apr 2007 15:53:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HZuV4-0000cu-AJ for emacs-devel@gnu.org; Fri, 06 Apr 2007 15:53:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZuV4-0000cn-4m for emacs-devel@gnu.org; Fri, 06 Apr 2007 15:53:34 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HZuRX-0002tK-PG for emacs-devel@gnu.org; Fri, 06 Apr 2007 15:49:55 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HZuPH-00032X-Dq; Fri, 06 Apr 2007 15:47:35 -0400 In-reply-to: (message from Eli Zaretskii on Fri, 06 Apr 2007 11:31:20 +0300) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:69141 Archived-At: ??? I'm probably missing something: what other characters would be changed by using standard-case-table? AFAIK, it is set up to change case only for letters from A to Z; see casetab.c:init_casetab_once. The letters A to Z appear in many Latin-x character sets, so A to Z does not imply US ASCII. During normal execution, standard-case-table handles all the alphabets that have a case distinction. If ascii-case-table is a copy made after standard-case-table is initialized, it will handle them all too.