1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00
This commit is contained in:
Dave Love 2002-10-29 18:37:26 +00:00
parent d1c3f6b6e0
commit e11cf111ba
2 changed files with 5 additions and 3 deletions

View File

@ -1905,6 +1905,8 @@ of `buffer-file-coding-system' set by this function."
; 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")

View File

@ -414,7 +414,7 @@ is treated as a character."
'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 @@ Like `compound-text', but does not produce escape sequences for compositions."
(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 @@ for decoding and encoding files, process I/O, etc."
(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)))