changeset 53241:b5acb6a7d79b

(compound-text-with-extensions): Change the type to 2 (iso-2022 base).
author Kenichi Handa <handa@m17n.org>
date Wed, 03 Dec 2003 08:25:05 +0000
parents ee5206ee4439
children e8f42b49f71f
files lisp/international/mule-conf.el
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-conf.el	Wed Dec 03 08:24:42 2003 +0000
+++ b/lisp/international/mule-conf.el	Wed Dec 03 08:25:05 2003 +0000
@@ -442,12 +442,16 @@
  '((safe-charsets . t)))
 
 (make-coding-system
- 'compound-text-with-extensions 5 ?x
+ 'compound-text-with-extensions 2 ?x
  "Compound text encoding with extended segments.
 
+See the variable `ctext-non-standard-encodings-alist' for the
+detail about how extended segments are handled.
+
 This coding system should be used only for X selections.  It is inappropriate
 for decoding and encoding files, process I/O, etc."
- nil
+ '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t
+   nil ascii-eol ascii-cntl)
  '((post-read-conversion . ctext-post-read-conversion)
    (pre-write-conversion . ctext-pre-write-conversion)))