rendering html mails
  Home FAQ Contact Sign in
gnu.emacs.gnus only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.gnus Profile…
 Up
rendering html mails         


Author: francois.lagarde
Date: Sep 3, 2008 06:26

hello,

I am facing troubles to display some html mails. I use lynx to render
them. When mails use the utf8 charset some letters are not properly
displayed.

My environment (locales and so on) is UTF-8. When I save the part and
use
the console to invoke manually lynx everything is fine.

The same command within gnus gives me some sequences like
"d\303\242emploi" instead of "d'emploi"

Seems go better when I pipe the result to recode
"lynx -stdin -dump $* | recode UTF-8..latin-1"
and the result is
"d\342emploi" instead of "d'emploi"

my gnus version is "No Gnus v0.11" and emacs is GNU Emacs 23.0.60.1
(i486-pc-linux-gnu, GTK+ Version 2.12.9)

Any hints and advice would be appreciated
2 Comments
Re: rendering html mails         


Author: francois.lagarde
Date: Sep 4, 2008 23:37

In the last post, on 09/05 about 06h, "Allan" (Allan ) wrote:
Allan> In my .emacs file I have added this customization which may
help:

Thanks. I have just tried it, but doesn't change anything.

Seems to be hopeless. UTF8 doesn't really make the life easier.
--
François
no comments
Re: rendering html mails         


Author: francois.lagarde
Date: Sep 4, 2008 23:57

Hey.

I am not sure, but it seems that my problem is only for "raw" texts
produced by the console. Is there something special that I can try
with the "raw-text-unix" variable
no comments