Gnus development mailing list
 help / color / mirror / Atom feed
From: deskpot@despammed.com (Vasily Korytov)
Subject: Re: windows-1252 not displayed properly?
Date: Tue, 02 Sep 2003 11:08:16 +0400	[thread overview]
Message-ID: <87ekyz8y73.fsf@unix.home> (raw)
In-Reply-To: <m3oey48dkp.fsf@merlin.emma.line.org>

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

On Mon, 01 Sep 2003 22:21:26 +0200, Matthias Andree wrote:

> 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?

I'm not sure, if the euro sign is in cp1252, but try:

(unless (coding-system-p 'cp1252)
  (codepage-setup 1252))
(unless (coding-system-p 'windows-1252)
  (define-coding-system-alias 'windows-1252 'cp1252))

-- 
       I accept RFC3156 and RFC2440-compatible encrypted mail.
PGP key fingerprint: 123A 7CCE 6E26 6233 0D87 E01A A0F8 3524 FCD8 1841

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

  parent reply	other threads:[~2003-09-02  7:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-01 20:21 Matthias Andree
2003-09-01 20:43 ` Marcus Frings
2003-09-03 14:12   ` Matthias Andree
2003-09-04  9:15     ` Marcus Frings
2003-09-02  7:08 ` Vasily Korytov [this message]
2003-09-02  7:42 ` Simon Josefsson
2003-09-02  8:28   ` Jochen Küpper
2003-09-02  9:34     ` Reiner Steib
2003-09-02 10:32       ` Matthias Andree
2003-09-02 13:35         ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ekyz8y73.fsf@unix.home \
    --to=deskpot@despammed.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).