From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53870 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: windows-1252 not displayed properly? Date: Tue, 02 Sep 2003 09:42:22 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1062488632 30864 80.91.224.253 (2 Sep 2003 07:43:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2003 07:43:52 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M2410@lists.math.uh.edu Tue Sep 02 09:43:50 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19u5pO-0004xY-00 for ; Tue, 02 Sep 2003 09:43:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19u5p9-0002vk-00; Tue, 02 Sep 2003 02:43:35 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19u5p1-0002ve-00 for ding@lists.math.uh.edu; Tue, 02 Sep 2003 02:43:27 -0500 Original-Received: (qmail 44689 invoked by alias); 2 Sep 2003 07:43:27 -0000 Original-Received: (qmail 44682 invoked from network); 2 Sep 2003 07:43:27 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 2 Sep 2003 07:43:27 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h827gMdk021736 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL); Tue, 2 Sep 2003 09:42:23 +0200 Original-To: Matthias Andree Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030902:ma@dt.e-technik.uni-dortmund.de:6de75257458c4693 X-Hashcash: 0:030902:ma@dt.e-technik.uni-dortmund.de:6de75257458c4693 X-Payment: hashcash 1.2 0:030902:ding@gnus.org:670a7465453201c0 X-Hashcash: 0:030902:ding@gnus.org:670a7465453201c0 In-Reply-To: (Matthias Andree's message of "Mon, 01 Sep 2003 22:21:26 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53870 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53870 Matthias Andree writes: > This article: > > Newsgroups: de.comm.software.mailserver > Message-ID: <3F534BB1.7070400@com-gate.com> > > contains Windows-1252. What do I need to do to get my CVS Gnus in Emacs > 21.3.1 display the \200 aka ¤ characters properly? Try (codepage-setup 1252) (define-coding-system-alias 'windows-1252 'cp1252) or press W d (gnus-article-treat-dumbquotes)? (Why isn't that codepage set up by default in Emacs, btw? Performance reasons?)