diff options
author | Dave Love <fx@gnu.org> | 2001-01-31 12:14:44 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2001-01-31 12:14:44 +0000 |
commit | 7dd77513d42048801270f6970b124edd25730544 (patch) | |
tree | 2f3af3b430190690c02aab28098cc7ca2f7afea8 /man/gnus.texi | |
parent | b5a206e7b379f056ffebf70717e91ee201511057 (diff) | |
download | emacs-7dd77513d42048801270f6970b124edd25730544.tar.gz |
(Charsets): mention windows-1252
Diffstat (limited to 'man/gnus.texi')
-rw-r--r-- | man/gnus.texi | 7 |
1 files changed, 7 insertions, 0 deletions
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 |