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

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

Re: Compilation mode output is badly displayed


From: Peter Dyballa
Subject: Re: Compilation mode output is badly displayed
Date: Tue, 29 Jan 2008 18:06:41 +0100


Am 29.01.2008 um 12:51 schrieb Francis Moreau:

drivers/scsi/sata_via.c:1237: error: â\200\230struct inodeâ\200\231
has no member named â\200\230i_semâ\200\231


You just need to switch your *compilation* buffer to display the contents as UTF-8 contents. ``â\200\230´´ and ``â\200\231´´ are the byte triplets that make the UTF representation of ``‘´´ and ``’´´, U +2018 and U+2019. ``â\200\230´´ and ``â\200\231´´ are equivalent to 0xE28098 and 0xE28099.

--
Greetings

  Pete

There is no worse tyranny than to force a man to pay for what he does not want merely because you think it would be good for him.
                                – Robert Heinlein







reply via email to

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