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

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

Re: Encoding for one particular article


From: Katsumi Yamaoka
Subject: Re: Encoding for one particular article
Date: Mon, 26 Sep 2005 11:09:41 +0900
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

>>>>> In <v9d5mxqhga.fsf@marauder.physik.uni-ulm.de> Reiner Steib wrote:

> You may also set `mm-coding-system-priorities' on a per-group basis or
> for certain hierarchies:

> ,----[ From <news:v9fytn9o65.fsf_-_@marauder.physik.uni-ulm.de> ]
>| (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. ;-)


reply via email to

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