info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

changing the charset


From: Kamen TOMOV
Subject: changing the charset
Date: 10 May 2004 13:56:40 +0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Can somebody tell me how can I change my default posting character set
when sending messages with gnus. I tryed setting the following
variables to achieve that but with no luck:

(require 'mm-util)
(defun mm-read-charset (prompt)
  "Return a charset."
  'windows-1251)
(setq gnus-default-charset (quote windows-1251))
(setq mm-coding-system-priorities '(windows-1251 utf-8))
(setq mm-body-charset-encoding-alist
  '((windows-1251 . 8bit)
   (utf-8 . 8bit)))
(setq gnus-default-posting-charset (quote windows-1251))

Without matter of these settings the character set continues to be
ISO-8859-5 as is in this article.

TIA,
-- 
Kamen A. TOMOV/Камен А. ТОМОВ


reply via email to

[Prev in Thread] Current Thread [Next in Thread]