[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
recoding a buffer coding system
From: |
Santiago Mejia |
Subject: |
recoding a buffer coding system |
Date: |
Fri, 14 Aug 2009 16:31:46 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
I am trying to make a script that downloads a webpage and reformats it
into enriched-mode.
I have managed to successfully reformat the raw html tags into
enriched-mode tags. However, when I try to display the buffer in
enriched-mode (by using (format-decode-buffer 'text/enriched)), some of
the non-ASCII characters get screwed up (German umlauts, to be precise).
I have managed to solve the issue through a nasty trick: saving the
file, killing the buffer, and reopening the file. But this is a trick
that I would like to avoid.
Any ideas as to how to do it?
Santiago.
- recoding a buffer coding system,
Santiago Mejia <=
- Re: recoding a buffer coding system, Eli Zaretskii, 2009/08/15
- Re: recoding a buffer coding system, Santiago Mejia, 2009/08/15
- Re: recoding a buffer coding system, Peter Dyballa, 2009/08/15
- Re: recoding a buffer coding system, Santiago Mejia, 2009/08/15
- Re: recoding a buffer coding system, Peter Dyballa, 2009/08/15
- Re: recoding a buffer coding system, Eli Zaretskii, 2009/08/15
- Re: recoding a buffer coding system, Santiago Mejia, 2009/08/16
- Re: recoding a buffer coding system, Eli Zaretskii, 2009/08/16
- Re: recoding a buffer coding system, Peter Dyballa, 2009/08/16
- Re: recoding a buffer coding system, Eli Zaretskii, 2009/08/15