bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#547: 23.0.60; Euro symbol not displayed


From: Juanma Barranquero
Subject: bug#547: 23.0.60; Euro symbol not displayed
Date: Tue, 9 Dec 2008 20:21:54 +0100

On Tue, Dec 9, 2008 at 20:08, Óscar Fuentes <ofv@wanadoo.es> wrote:

> I open a file that contains the euro symbol, scroll down until it is
> shown, emacs starts sucking 100% cpu for 15 seconds or so on the 550MHz
> CPU I'm using, and finally it displays a box.

What does "contain the euro symbol" means? Which coding?

> My default font is
>
> -outline-Courier New-normal-normal-normal-mono-13-*-*-*-c-*-iso8859-1
[snip]
> So the default font plays a key role here.

If I start Emacs with

  emacs -q -fn "-outline-Courier
New-normal-normal-normal-mono-13-*-*-*-c-*-iso8859-1" euro.txt

"normal" ASCII chars are shown with Courier New. The euro sign is
shown with Arial Unicode MS:

        character: € (8364, #o20254, #x20ac)
preferred charset: windows-1252 (WINDOWS-1252 (Latin I))
       code point: 0x80
           syntax: _    which means: symbol
         category: c:Chinese h:Korean j:Japanese
      buffer code: #xE2 #x82 #xAC
        file code: #x80 (encoded by coding system windows-1252-dos)
          display: by this font (glyph code)
    uniscribe:-outline-Arial Unicode
MS-normal-normal-normal-sans-13-*-*-*-p-*-gb2312.1980*-* (#xD10)

Character code properties: customize what to show
  name: EURO SIGN
  general-category: Sc (Symbol, Currency)

There are text properties here:
  charset              windows-1252

-- 
    Juanma

reply via email to

[Prev in Thread] Current Thread [Next in Thread]