From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Hadron <hadronquark@googlemail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Using babel
Date: Wed, 22 Aug 2007 16:19:39 +0200 [thread overview]
Message-ID: <2E33D521-8BB3-4E57-A6CB-05D388304A6C@Web.DE> (raw)
In-Reply-To: <dy8x83btd2.fsf@homelinux.net>
Am 22.08.2007 um 15:18 schrieb Hadron:
> So why is the text returned from Babel full of escaped characters?
>
> e.g
>
> Der schnelle braune Fuchs sprang \303\274ber die Br\303\274cke.
The buffer isn't in UTF-8 encoded?
; oct dec hex UCS2 UTF-8
;=====================================
ü = 374 = 252 = FC = U+00FC = C3 BC : LATIN SMALL LETTER U WITH
DIAERESIS
Octal 303 is hex C3, octal 274 is hex BC. Both are no regular
characters in your buffer's encoding, so they're presented in octal
and so "Der schnelle braune Fuchs sprang \303\274ber die Br\303
\274cke." is the sentence "Der schnelle braune Fuchs sprang über die
Brücke." presented to you as UTF-8 encoded inside a non-UTF-8 encoded
buffer.
Tell babel to not return UTF-8 or change your buffer's encoding.
--
Mit friedvollen Grüßen
Pete
Eine Fehlentscheidung auf Anhieb spart immerhin Zeit.
(Helmar Nahr)
next prev parent reply other threads:[~2007-08-22 14:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-22 13:18 Using babel Hadron
2007-08-22 14:19 ` Peter Dyballa [this message]
[not found] ` <mailman.5120.1187792407.32220.help-gnu-emacs@gnu.org>
2007-08-22 14:31 ` Hadron
2007-08-22 15:53 ` Peter Dyballa
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=2E33D521-8BB3-4E57-A6CB-05D388304A6C@Web.DE \
--to=peter_dyballa@web.de \
--cc=hadronquark@googlemail.com \
--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.