>>>>> In <[EMAIL PROTECTED]> Reiner Steib wrote: > You may also set `mm-coding-system-priorities' on a per-group basis or > for certain hierarchies:
> ,----[ From <news:[EMAIL PROTECTED]> ] >| (add-to-list 'gnus-newsgroup-variables 'mm-coding-system-priorities) >| (setq gnus-parameters >| '(("^de\\." >| (mm-coding-system-priorities '(iso-8859-1 iso-8859-15 utf-8))) >| ("^fr\\." >| (mm-coding-system-priorities '(iso-8859-15 iso-8859-1 utf-8))) >| ("^fj\\." ;; Japan? >| (mm-coding-system-priorities '(shift_jis iso-2022-jp utf-8))) >| ("^cz\\." >| (mm-coding-system-priorities '(iso-8859-2 utf-8))))) > `---- For the fj hierarchy, it will be better to use the default value of the case where Gnus runs in the Japanese language environment. That is: ("^fj\\." ;; Japan (mm-coding-system-priorities '(iso-8859-1 iso-2022-jp iso-2022-jp-2 shift_jis utf-8))) You all might not write Japanese articles, though. ;-) _______________________________________________ Info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
