Mercurial > emacs
changeset 48073:1b334a808f0f
Comment.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 29 Oct 2002 18:37:26 +0000 |
parents | 7b2b53ef44d7 |
children | a3d1322abc88 |
files | lisp/international/mule-cmds.el lisp/international/mule-conf.el |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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")
--- 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)))