unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: Jason Rumney <jasonr@gnu.org>, Richard Stallman <rms@gnu.org>,
	Reiter.Joachim@web.de, bug-gnu-emacs@gnu.org
Subject: Re: [Reiter.Joachim@web.de: Failure to show "German Umlaute"]
Date: Sat, 17 Nov 2007 16:50:25 +0000	[thread overview]
Message-ID: <473F1BD1.4070602@gnu.org> (raw)
In-Reply-To: <v91waoyh5b.fsf@marauder.physik.uni-ulm.de>

Reiner Steib wrote:
> Yes.  E.g. in <http://www.hobbyecke-pc.de/images/screensh2.png> the
> text says:
>
> ,----
> |   wä wö mä mö
> | 
> | In the letters "w" and "m", the right column of pixels is not
> | displayed.
> | 
> |   wa wo ma mo
> `----
>
> If the iso-characters "ä" and "ö" are replaced by their ASCII
> "counterparts" ("a" and "o") the letters "w" and "m" are displayed
> correctly.
>   

The simple explanation for that is that Emacs displays runs of
characters from the same character set using one system call. But since
Emacs considers latin-1 and ascii as different character sets, in the
former case, each character is displayed individually, so clipping
occurs per character rather than on the whole string. In the latter
case, you will see the same problem if you move the cursor through the
text, as that will cause the character under the cursor to be drawn
individually.

Courier New is particularly bad for exhibiting this problem.
Unfortunately it is also one of the few fixed width fonts we can rely on
being installed on all Windows installations, so it is the default.





  reply	other threads:[~2007-11-17 16:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1IsspP-0003Yd-0g@fencepost.gnu.org>
2007-11-17 11:44 ` [Reiter.Joachim@web.de: Failure to show "German Umlaute"] Reiner Steib
2007-11-17 12:50   ` Jason Rumney
2007-11-17 16:24     ` Reiner Steib
2007-11-17 16:50       ` Jason Rumney [this message]
2007-11-17 17:20         ` Eli Zaretskii
2007-11-18 19:36 Joachim Reiter
  -- strict thread matches above, loose matches on Subject: below --
2007-11-18 19:39 Joachim Reiter
2007-11-19 14:20 ` Joachim Reiter
     [not found] <mailman.3755.1195415548.18990.bug-gnu-emacs@gnu.org>
2007-11-18 20:17 ` Sven Joachim

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=473F1BD1.4070602@gnu.org \
    --to=jasonr@gnu.org \
    --cc=Reiter.Joachim@web.de \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=rms@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.
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).