emacs-devel
[Top][All Lists]
Advanced

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

Re: Display of characters #xa0 and #xad in unibyte buffers


From: Eli Zaretskii
Subject: Re: Display of characters #xa0 and #xad in unibyte buffers
Date: Fri, 25 Sep 2009 11:31:51 +0300

> Date: Thu, 24 Sep 2009 17:06:24 +0200
> From: Ulrich Mueller <address@hidden>
> 
> Is the following a feature or a bug?
> 
>     $ emacs -Q
>     M-x toggle-enable-multibyte-characters RET C-q 240 RET C-q 255 RET
> 
> The characters are displayed as "_-" (approximately).
> 
> Shouldn't they be displayed as "\240\255", considering that these are
> raw bytes with no specific meaning?

There are no ``raw bytes'' in a unibyte buffer.  Every byte there is
interpreted as a character, and shown as such.  This is the main
feature of unibyte buffers; otherwise, who'd want them?




reply via email to

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