intro: "ANS" == Alexandre N Safiullin <alex_(a)unislabs.com> writes:
ANS> Hello!
ANS> I have two problems with XEmacs-21.4.6/MULE + GNUS 5.8.8 (Debian/sid)
ANS> 1. When I compose a message gnus sets coding system to 'ESC/Quot'
ANS> (i.e. quoted-printable), but I'm able to input russian letters. May be
ANS> that's OK?
Yes
ANS> 2. When sending the message gnus replaces all cyrillic chars by '~'
ANS> and insert 'charset=us-ascii' into Content-Type header field.
Add to your init file:
(put-charset-property 'cyrillic-iso8859-5
'preferred-coding-system 'koi8-r)
ANS> -- Regards, Alex_
-LkOLQ.