From 7dd77513d42048801270f6970b124edd25730544 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 31 Jan 2001 12:14:44 +0000 Subject: [PATCH] (Charsets): mention windows-1252 --- man/gnus.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/gnus.texi b/man/gnus.texi index 699601e1c33..0fbdb229afe 100644 --- a/man/gnus.texi +++ b/man/gnus.texi @@ -8027,6 +8027,13 @@ something like (define-coding-system-alias 'windows-1251 'cp1251) @end lisp +while if you use a non-Latin-1 language environment you could see the +Latin-1 subset of @code{windows-1252} using: + +@lisp +(define-coding-system-alias 'windows-1252 'latin-1) +@end lisp + @node Article Commands @section Article Commands -- 2.39.2