aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-10-11 17:52:53 +0000
committerDave Love2002-10-11 17:52:53 +0000
commitc452ee26e3413cd4f6819d4bbd1edb8887085589 (patch)
tree019ee46b9ded37fa79c93b574f27e2c5a1ad62b4
parentf56ad11ce04ecea68f71178d5ce21f0c5d4758bf (diff)
downloademacs-c452ee26e3413cd4f6819d4bbd1edb8887085589.tar.gz
emacs-c452ee26e3413cd4f6819d4bbd1edb8887085589.zip
(alternativnyj): Use new table.
(cp866): Define standalone, not as alias. (ibm866): Change alias. (ibm1047): New.
-rw-r--r--lisp/international/mule-conf.el23
1 files changed, 17 insertions, 6 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index 6426b17bea1..04436aa5f46 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -505,13 +505,15 @@
505 :short-name "alternativnyj" 505 :short-name "alternativnyj"
506 :ascii-compatible-p t 506 :ascii-compatible-p t
507 :code-space [0 255] 507 :code-space [0 255]
508 :map "alternativnyj")
509
510(define-charset 'cp866
511 "CP866"
512 :short-name "cp866"
513 :ascii-compatible-p t
514 :code-space [0 255]
508 :map "ibm866") 515 :map "ibm866")
509;; Fixme: http://czyborra.com/charsets/cyrillic.html says the 516(define-charset-alias 'ibm866 'cp866)
510;; following, but the iconv map for cp866 isn't the same as his chart
511;; for alternativnyj. I can't find anything that looks like an
512;; official definition of alternativnyj.
513(define-charset-alias 'cp866 'alternativnyj)
514(define-charset-alias 'ibm866 'alternativnyj)
515 517
516(define-charset 'koi8-u 518(define-charset 'koi8-u
517 "KOI8-U" 519 "KOI8-U"
@@ -948,6 +950,15 @@
948 :mime-charset 'ebcdic-uk 950 :mime-charset 'ebcdic-uk
949 :map "ebcdic-uk") 951 :map "ebcdic-uk")
950 952
953(define-charset 'ibm1047
954 ;; Says groff:
955 "IBM1047, some form of EBCDIC used by OS/390 Unix."
956 :short-name "IBM1047"
957 :code-space [0 255]
958 :mime-charset 'ibm1047
959 :map "ibm1047")
960(define-charset-alias 'cp1047 'ibm1047)
961
951(define-charset 'hp-roman8 962(define-charset 'hp-roman8
952 "Encoding used by Hewlet-Packard printer software" 963 "Encoding used by Hewlet-Packard printer software"
953 :short-name "HP-ROMAN8" 964 :short-name "HP-ROMAN8"