From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Customizing coding priority Date: Thu, 18 Jan 2007 11:02:21 +0100 Message-ID: References: <17837.26945.133317.830421@kamaloka.dhatu> <17837.55152.906774.97483@relwi-sven.unibe.ch> <17838.42714.915656.255057@relwi-sven.unibe.ch> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1169114829 25855 80.91.229.12 (18 Jan 2007 10:07:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Jan 2007 10:07:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 18 11:07:06 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H7UAj-0001KJ-Ba for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jan 2007 11:07:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H7UAj-0008Vl-PA for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jan 2007 05:07:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H7U6H-0004nG-0d for help-gnu-emacs@gnu.org; Thu, 18 Jan 2007 05:02:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H7U6E-0004lI-4Q for help-gnu-emacs@gnu.org; Thu, 18 Jan 2007 05:02:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H7U6D-0004km-Hb for help-gnu-emacs@gnu.org; Thu, 18 Jan 2007 05:02:26 -0500 Original-Received: from [217.72.192.221] (helo=fmmailgate01.web.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H7U6C-0005mV-SI for help-gnu-emacs@gnu.org; Thu, 18 Jan 2007 05:02:25 -0500 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate01.web.de (Postfix) with ESMTP id B28FE53B370E; Thu, 18 Jan 2007 11:02:23 +0100 (CET) Original-Received: from [87.193.30.4] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.107 #114) id 1H7U6B-0008NX-00; Thu, 18 Jan 2007 11:02:23 +0100 In-Reply-To: X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: Tom Rauchenwald X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40414 Archived-At: Am 18.01.2007 um 05:58 schrieb Tom Rauchenwald: > Eli Zaretskii writes: > >> Anyway, this mixing of latin-iso8859-1 and iso-8859-15 _is_, most >> probably, your problem. Assuming you use Emacs 21.x (is that =20 >> right?), >> Emacs is trying to do what it cannot do in v21.x: encode 8859-1 and >> 8859-15 characters in the same message. That is why you get >> iso-2022-jp encoding. > > Are you sure about this? Both charsets are basically the same, for the > german-speaking area the only difference i can think of is the > addition of the euro-sign. So for a few umlauts it doesn't matter > which charset is used. > The umlauts are the same. The differences are these: ; oct dec hex UCS2 UTF-8 ;=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =A4 =3D 244 =3D 164 =3D A4 =3D U+00A4 =3D C2 A4 : CURRENCY SIGN ------------------------------------------------------------------------=20= ----- =80 =3D 244 =3D 164 =3D A4 =3D U+20AC =3D E2 82 AC : EURO SIGN =A6 =3D 246 =3D 166 =3D A6 =3D U+00A6 =3D C2 A6 : BROKEN BAR ------------------------------------------------------------------------=20= ----- =8A =3D 246 =3D 166 =3D A6 =3D U+0160 =3D C5 A0 : LATIN CAPITAL = LETTER S WITH =20 CARON =A8 =3D 250 =3D 168 =3D A8 =3D U+00A8 =3D C2 A8 : DIAERESIS ------------------------------------------------------------------------=20= ----- =9A =3D 250 =3D 168 =3D A8 =3D U+0161 =3D C5 A1 : LATIN SMALL LETTER = S WITH CARON =B4 =3D 264 =3D 180 =3D B4 =3D U+00B4 =3D C2 B4 : ACUTE ACCENT ------------------------------------------------------------------------=20= ----- =8E =3D 264 =3D 180 =3D B4 =3D U+017D =3D C5 BD : LATIN CAPITAL = LETTER Z WITH =20 CARON =B8 =3D 270 =3D 184 =3D B8 =3D U+00B8 =3D C2 B8 : CEDILLA ------------------------------------------------------------------------=20= ----- =9E =3D 270 =3D 184 =3D B8 =3D U+017E =3D C5 BE : LATIN SMALL LETTER = Z WITH CARON =BC =3D 274 =3D 188 =3D BC =3D U+00BC =3D C2 BC : VULGAR FRACTION ONE = QUARTER =BD =3D 275 =3D 189 =3D BD =3D U+00BD =3D C2 BD : VULGAR FRACTION ONE = HALF =BE =3D 276 =3D 190 =3D BE =3D U+00BE =3D C2 BE : VULGAR FRACTION = THREE QUARTERS ------------------------------------------------------------------------=20= ----- =8C =3D 274 =3D 188 =3D BC =3D U+0152 =3D C5 92 : LATIN CAPITAL = LIGATURE OE =9C =3D 275 =3D 189 =3D BD =3D U+0153 =3D C5 93 : LATIN SMALL = LIGATURE OE =9F =3D 276 =3D 190 =3D BE =3D U+0178 =3D C5 B8 : LATIN CAPITAL = LETTER Y WITH =20 DIAERESIS -- Mit friedvollen Gr=FC=DFen Pete A lot of us are working harder than we want, at things we don't like =20 to do. Why? ...In order to afford the sort of existence we don't care =20= to live. -- Bradford Angier