# HG changeset patch # User Dave Love # Date 1035916646 0 # Node ID 1b334a808f0f4d3bc16ebe3d1ef34e08055fd2aa # Parent 7b2b53ef44d7586f4dde2ef634af414d851bc30a Comment. diff -r 7b2b53ef44d7 -r 1b334a808f0f lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Tue Oct 29 18:21:10 2002 +0000 +++ b/lisp/international/mule-cmds.el Tue Oct 29 18:37:26 2002 +0000 @@ -1905,6 +1905,8 @@ ; dz Bhutani ("el" . "Greek") ;; Users who specify "en" explicitly typically want Latin-1, not ASCII. + ;; That's actually what the GNU locales define, modulo things like + ;; en_IN -- fx. ("en" . "Latin-1") ; English ("eo" . "Latin-3") ; Esperanto ("es" . "Spanish") diff -r 7b2b53ef44d7 -r 1b334a808f0f lisp/international/mule-conf.el --- a/lisp/international/mule-conf.el Tue Oct 29 18:21:10 2002 +0000 +++ b/lisp/international/mule-conf.el Tue Oct 29 18:37:26 2002 +0000 @@ -414,7 +414,7 @@ 'compound-text 2 ?x "Compound text based generic encoding for decoding unknown messages. -This coding system does not support ICCCM Extended Segments." +This coding system does not support extended segments." '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil init-bol nil nil) @@ -442,7 +442,7 @@ (make-coding-system 'compound-text-with-extensions 5 ?x - "Compound text encoding with ICCCM Extended Segment extensions. + "Compound text encoding with extended segments. This coding system should be used only for X selections. It is inappropriate for decoding and encoding files, process I/O, etc." @@ -457,7 +457,7 @@ (make-coding-system 'iso-safe 2 ?- - "Convert all characters but ASCII to `?'." + "Encode ASCII asis and encode non-ASCII characters to `?'." '(ascii nil nil nil nil ascii-eol ascii-cntl nil nil nil nil nil nil nil nil t) '((safe-charsets ascii)))