Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: Encoding for one particular article
Date: Mon, 26 Sep 2005 11:09:41 +0900	[thread overview]
Message-ID: <b4m8xxkinq2.fsf@jpl.org> (raw)
In-Reply-To: <v9d5mxqhga.fsf@marauder.physik.uni-ulm.de>

>>>>> 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	other threads:[~2005-09-26  2:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-25 14:55 Torsten Bronger
2005-09-25 15:45 ` Reiner Steib
2005-09-26  2:09   ` Katsumi Yamaoka [this message]
2005-09-26 12:26     ` Reiner Steib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4m8xxkinq2.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).