From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [yazicivo@ttnet.net.tr: Locale Dependent Downcasing in smtpmail] Date: Sat, 07 Apr 2007 12:18:16 +0300 Message-ID: References: <87wt0uhee5.fsf@ttnet.net.tr> <873b3hssyt.fsf@mocca.josefsson.org> <87y7l9608n.fsf@ttnet.net.tr> <87ircdh13m.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1175937617 23130 80.91.229.12 (7 Apr 2007 09:20:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Apr 2007 09:20:17 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 07 11:19:33 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 1Ha751-0004pF-0I for ged-emacs-devel@m.gmane.org; Sat, 07 Apr 2007 11:19:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ha78Z-0000WC-AW for ged-emacs-devel@m.gmane.org; Sat, 07 Apr 2007 05:23:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ha77n-0008U0-RX for emacs-devel@gnu.org; Sat, 07 Apr 2007 05:22:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ha77l-0008Rh-Av for emacs-devel@gnu.org; Sat, 07 Apr 2007 05:22:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ha77k-0008Qq-N2 for emacs-devel@gnu.org; Sat, 07 Apr 2007 05:22:20 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ha749-0005al-6H; Sat, 07 Apr 2007 05:18:37 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-99-4.inter.net.il [80.230.99.4]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CHC42457 (AUTH halo1); Sat, 7 Apr 2007 12:18:13 +0300 (IDT) In-reply-to: (message from Richard Stallman on Fri, 06 Apr 2007 15:47:35 -0400) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:69158 Archived-At: > From: Richard Stallman > CC: handa@m17n.org, emacs-devel@gnu.org > Date: Fri, 06 Apr 2007 15:47:35 -0400 > > ??? 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. Sorry, I still don't understand. casetab.c explicitly sets up standard-case-table to convert only A-Z. Could you please point out a character outside this range whose case would be changed by using standard-case-table, e.g. in the Latin-1 alphabet?