(top level): Display character 255 as 8bit as well.
This commit is contained in:
parent
f87880f53d
commit
296addb270
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ list. You can (and should) also run it whenever the value of
|
|||
;; DOS terminal; in unibyte mode we want to see all 8-bit characters
|
||||
;; verbatim. In both cases, we want the entire range of 8-bit
|
||||
;; characters to arrive at our display code verbatim.
|
||||
(standard-display-8bit 127 254)
|
||||
(standard-display-8bit 127 255)
|
||||
|
||||
(if default-enable-multibyte-characters
|
||||
;; We want this in multibyte version only, since unibyte version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue