Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: Gnus not choosing latin9 if euro sign is present
Date: Fri, 30 Sep 2005 22:35:28 +0200	[thread overview]
Message-ID: <v9slvme1kf.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <m1ll1ys07o.fsf@leibnitz.icbm.uni-oldenburg.de>

On Thu, Sep 15 2005, Kevin Bube wrote:

> I now tested with minimal .emacs and .gnus:
>
> ,----[.emacs]
> | (set-language-environment "Latin-9")
> | (setq load-path (cons "/home/kevin/src/lisp/cvs-gnus/lisp" load-path))
> `----
> ,----[.gnus]
> | ; -*-Emacs-Lisp-*-
> | (setq gnus-select-method '(nnml ""))
> | (setq gnus-secondary-select-methods '((nntp "news.t-online.de")))
> | (setq mail-sources '((maildir :path "/home/kevin/.Maildir")))
> `----
>
> I then start up emacs with
>
> emacs --no-site-file -fn  -*-fixed-medium-r-*--*-140-*-iso8859-15 -f gnus

You shouldn't use iso8859-15 here:

,----[ (info "(emacs)Font X") ]
| CHARSET
|      This is the character set that the font depicts.  Normally you
|      should use `iso8859-1'.
`----

> The problem still persits: Mails with euro sign get
>
> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: quoted-printable

My guess is that you inserted a currency sign (¤) instead of a EUR.
But it is displayed as EUR sign because of your bogus font setting.
As currency is not included in iso-8859-15, Gnus chooses iso-8859-1.

You can find out which char it is, by using `C-u C-x =' on the char.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




  reply	other threads:[~2005-09-30 20:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-14 19:18 Kevin Bube
2005-09-14 20:11 ` Jesper Harder
2005-09-15  9:21   ` Kevin Bube
2005-09-15 15:06     ` Jesper Harder
2005-09-15 17:35       ` Kevin Bube
2005-09-30 20:35         ` Reiner Steib [this message]
2005-09-30 21:41           ` Kevin Bube
2005-10-01 12:25             ` Reiner Steib
2005-10-03 16:42               ` Kevin Bube

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=v9slvme1kf.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /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).