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