From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Ediff problem with accents
Date: Tue, 12 Sep 2006 23:36:37 +0200 [thread overview]
Message-ID: <61CD86F9-90F0-45D9-888B-D344320541A8@Web.DE> (raw)
In-Reply-To: <87lkoosu5e.fsf@mundaneum.mygooglest.com>
Am 12.09.2006 um 20:32 schrieb Sébastien Vauban:
> ,----[ Source buffer ]
> | Ce document présente le détail des modifications apportées...
> | Avant.
> |
> |----[ Modified buffer ]
> | Ce document présente le détail des modifications apportées...
> | Maintenant.
> `----
The upper buffer's contents is obviously presented in an ISO Latin
encoding, presumingly ISO 8859-1 or ISO 8859-15, the lower one shows
an UTF-8 contents in obviously the same ISO Latin encoding (é is in
UTF-8 C3 A9, or: Ã ©). But it seems more likely that (almost) the
same UTF-8 contents is displayed once in UTF-8 (correct) and once in
ISO Latin (incorrect).
To make both buffers appear (in) the same (encoding) you should put
into your .emacs file:
(prefer-coding-system 'utf-8-unix)
or set environment variables like LC_CTYPE or LANG with UTF-8 in it,
like mine: de_DE.UTF-8. This setting will make GNU Emacs to
automatically use UTF-8.
At least if works for my buffers with UTF-8 contents in ediff ...
--
Greetings
Pete
"Let's face it; we don't want a free market economy either."
James Farley, president, Coca-Cola Export Corp., 1959
next prev parent reply other threads:[~2006-09-12 21:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-12 20:32 Ediff problem with accents Sébastien Vauban
2006-09-12 21:36 ` Peter Dyballa [this message]
[not found] ` <873bak2r61.fsf_-_@mundaneum.mygooglest.com>
2006-09-22 10:42 ` Peter Dyballa
[not found] ` <mailman.6839.1158097004.9609.help-gnu-emacs@gnu.org>
2006-09-22 10:14 ` Sébastien Vauban
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=61CD86F9-90F0-45D9-888B-D344320541A8@Web.DE \
--to=peter_dyballa@web.de \
--cc=help-gnu-emacs@gnu.org \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.