unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: Drew Adams <drew.adams@oracle.com>
Cc: 3607@emacsbugs.donarmstrong.com
Subject: bug#3607: 23.0.94; odd character in fringe.el
Date: Thu, 18 Jun 2009 21:41:19 +0300	[thread overview]
Message-ID: <8763etqt9s.fsf@iki.fi> (raw)
In-Reply-To: <mailman.888.1245349050.2239.bug-gnu-emacs@gnu.org> (Drew Adams's message of "Thu, 18 Jun 2009 11:00:52 -0700")

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.





       reply	other threads:[~2009-06-18 18:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.888.1245349050.2239.bug-gnu-emacs@gnu.org>
2009-06-18 18:41 ` Teemu Likonen [this message]
2009-06-18 18:54   ` bug#3607: 23.0.94; odd character in fringe.el Drew Adams
2009-06-18 19:20     ` Teemu Likonen
2009-06-18 21:08       ` Drew Adams
2009-06-18 21:34         ` Lennart Borgman
2009-06-19  0:47           ` Kenichi Handa
2009-06-27  1:07             ` Stefan Monnier
2009-06-27  1:25               ` Kenichi Handa
2009-06-27 21:44                 ` Stefan Monnier
2009-06-29  7:49                   ` Kenichi Handa
2009-06-29  8:52                     ` Stefan Monnier
2009-06-29 11:39                       ` Kenichi Handa
2009-06-29 18:16                     ` Eli Zaretskii
2009-06-29 20:48                       ` Stefan Monnier
2009-06-18 18:00 Drew Adams

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=8763etqt9s.fsf@iki.fi \
    --to=tlikonen@iki.fi \
    --cc=3607@emacsbugs.donarmstrong.com \
    --cc=drew.adams@oracle.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).