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

Re: Emacs 23.1 problems



At Mon, 09 Nov 2009 00:32:29 +0000,
Sebastien Cevey wrote:
> 
> At Fri, 31 Jul 2009 17:26:44 +0200, Juergen Fuhrmann wrote:
> 
> Hey,
> 
> > I am  switching to emacs-23.1,  an have the  problem that I  get wrong
> > umlaut encodings when sending messages. (I overlooked that in my first
> > message about having  it running).  Neither 1.14, nor  the various CVS
> > variants  get it  right. Now  emacs-23  has a  new internal  character
> > encoding, but beta  releases have been around for  some time. Is there
> > some hint how to fix this?
> 
> Reviving this thread as I experience the same problem with any accent
> (French accents) with emacs-23.1.1 and wl-2.14.0 ; have you found a
> solution?
> 
> They seem to get disappear in the preview (C-c C-c) and they do not
> show when I open the sent message from the Summary.  Saving the file
> to disk lets me see misencoded accents, which seems to be latin-1
> (with some additional weirdness for unusual accent combinations), but
> the Content-Type says UTF-8.  Some mailers (e.g. gmail) seem smart
> enough to display the accents properly, but it's still a pain.
> 
> Has anyone experienced this or found a solution?

Hi!

You can try:

*) to disable QP encoding by adding (setq-default mime-transfer-level 8)
to your .wl

or

*) to apply the patch to mel-q-ccl.el (flim-1.14.9) from:

http://article.gmane.org/gmane.emacs.mime.japanese/677

If you always want to use iso-8859-1 instead of UTF-8 add

(setq default-mime-charset-for-write 'iso-8859-1)
 
--Herbert