From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: format.el Date: Sun, 07 Apr 2002 12:46:27 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200204061732.g36HWmw19629@aztec.santafe.edu> <1659-Sat06Apr2002205533+0300-eliz@is.elta.co.il> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1018177295 23914 127.0.0.1 (7 Apr 2002 11:01:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 7 Apr 2002 11:01:35 +0000 (UTC) Cc: rms@gnu.org, handa@etl.go.jp, emacs-devel@gnu.org, gerd@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16uAQR-0006Db-00 for ; Sun, 07 Apr 2002 13:01:35 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16uAeK-0002hG-00 for ; Sun, 07 Apr 2002 13:15:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16uADN-0005Aj-00; Sun, 07 Apr 2002 06:48:05 -0400 Original-Received: from waldorf.cs.uni-dortmund.de ([129.217.4.42]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16uAC7-0004yU-00; Sun, 07 Apr 2002 06:46:48 -0400 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id g37AkZb21751; Sun, 7 Apr 2002 12:46:35 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id MAA23935; Sun, 7 Apr 2002 12:46:28 +0200 (MET DST) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id 698FF3AEF1; Sun, 7 Apr 2002 12:46:27 +0200 (CEST) Original-To: Eli Zaretskii In-Reply-To: <1659-Sat06Apr2002205533+0300-eliz@is.elta.co.il> ("Eli Zaretskii"'s message of "Sat, 06 Apr 2002 20:55:33 +0300") Original-Lines: 16 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2450 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2450 "Eli Zaretskii" writes: > As for iso-german and iso-spanish, they are imlpemented in iso-cvt.el. > I don't know what are the target encodings of those two, so I cannot > say whether Mule supports that. Anybody? iso-german converts `"a' (two ascii chars) into `=E4' (one latin-1 char), similar for =F6 and =FC and their uppercase versions. And then there are `\3' and `"s' which are both converted into `=DF'. Hm. Maybe this can also be expressed in Mule. But I think there is no predefined coding system for this. kai --=20 Silence is foo!