diff options
| author | Dave Love | 2002-10-29 18:37:26 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-29 18:37:26 +0000 |
| commit | e11cf111ba24354babb456e666a1ffcae0f48863 (patch) | |
| tree | 0942805dccbbec337f8291c0027c83902573cbca | |
| parent | d1c3f6b6e02d56c1e56b62834ddc0582d6b458b7 (diff) | |
| download | emacs-e11cf111ba24354babb456e666a1ffcae0f48863.tar.gz emacs-e11cf111ba24354babb456e666a1ffcae0f48863.zip | |
Comment.
| -rw-r--r-- | lisp/international/mule-cmds.el | 2 | ||||
| -rw-r--r-- | lisp/international/mule-conf.el | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index dc7c18361af..8f7264867d8 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -1905,6 +1905,8 @@ of `buffer-file-coding-system' set by this function." | |||
| 1905 | ; dz Bhutani | 1905 | ; dz Bhutani |
| 1906 | ("el" . "Greek") | 1906 | ("el" . "Greek") |
| 1907 | ;; Users who specify "en" explicitly typically want Latin-1, not ASCII. | 1907 | ;; Users who specify "en" explicitly typically want Latin-1, not ASCII. |
| 1908 | ;; That's actually what the GNU locales define, modulo things like | ||
| 1909 | ;; en_IN -- fx. | ||
| 1908 | ("en" . "Latin-1") ; English | 1910 | ("en" . "Latin-1") ; English |
| 1909 | ("eo" . "Latin-3") ; Esperanto | 1911 | ("eo" . "Latin-3") ; Esperanto |
| 1910 | ("es" . "Spanish") | 1912 | ("es" . "Spanish") |
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index d6ad28783f7..4b11cc67f2c 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -414,7 +414,7 @@ is treated as a character." | |||
| 414 | 'compound-text 2 ?x | 414 | 'compound-text 2 ?x |
| 415 | "Compound text based generic encoding for decoding unknown messages. | 415 | "Compound text based generic encoding for decoding unknown messages. |
| 416 | 416 | ||
| 417 | This coding system does not support ICCCM Extended Segments." | 417 | This coding system does not support extended segments." |
| 418 | '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t | 418 | '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t |
| 419 | nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil | 419 | nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil |
| 420 | init-bol nil nil) | 420 | init-bol nil nil) |
| @@ -442,7 +442,7 @@ Like `compound-text', but does not produce escape sequences for compositions." | |||
| 442 | 442 | ||
| 443 | (make-coding-system | 443 | (make-coding-system |
| 444 | 'compound-text-with-extensions 5 ?x | 444 | 'compound-text-with-extensions 5 ?x |
| 445 | "Compound text encoding with ICCCM Extended Segment extensions. | 445 | "Compound text encoding with extended segments. |
| 446 | 446 | ||
| 447 | This coding system should be used only for X selections. It is inappropriate | 447 | This coding system should be used only for X selections. It is inappropriate |
| 448 | for decoding and encoding files, process I/O, etc." | 448 | for decoding and encoding files, process I/O, etc." |
| @@ -457,7 +457,7 @@ for decoding and encoding files, process I/O, etc." | |||
| 457 | 457 | ||
| 458 | (make-coding-system | 458 | (make-coding-system |
| 459 | 'iso-safe 2 ?- | 459 | 'iso-safe 2 ?- |
| 460 | "Convert all characters but ASCII to `?'." | 460 | "Encode ASCII asis and encode non-ASCII characters to `?'." |
| 461 | '(ascii nil nil nil | 461 | '(ascii nil nil nil |
| 462 | nil ascii-eol ascii-cntl nil nil nil nil nil nil nil nil t) | 462 | nil ascii-eol ascii-cntl nil nil nil nil nil nil nil nil t) |
| 463 | '((safe-charsets ascii))) | 463 | '((safe-charsets ascii))) |