GNU bug report logs - #3607
23.0.94; odd character in fringe.el

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Thu, 18 Jun 2009 18:10:06 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 3607 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Teemu Likonen <tlikonen <at> iki.fi>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 3607 <at> debbugs.gnu.org
Subject: Re: bug#3607: 23.0.94; odd character in fringe.el
Date: Thu, 18 Jun 2009 21:41:19 +0300
On 2009-06-18 11:00 (-0700), Drew Adams wrote:

> I don't claim this is a bug, but perhaps someone could take a look to
> be sure.
>  
> In fringe.el, I see this text: Pavel Jan=c3=adk. The next-to-last
> character shows in my Emacs with face `escape-glyph'. This is what
> `C-u C-x =' shows:

Perhaps you know most of this already but here's some information
anyway. The name is "Pavel Janík" and it displays just fine in my
system. File fringe.el is UTF-8-encoded.

When encoded in UTF-8 the character í (U+00CD) consists of two bytes,
0xC3 and 0xAD. When some system interpretes those bytes as separete
ISO-8859-1-encoded characters they are à (0xC3) and a soft hyphen
(0xAD). This is what your system seems to have done:

> preferred charset: iso-8859-1 (Latin-1 (ISO/IEC 8859-1))
>        code point: 0xAD

>   name: SOFT HYPHEN


So it sounds like some kind of singlebyte-multibyte encoding problem.



This bug report was last modified 15 years and 334 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.