unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: berberic@fmi.uni-passau.de
Cc: help-gnu-emacs@gnu.org
Subject: Re: Euro Sign and Bitstream Vera
Date: Sun, 28 Jan 2007 00:16:25 +0100	[thread overview]
Message-ID: <25565EDC-340B-4C5C-8486-AA315C1C202E@Web.DE> (raw)
In-Reply-To: <mtrs84-2dk.ln1@avaloon.forwiss.uni-passau.de>


Am 27.01.2007 um 22:13 schrieb M G Berberich:

> I have the problem, that my emacs (23.0.0.1) with
> Bitstream-Vera-Sans-Mono-Font shows the Euro-sign ‘€’ as  
> Currency-sign
> ‘¤’… sometimes.

You need to understand that the € is shown in ISO 8859-15 (ISO  
Latin-9), ISO 8859-16 (ISO Latin-10), and UTF-8 encodings (maybe  
there are also some more obscure). In the first two cases it has hex A 
$, dec 164, oct 244. In UTF-8 it is at U+20AC.

Look into the mode-line! In the right encodings it will start with  
-0:, -r:, or -u:. You can force the right encoding with a first line  
like

	;;; -*- mode: Text; coding: iso-8859-16; -*-

or local variables at the file's end like

	%%% Local Variables:
	%%% mode: latex
	%%% coding: utf-8-unix
	%%% TeX-command-default: "XɘLaTeX"
	%%% TeX-master: t
	%%% End:

Would you like to have some ISO 8859 test files?

--
Mit friedvollen Grüßen

   Pete

Der größte Aberglaube der Gegenwart ist der Glaube an die Vorfahrt.  
(Jacques Tati)

  reply	other threads:[~2007-01-27 23:16 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-27 21:13 Euro Sign and Bitstream Vera M G Berberich
2007-01-27 23:16 ` Peter Dyballa [this message]
     [not found] ` <mailman.3684.1169940980.2155.help-gnu-emacs@gnu.org>
2007-01-28  9:04   ` M G Berberich
2007-01-28 11:26     ` Peter Dyballa
     [not found]     ` <mailman.3693.1169983753.2155.help-gnu-emacs@gnu.org>
2007-01-28 11:36       ` Ralf Angeli
2007-01-28 11:51         ` Peter Dyballa
     [not found]         ` <mailman.3694.1169985834.2155.help-gnu-emacs@gnu.org>
2007-01-28 12:21           ` Ralf Angeli
2007-01-28 23:59 ` Peter Dyballa
2007-01-29 15:45 ` jasonal
2007-01-29 23:39   ` Peter Dyballa
     [not found]   ` <mailman.3761.1170113954.2155.help-gnu-emacs@gnu.org>
2007-01-30 14:53     ` jasonal
2007-01-30  0:18 ` Peter Dyballa
2007-01-30 19:14   ` James Cloos
     [not found] ` <mailman.3722.1170028754.2155.help-gnu-emacs@gnu.org>
2007-01-30 21:00   ` M G Berberich
2007-01-31  0:09     ` 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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=25565EDC-340B-4C5C-8486-AA315C1C202E@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=berberic@fmi.uni-passau.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).