all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Elena <egarrulo@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Windows + Eshell: fixing character encoding?
Date: Wed, 29 Jul 2009 12:23:37 +0200	[thread overview]
Message-ID: <662CA5EB-23A6-4BE6-B35A-2B0FA4AE94A4@Web.DE> (raw)
In-Reply-To: <ee971627-509d-4bad-9f70-0b764ce4ed8e@n11g2000yqb.googlegroups.com>


Am 29.07.2009 um 10:12 schrieb Elena:

> buffer-file-coding-system is iso-latin-1-dos. I think it should be
> iso8859-1, but the variable's description does not says it is
> customizable.

Both are the same, just two different names.

>
> "C-u C-x =" prints:
>
>   character: … (133, #o205, #x85, U+0085)
>     charset: eight-bit-control (8-bit control code (0x80..0x9F))


 From where do you know that \205 and \212 stand for à and è etc.?

The NeXT encoding comes next to your assumption:

	;   oct   dec   hex    UCS2    UTF-8
	;=====================================
	Ä = 205 = 133 = 85 = U+00C4 =    C3 84 : A diaeresis
	Ê = 212 = 138 = 8A = U+00CA =    C3 8A : E circumflex

In ISO Latin-1 or ISO 8859-1 the two characters are:

	à = 340 = 224 = E0 = U+00E0 =    C3 A0 : LATIN SMALL LETTER A WITH  
GRAVE
	è = 350 = 232 = E8 = U+00E8 =    C3 A8 : LATIN SMALL LETTER E WITH  
GRAVE


--
Greetings

   Pete

Basic, n.:
	A programming language. Related to certain social diseases in
	that those who have it will not admit it in polite company.







  reply	other threads:[~2009-07-29 10:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-28 10:19 Windows + Eshell: fixing character encoding? Elena
2009-07-28 17:35 ` Eli Zaretskii
     [not found] ` <mailman.3340.1248802527.2239.help-gnu-emacs@gnu.org>
2009-07-29  8:12   ` Elena
2009-07-29 10:23     ` Peter Dyballa [this message]
2009-07-29 11:38       ` Elena Garrulo
2009-07-29 16:10         ` Eli Zaretskii
2009-07-29 19:36         ` Peter Dyballa
     [not found]         ` <mailman.3409.1248896205.2239.help-gnu-emacs@gnu.org>
2009-07-30  2:01           ` Jason Rumney
     [not found]         ` <mailman.3394.1248883861.2239.help-gnu-emacs@gnu.org>
2009-07-30 13:39           ` Elena
2009-07-30 14:11             ` Lennart Borgman
2009-07-30 14:41               ` Elena Garrulo
2009-07-30 14:54                 ` Peter Dyballa
     [not found]                 ` <mailman.3482.1248965709.2239.help-gnu-emacs@gnu.org>
2009-07-30 15:05                   ` Elena
2009-07-30 15:49                     ` Peter Dyballa
2009-07-30 18:49                       ` Eli Zaretskii
2009-07-30 14:41             ` Peter Dyballa
2009-07-30 18:47             ` Eli Zaretskii

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=662CA5EB-23A6-4BE6-B35A-2B0FA4AE94A4@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=egarrulo@gmail.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.