Gnus development mailing list
 help / color / mirror / Atom feed
From: pahe@daimi.au.dk (Peter von der Ahé)
Subject: Re: \201 problem (only in news headers) introduced in p0.45 or p0.46
Date: Fri, 20 Nov 1998 01:01:19 GMT	[thread overview]
Message-ID: <yc04srvmb34.fsf@ufleku.daimi.au.dk> (raw)
In-Reply-To: <m3sofgbd5d.fsf@sparky.gnus.org>


>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

 LMI> nospam2159@daimi.au.dk (Peter von der Ahé) writes:
 >> When I post to a newsgroup I have problems with latin1 characters
 >> in the headers.  Characters like æøåé in headers are still "mule"
 >> encoded, this means that the From: field, as an example, is:
 >> 
 >> From: Peter von der Ah\201\351 ...

 LMI> This sounds like a problem in the nntp code.  Has anyone else
 LMI> seen this?

I think it could be a problem in message-send-news or
message-generate-headers.  I observed that the "Subject:" field has no
problems if the message has first gone through the draft folder.

I have started using this hook:

(defun my-pgnus-201-hack ()
  (mm-encode-coding-region (point-min) (point-max) 'latin-1))

(add-hook 'message-header-hook (function my-pgnus-201-hack))

And now the problem can no longer be observed.

Kind Regards
Peter Ahé

-- 
period
.



  parent reply	other threads:[~1998-11-20  1:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-18 17:52 Peter von der Ahé
1998-11-19  2:59 ` Lars Magne Ingebrigtsen
1998-11-19 16:48   ` Peter von der Ahé
     [not found]     ` <6fzp9nbngb.fsf@dna.lth.se>
1998-11-30  0:39       ` Jason L Tibbitts III
1998-11-20  1:01   ` Peter von der Ahé [this message]
1998-11-20  4:26     ` Lars Magne Ingebrigtsen

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=yc04srvmb34.fsf@ufleku.daimi.au.dk \
    --to=pahe@daimi.au.dk \
    /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).