Mercurial > emacs
changeset 29258:aa05ee69de27
(cp-coding-system-for-codepage-1): Add
eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
coding systems.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 28 May 2000 10:48:13 +0000 |
parents | dd053bd4d5ca |
children | 2780c2363a5f |
files | lisp/international/codepage.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/codepage.el Sun May 28 10:43:30 2000 +0000 +++ b/lisp/international/codepage.el Sun May 28 10:48:13 2000 +0000 @@ -119,7 +119,7 @@ (concat "8-bit encoding of " (symbol-name iso-name) " characters using IBM codepage " coding-name) (cons ccl-decoder-unix ccl-encoder-unix) - `((safe-charsets ascii ,iso-name) + `((safe-charsets ascii eight-bit-control eight-bit-graphic ,iso-name) (valid-codes (0 . 255)) (charset-origin-alist ,(list iso-name (symbol-name coding) encoder)))) ;;; Make coding systems CODING-unix, CODING-dos, CODING-mac.