On Sun, Jun 8, 2008 at 4:38 AM, Nikolaj Schumacher <
n_schumacher@web.de> wrote:
"Alan E. Davis" <
lngndvs@gmail.com> wrote:
> I'be been poking around, but don't have a clue where to start.
> I never did understand encoding
Well, that's a clue where to start, I suppose. :)
> ("a`" "á" nil 1)
Looks like the file has been written using UTF-8 and read using
Latin-1. Try adding:
(set-language-environment "UTF-8")
However, I believe this shouldn't be necessary if the system is
configured correctly. What OS do you use?
regards,
Nikolaj Schumacher