summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-02 04:57:39 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-02 04:57:39 +0000
commit0c1711485d9074bd90145da14ab87b8f088ab2a4 (patch)
tree83a5d628bf67948e2febf0cf383ba0fd91f5f76a
parent3f74d69ae5e212ec8d8b9ccc4abbebcdfd11b4ee (diff)
downloademacs-0c1711485d9074bd90145da14ab87b8f088ab2a4.tar.gz
(iso-8859-1): Use `1' for mode line.
(Latin-1...Latin-4 coding systems): Add lists of languages which use these coding systems.
-rw-r--r--lisp/language/european.el18
1 files changed, 13 insertions, 5 deletions
diff --git a/lisp/language/european.el b/lisp/language/european.el
index 23de6113107..0b318e3f1b9 100644
--- a/lisp/language/european.el
+++ b/lisp/language/european.el
@@ -61,7 +61,7 @@
;; Latin-1 (ISO-8859-1)
(make-coding-system
- 'iso-8859-1 2 ?X
+ 'iso-8859-1 2 ?1
"MIME ISO-8859-1 Compound Text Encoding."
'((ascii t) (latin-iso8859-1 t) nil nil
nil ascii-eol ascii-cntl))
@@ -86,7 +86,9 @@
(sample-text
. "Hello, Hej, Tere, Hei, Bonjour, Gr,A|_(B Gott, Ciao, ,A!(BHola!")
(documentation . ("\
-These languages are supported with the Latin-1 (ISO-8859-1) character set.
+These languages are supported with the Latin-1 (ISO-8859-1) character set:
+ Danish, Dutch, English, Faeroese, Finnish, French, German, Icelandic,
+ Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish.
" . describe-european-support-map))
))
@@ -112,7 +114,9 @@ These languages are supported with the Latin-1 (ISO-8859-1) character set.
(charset . (ascii latin-iso8859-2))
(coding-system . (iso-8859-2))
(documentation . ("\
-These languages are supported with the Latin-2 (ISO-8859-2) character set.
+These languages are supported with the Latin-2 (ISO-8859-2) character set:
+ Albanian, Czech, English, German, Hungarian, Polish, Romanian,
+ Serbo-Croatian, Slovak, Slovene, and Swedish.
" . describe-european-support-map))
))
@@ -138,7 +142,9 @@ These languages are supported with the Latin-2 (ISO-8859-2) character set.
(charset . (ascii latin-iso8859-3))
(coding-system . (iso-8859-3))
(documentation . ("\
-These languages are supported with the Latin-3 (ISO-8859-3) character set.
+These languages are supported with the Latin-3 (ISO-8859-3) character set:
+ Afrikaans, Catalan, Dutch, English, Esperanto, French, Galician,
+ German, Italian, Maltese, Spanish, and Turkish.
" . describe-european-support-map))
))
@@ -164,7 +170,9 @@ These languages are supported with the Latin-3 (ISO-8859-3) character set.
(charset . (ascii latin-iso8859-4))
(coding-system . (iso-8859-4))
(documentation . ("\
-These languages are supported with the Latin-4 (ISO-8859-4) character set.
+These languages are supported with the Latin-4 (ISO-8859-4) character set:
+ Danish, English, Estonian, Finnish, German, Greenlandic, Lappish,
+ Latvian, Lithuanian, and Norwegian.
" . describe-european-support-map))
))