Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: Gnus not choosing latin9 if euro sign is present
Date: Sat, 01 Oct 2005 14:25:15 +0200	[thread overview]
Message-ID: <v9zmptqv9w.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <dhkbeg$ssr$1@sea.gmane.org>

On Fri, Sep 30 2005, Kevin Bube wrote:

>   character: ¤ (04244, 2212, 0x8a4, U+00A4)
>     charset: [latin-iso8859-1]
> 	     (Right-Hand Part of Latin Alphabet 1 (ISO/IEC 8859-1): ISO-IR-100.)
>  code point: [36]
>      syntax: w 	which means: word
>    category: l:Latin  
> buffer code: 0x81 0xA4
>   file code: 0xA4 (encoded by coding system iso-8859-1-unix)
>     display: by this font (glyph code)
>      -Misc-Fixed-Medium-R-Normal--15-140-75-75-C-90-ISO8859-15 (0xA4)
>
> Seems you are right. I thought this is intended and the only difference
> between iso8859-1 and iso8859-15 is that the currency sign is replaced
> by the Euro sign. 

iso-8859-1 and iso-8859-15 differ at 8 positions.

> This would mean that the character code is the same and it only
> depends on the screen font what is displayed. So emacs has no way to
> determine if you want a currency or euro sign.

This is not correct.  Eval (C-x C-e behing the expression) the
following expressions and try `C-u C-x =':

(insert (string (make-char 'latin-iso8859-1  164)))
(insert (string (make-char 'latin-iso8859-15 164)))

> What font do I have to choose if I want to get a euro sign?

E.g. -*-fixed-medium-r-*--*-140-*-iso8859-1.  Emacs will automatically
select iso8859-15 when displaying iso8859-15 characters.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




  reply	other threads:[~2005-10-01 12:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-14 19:18 Kevin Bube
2005-09-14 20:11 ` Jesper Harder
2005-09-15  9:21   ` Kevin Bube
2005-09-15 15:06     ` Jesper Harder
2005-09-15 17:35       ` Kevin Bube
2005-09-30 20:35         ` Reiner Steib
2005-09-30 21:41           ` Kevin Bube
2005-10-01 12:25             ` Reiner Steib [this message]
2005-10-03 16:42               ` Kevin Bube

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=v9zmptqv9w.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /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 NNTP newsgroup(s).