comparison lisp/term/internal.el @ 24448:54fa245dc776

(top level): Display character 255 as 8bit as well.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 07 Mar 1999 13:27:35 +0000
parents 3183582345f0
children 7a5f7af21c27
comparison
equal deleted inserted replaced
24447:8309f6535486 24448:54fa245dc776
291 ;; In multibyte mode, we want unibyte buffers to be displayed using 291 ;; In multibyte mode, we want unibyte buffers to be displayed using
292 ;; the terminal coding system, so that they display correctly on the 292 ;; the terminal coding system, so that they display correctly on the
293 ;; DOS terminal; in unibyte mode we want to see all 8-bit characters 293 ;; DOS terminal; in unibyte mode we want to see all 8-bit characters
294 ;; verbatim. In both cases, we want the entire range of 8-bit 294 ;; verbatim. In both cases, we want the entire range of 8-bit
295 ;; characters to arrive at our display code verbatim. 295 ;; characters to arrive at our display code verbatim.
296 (standard-display-8bit 127 254) 296 (standard-display-8bit 127 255)
297 297
298 (if default-enable-multibyte-characters 298 (if default-enable-multibyte-characters
299 ;; We want this in multibyte version only, since unibyte version 299 ;; We want this in multibyte version only, since unibyte version
300 ;; should not convert non-ASCII characters at all. 300 ;; should not convert non-ASCII characters at all.
301 (setq unibyte-display-via-language-environment t) 301 (setq unibyte-display-via-language-environment t)