]> code.delx.au - gnu-emacs/blobdiff - lisp/language/european.el
("Latin-1"): Add description for Dutch and Spanish lang. env.
[gnu-emacs] / lisp / language / european.el
index ae8bb58a27ff972fec27f9ced48f39cad18b6fad..fb64888edb5f169c576253e2aca89527a6fbd11f 100644 (file)
@@ -1,6 +1,6 @@
-;;; european.el --- Support for European languages
+;;; european.el --- European languages -*- coding: iso-2022-7bit; -*-
 
-;; Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
+;; Copyright (C) 1995, 1997, 2001 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
 
 ;; Keywords: multilingual, European
 
 ;;; Commentary:
 
-;; For Europeans, five character sets ISO8859-1,2,3,4,9 are supported.
+;; For Europeans, character sets ISO8859-1,2,3,4,9,14,15 are supported.
 
 ;;; Code:
 
-(define-prefix-command 'describe-european-environment-map)
-(define-key-after describe-language-environment-map [European]
-  '("European" . describe-european-environment-map)
-  t)
-
-(define-prefix-command 'setup-european-environment-map)
-(define-key-after setup-language-environment-map [European]
-  '("European" . setup-european-environment-map)
-  t)
-
-;; Setup for LANGAUGE which uses one-byte 8-bit CHARSET, one-byte
-;; 8-bit CODING-SYSTEM, and INPUT-METHOD.
-(defun setup-8-bit-environment (language charset coding-system input-method)
-  (setup-english-environment)
-  (set-default-coding-systems coding-system)
-  (setq coding-category-iso-8-1 coding-system
-       coding-category-iso-8-2 coding-system)
-  (setq sendmail-coding-system coding-system
-       rmail-file-coding-system coding-system)
-
-  (if charset
-      (let ((nonascii-offset (- (make-char charset) 128)))
-       ;; Set up for insertion of characters in this character set
-       ;; when codes 0200 - 0377 are typed in.
-       (setq nonascii-insert-offset nonascii-offset)))
-
-  (if input-method
-      (progn
-       (setq default-input-method input-method)
-       (setq-default default-input-method input-method)))
-
-  ;; If this is a Latin-N character set, set up syntax for it in
-  ;; single-byte mode.
-  (if (string-match "^Latin-\\([1-9]\\)$" language)
-      (load (downcase language))))
-\f
 ;; Latin-1 (ISO-8859-1)
 
 (make-coding-system
  'iso-latin-1 2 ?1
- "ISO 2022 based 8-bit encoding (MIME:ISO-8859-1, Compound Text Encoding)"
- '((ascii t) (latin-iso8859-1 t) nil nil
-   nil ascii-eol ascii-cntl))
+ "ISO 2022 based 8-bit encoding for Latin-1 (MIME:ISO-8859-1)"
+ '(ascii latin-iso8859-1 nil nil
+   nil nil nil nil nil nil nil nil nil nil nil nil t)
+ '((safe-charsets ascii latin-iso8859-1)
+   (mime-charset . iso-8859-1)))
 
 (define-coding-system-alias 'iso-8859-1 'iso-latin-1)
 (define-coding-system-alias 'latin-1 'iso-latin-1)
-(define-coding-system-alias 'ctext 'iso-latin-1)
-
-(defun setup-latin1-environment ()
-  "Set up multilingual environment (MULE) for European Latin-1 users."
-  (interactive)
-  (setup-8-bit-environment "Latin-1" 'latin-iso8859-1 'iso-latin-1
-                          "latin-1-prefix"))
 
 (set-language-info-alist
- "Latin-1" '((setup-function . (setup-latin1-environment
-                               . setup-european-environment-map))
-            (charset . (ascii latin-iso8859-1))
-            (coding-system . (iso-latin-1))
+ "Latin-1" '((charset ascii latin-iso8859-1)
+            (coding-system iso-latin-1)
+            (coding-priority iso-latin-1)
+            (nonascii-translation . latin-iso8859-1)
+            (unibyte-syntax . "latin-1")
+            (unibyte-display . iso-latin-1)
+            (input-method . "latin-1-prefix")
             (sample-text
              . "Hello, Hej, Tere, Hei, Bonjour, Gr\e,A|_\e(B Gott, Ciao, \e,A!\e(BHola!")
-            (documentation . ("\
-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-environment-map))
-            ))
+            (documentation . "\
+This language environment is a generic one for the Latin-1 (ISO-8859-1)
+character set which supports the following European languages:
+ Albanian, Basque, Breton, Catalan, Danish, Dutch, English, Faeroese,
+ Finnish, French (with restrictions -- see Latin-9), Frisian, Galician,
+ German, Greenlandic, Icelandic, Irish Gaelic (new orthography),
+ Italian, Latin, Luxemburgish, Norwegian, Portuguese, Rhaeto-Romanic,
+ Scottish Gaelic, Spanish, and Swedish.
+We also have Dutch, German and Spanish-specific language environments
+called \"Dutch\", \"German\" and \"Spanish\" respectively.
+
+Latin-1 also covers several written languages outside Europe, including
+Indonesian/Malay, Tagalog (Philippines), Swahili and Afrikaans."))
+ '("European"))
+
 \f
 ;; Latin-2 (ISO-8859-2)
 
 (make-coding-system
  'iso-latin-2 2 ?2
  "ISO 2022 based 8-bit encoding (MIME:ISO-8859-2)"
- '((ascii t) (latin-iso8859-2 t) nil nil
-   nil ascii-eol ascii-cntl nil nil nil nil))
+ '(ascii latin-iso8859-2 nil nil
+   nil nil nil nil nil nil nil)
+ '((safe-charsets ascii latin-iso8859-2)
+   (mime-charset . iso-8859-2)))
 
 (define-coding-system-alias 'iso-8859-2 'iso-latin-2)
 (define-coding-system-alias 'latin-2 'iso-latin-2)
 
-(defun setup-latin2-environment ()
-  "Set up multilingual environment (MULE) for European Latin-2 users."
-  (interactive)
-  (setup-8-bit-environment "Latin-2" 'latin-iso8859-2 'iso-latin-2
-                          "latin-2-prefix"))
-
 (set-language-info-alist
- "Latin-2" '((setup-function . (setup-latin2-environment
-                               . setup-european-environment-map))
-            (charset . (ascii latin-iso8859-2))
-            (coding-system . (iso-latin-2))
-            (documentation . ("\
-These languages are supported with the Latin-2 (ISO-8859-2) character set:
+ "Latin-2" '((charset ascii latin-iso8859-2)
+            (coding-system iso-latin-2)
+            (coding-priority iso-latin-2)
+            (nonascii-translation . latin-iso8859-2)
+            (unibyte-syntax . "latin-2")
+            (unibyte-display . iso-latin-2)
+            (input-method . "latin-2-prefix")
+            (documentation . "\
+This language environment is a generic one for the Latin-2 (ISO-8859-2)
+character set which supports the following languages:
  Albanian, Czech, English, German, Hungarian, Polish, Romanian,
- Serbo-Croatian or Croatian, Slovak, Slovene, and Swedish.
-" . describe-european-environment-map))
-            ))
+ Serbo-Croatian or Croatian, Slovak, Slovene, Sorbian (upper and lower),
+ and Swedish.
+We also have specific language environments for the following languages:
+  For Czech, \"Czech\".
+  For Romanian, \"Romanian\".
+  For Slovak, \"Slovak\"."))
+ '("European"))
+
 \f
 ;; Latin-3 (ISO-8859-3)
 
 (make-coding-system
  'iso-latin-3 2 ?3
  "ISO 2022 based 8-bit encoding (MIME:ISO-8859-3)"
- '((ascii t) (latin-iso8859-3 t) nil nil
-   nil ascii-eol ascii-cntl nil nil nil nil))
+ '(ascii latin-iso8859-3 nil nil
+   nil nil nil nil nil nil nil)
+ '((safe-charsets ascii latin-iso8859-3)
+   (mime-charset . iso-8859-3)))
 
 (define-coding-system-alias 'iso-8859-3 'iso-latin-3)
 (define-coding-system-alias 'latin-3 'iso-latin-3)
 
-(defun setup-latin3-environment ()
-  "Set up multilingual environment (MULE) for European Latin-3 users."
-  (interactive)
-  (setup-8-bit-environment "Latin-3" 'latin-iso8859-3 'iso-latin-3
-                          "latin-3-prefix"))
-
 (set-language-info-alist
- "Latin-3" '((setup-function . (setup-latin3-environment
-                               . setup-european-environment-map))
-            (charset . (ascii latin-iso8859-3))
-            (coding-system . (iso-latin-3))
-            (documentation . ("\
+ "Latin-3" '((charset ascii latin-iso8859-3)
+            (coding-system iso-latin-3)
+            (coding-priority iso-latin-3)
+            (nonascii-translation . latin-iso8859-3)
+            (unibyte-syntax . "latin-3")
+            (unibyte-display . iso-latin-3)
+            (input-method . "latin-3-prefix")
+            (documentation . "\
 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-environment-map))
-            ))
+ German, Italian, Maltese, Spanish, and Turkish."))
+ '("European"))
+
 \f
 ;; Latin-4 (ISO-8859-4)
 
 (make-coding-system
  'iso-latin-4 2 ?4
  "ISO 2022 based 8-bit encoding (MIME:ISO-8859-4)"
- '((ascii t) (latin-iso8859-4 t) nil nil
-   nil ascii-eol ascii-cntl nil nil nil nil))
+ '(ascii latin-iso8859-4 nil nil
+   nil nil nil nil nil nil nil)
+ '((safe-charsets ascii latin-iso8859-4)
+   (mime-charset . iso-8859-4)))
 
 (define-coding-system-alias 'iso-8859-4 'iso-latin-4)
 (define-coding-system-alias 'latin-4 'iso-latin-4)
 
-(defun setup-latin4-environment ()
-  "Set up multilingual environment (MULE) for European Latin-4 users."
-  (interactive)
-  (setup-8-bit-environment "Latin-4" 'latin-iso8859-4 'iso-latin-4
-                          "latin-4-prefix"))
-
 (set-language-info-alist
- "Latin-4" '((setup-function . (setup-latin4-environment
-                               . setup-european-environment-map))
-            (charset . (ascii latin-iso8859-4))
-            (coding-system . (iso-8859-4))
-            (documentation . ("\
+ "Latin-4" '((charset ascii latin-iso8859-4)
+            (coding-system iso-8859-4)
+            (coding-priority iso-8859-4)
+            (nonascii-translation . latin-iso8859-4)
+            (unibyte-syntax . "latin-4")
+            (unibyte-display . iso-8859-4)
+            (input-method . "latin-4-prefix")
+            (documentation . "\
 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-environment-map))
-            ))
+ Latvian, Lithuanian, and Norwegian."))
+ '("European"))
+
 \f
 ;; Latin-5 (ISO-8859-9)
 
 (make-coding-system
  'iso-latin-5 2 ?9
  "ISO 2022 based 8-bit encoding (MIME:ISO-8859-9)"
- '((ascii t) (latin-iso8859-9 t) nil nil
-   nil ascii-eol ascii-cntl nil nil nil nil))
+ '(ascii latin-iso8859-9 nil nil
+   nil nil nil nil nil nil nil)
+ '((safe-charsets ascii latin-iso8859-9)
+   (mime-charset . iso-8859-9)))
 
 (define-coding-system-alias 'iso-8859-9 'iso-latin-5)
 (define-coding-system-alias 'latin-5 'iso-latin-5)
 
-(defun setup-latin5-environment ()
-  "Set up multilingual environment (MULE) for European Latin-5 users."
-  (interactive)
-  (setup-8-bit-environment "Latin-5" 'latin-iso8859-9 'iso-latin-5
-                          "latin-5-prefix"))
+(set-language-info-alist
+ "Latin-5" '((charset ascii latin-iso8859-9)
+            (coding-system iso-latin-5)
+            (coding-priority iso-latin-5)
+            (nonascii-translation . latin-iso8859-9)
+            (unibyte-syntax . "latin-5")
+            (unibyte-display . iso-latin-5)
+            (input-method . "latin-5-prefix")
+            (documentation . "\
+These languages are supported with the Latin-5 (ISO-8859-9) character set:
+Bulgarian, Byelorussian, (Slavic) Macedonian, Russian, Serbian and
+Ukranian."))                           ; says ISO 8859-1
+ '("European"))
+
+\f
+;; Latin-8 (ISO-8859-14)
+
+(make-coding-system
+ 'iso-latin-8 2 ?W                     ; `W' for `Welsh', since `C'
+                                       ; for `Celtic' is taken.
+ "ISO 2022 based 8-bit encoding for Latin-8 (MIME:ISO-8859-14)"
+ '(ascii latin-iso8859-14 nil nil
+   nil nil nil nil nil nil nil nil nil nil nil nil t)
+ '((safe-charsets ascii latin-iso8859-14)
+   (mime-charset . iso-8859-14)))
+
+(define-coding-system-alias 'iso-8859-14 'iso-latin-8)
+(define-coding-system-alias 'latin-8 'iso-latin-8)
 
 (set-language-info-alist
- "Latin-5" '((setup-function . (setup-latin5-environment
-                               . setup-european-environment-map))
-            (charset . (ascii latin-iso8859-9))
-            (coding-system . (iso-latin-5))
-            (documentation . ("\
-These languages are supported with the Latin-5 (ISO-8859-9) character set.
-" . describe-european-environment-map))
-            ))
+ "Latin-8" '((charset ascii latin-iso8859-14)
+            (coding-system iso-latin-8)
+            (coding-priority iso-latin-8)
+            (nonascii-translation . latin-iso8859-14)
+            (unibyte-syntax . "latin-8")
+            (unibyte-display . iso-latin-8)
+            (input-method . "latin-8-prefix")
+            ;; Fixme: Welsh/Ga{e}lic greetings
+            (sample-text . "\e,_"\e(B \e,_p\e(B \e,_^\e(B")
+            (documentation . "\
+This language environment is a generic one for the Latin-8 (ISO-8859-14)
+character set which supports the Celtic languages, including those not
+covered by other ISO-8859 character sets: Welsh, Manx Gaelic and
+Irish Gaelic (old orthography)."))
+ '("European"))
+\f
+;; Latin-9 (ISO-8859-15)
+
+(make-coding-system
+ 'iso-latin-9 2 ?0                     ; `0' for `Latin-0'
+ "ISO 2022 based 8-bit encoding for Latin-9 (MIME:ISO-8859-15)"
+ '(ascii latin-iso8859-15 nil nil
+   nil nil nil nil nil nil nil nil nil nil nil nil t)
+ '((safe-charsets ascii latin-iso8859-15)
+   (mime-charset . iso-8859-15)))
+
+(define-coding-system-alias 'iso-8859-15 'iso-latin-9)
+(define-coding-system-alias 'latin-9 'iso-latin-9)
+(define-coding-system-alias 'latin-0 'iso-latin-9)
+
+(set-language-info-alist
+ "Latin-9" '((charset ascii latin-iso8859-15)
+            (coding-system iso-latin-9)
+            (coding-priority iso-latin-9)
+            (nonascii-translation . latin-iso8859-15)
+            (unibyte-syntax . "latin-9")
+            (unibyte-display . iso-latin-9)
+            (input-method . "latin-9-prefix")
+            (sample-text
+             . "AVE. \e,b&(48<=>\e(B \e,b$\e(B")
+            (documentation . "\
+This language environment is a generic one for the Latin-9 (ISO-8859-15)
+character set which supports the same languages as Latin-1 with the
+addition of the Euro sign and some additional French and Finnish letters.
+Latin-9 is sometimes nicknamed `Latin-0'."))
+ '("European"))
+\f
+(set-language-info-alist
+ "German" '((tutorial . "TUTORIAL.de")
+           (charset ascii latin-iso8859-1)
+           (coding-system iso-latin-1)
+           (coding-priority iso-latin-1)
+           (input-method . "german-postfix")
+           (nonascii-translation . iso-latin-1)
+           (unibyte-syntax . "latin-1")
+           (unibyte-display . iso-latin-1)
+           (sample-text . "\
+German (Deutsch Nord)  Guten Tag
+German (Deutsch S\e,A|\e(Bd)     Gr\e,A|_\e(B Gott")
+           (documentation . "\
+This language environment is almost the same as Latin-1,
+but default input method is set to \"german-postfix\"."))
+ '("European"))
+
+(set-language-info-alist
+ "Slovenian" '((charset . (ascii latin-iso8859-2))
+             (coding-system . (iso-8859-2))
+             (coding-priority . (iso-8859-2))
+             (nonascii-translation . latin-iso8859-2)
+             (input-method . "latin-2-postfix")
+             (unibyte-syntax . "latin-2")
+             (unibyte-display . iso-8859-2)
+             (tutorial . "TUTORIAL.sl")
+             (sample-text . "\e,B.\e(Belimo vam uspe\e,B9\e(Ben dan!")
+             (documentation . t))
+ '("European"))
+
+(set-language-info-alist
+ "Spanish" '((tutorial . "TUTORIAL.es")
+           (charset ascii latin-iso8859-1)
+           (coding-system iso-latin-1)
+           (coding-priority iso-latin-1)
+           (input-method . "spanish-postfix")
+           (nonascii-translation . iso-latin-1)
+           (unibyte-syntax . "latin-1")
+           (unibyte-display . iso-latin-1)
+           (sample-text . "Spanish (Espa\e,Aq\e(Bol)     \e,A!\e(BHola!")
+           (documentation . "\
+This language environment is almost the same as Latin-1,
+but default input method is set to \"spanish-postfix\",
+and select's the Spanish tutorial."))
+ '("European"))
+
+(set-language-info-alist
+ "Dutch" '((tutorial . "TUTORIAL.nl")
+          (charset ascii latin-iso8859-1)
+          (coding-system iso-latin-1)
+          (coding-priority iso-latin-1)
+          (nonascii-translation . iso-latin-1)
+          (unibyte-syntax . "latin-1")
+          (unibyte-display . iso-latin-1)
+          (sample-text . "Er is een aantal manieren waarop je dit kan doen")
+          (documentation . "\
+This language environment is almost the same as Latin-1,
+but select's the Dutch tutorial."))
+ '("European"))
+
+;; For Turkish, the character set ISO-8859-9 (Latin-5) is used.  But,
+;; before the introduction of ISO-8859-9 in 1988, ISO-8859-3 (Latin-3)
+;; was used for Turkish.  Those who use Latin-3 for Turkish should use
+;; "Latin-3" language environment.
+
+(set-language-info-alist
+ "Turkish" '((charset ascii latin-iso8859-9)
+            (coding-system iso-latin-5)
+            (coding-priority iso-latin-5)
+            (nonascii-translation . latin-iso8859-9)
+            (unibyte-syntax . "latin-5")
+            (unibyte-display . iso-latin-5)
+            (input-method . "turkish-postfix")
+            (sample-text . "Turkish (T\e,M|\e(Brk\e,Mg\e(Be)       Merhaba")
+            (documentation . t)))
+
+;; Polish ISO 8859-2 environment.
+;; Maintainer: Wlodek Bzyl <matwb@univ.gda.pl>
+;; Keywords: multilingual, Polish
+
+(set-language-info-alist
+ "Polish" '((charset . (ascii latin-iso8859-2))
+          (coding-system . (iso-8859-2))
+          (coding-priority . (iso-8859-2))
+          (input-method . "polish-slash")
+          (nonascii-translation . latin-iso8859-2)
+          (unibyte-syntax . "latin-2")
+          (unibyte-display . iso-8859-2)
+          (tutorial . "TUTORIAL.pl")
+          (sample-text . "\e,B1!fFjJ3#qQsS6&?/<,\e(B")
+          (documentation . t))
+ '("European"))
+
+\f
+;; Definitions for the Mac Roman character sets and coding system.
+;; The Mac Roman encoding uses all 128 code points in the range 128 to
+;; 255 for actual characters.  Emacs decodes them to one of the
+;; following character sets.
+;;     ascii, latin-iso8859-1, mule-unicode-0100-24ff,
+;;     mule-unicode-2500-33ff, mule-unicode-e000-ffff
+
+(let
+    ((encoding-vector (make-vector 256 nil))
+     (i 0)
+     (vec      ;; mac-roman (128..255) -> UCS mapping
+      [ #x00C4 ;; 128:LATIN CAPITAL LETTER A WITH DIAERESIS
+       #x00C5  ;; 129:LATIN CAPITAL LETTER A WITH RING ABOVE
+       #x00C7  ;; 130:LATIN CAPITAL LETTER C WITH CEDILLA
+       #x00C9  ;; 131:LATIN CAPITAL LETTER E WITH ACUTE
+       #x00D1  ;; 132:LATIN CAPITAL LETTER N WITH TILDE
+       #x00D6  ;; 133:LATIN CAPITAL LETTER O WITH DIAERESIS
+       #x00DC  ;; 134:LATIN CAPITAL LETTER U WITH DIAERESIS
+       #x00E1  ;; 135:LATIN SMALL LETTER A WITH ACUTE
+       #x00E0  ;; 136:LATIN SMALL LETTER A WITH GRAVE
+       #x00E2  ;; 137:LATIN SMALL LETTER A WITH CIRCUMFLEX
+       #x00E4  ;; 138:LATIN SMALL LETTER A WITH DIAERESIS
+       #x00E3  ;; 139:LATIN SMALL LETTER A WITH TILDE
+       #x00E5  ;; 140:LATIN SMALL LETTER A WITH RING ABOVE
+       #x00E7  ;; 141:LATIN SMALL LETTER C WITH CEDILLA
+       #x00E9  ;; 142:LATIN SMALL LETTER E WITH ACUTE
+       #x00E8  ;; 143:LATIN SMALL LETTER E WITH GRAVE
+       #x00EA  ;; 144:LATIN SMALL LETTER E WITH CIRCUMFLEX
+       #x00EB  ;; 145:LATIN SMALL LETTER E WITH DIAERESIS
+       #x00ED  ;; 146:LATIN SMALL LETTER I WITH ACUTE
+       #x00EC  ;; 147:LATIN SMALL LETTER I WITH GRAVE
+       #x00EE  ;; 148:LATIN SMALL LETTER I WITH CIRCUMFLEX
+       #x00EF  ;; 149:LATIN SMALL LETTER I WITH DIAERESIS
+       #x00F1  ;; 150:LATIN SMALL LETTER N WITH TILDE
+       #x00F3  ;; 151:LATIN SMALL LETTER O WITH ACUTE
+       #x00F2  ;; 152:LATIN SMALL LETTER O WITH GRAVE
+       #x00F4  ;; 153:LATIN SMALL LETTER O WITH CIRCUMFLEX
+       #x00F6  ;; 154:LATIN SMALL LETTER O WITH DIAERESIS
+       #x00F5  ;; 155:LATIN SMALL LETTER O WITH TILDE
+       #x00FA  ;; 156:LATIN SMALL LETTER U WITH ACUTE
+       #x00F9  ;; 157:LATIN SMALL LETTER U WITH GRAVE
+       #x00FB  ;; 158:LATIN SMALL LETTER U WITH CIRCUMFLEX
+       #x00FC  ;; 159:LATIN SMALL LETTER U WITH DIAERESIS
+       #x2020  ;; 160:DAGGER
+       #x00B0  ;; 161:DEGREE SIGN
+       #x00A2  ;; 162:CENT SIGN
+       #x00A3  ;; 163:POUND SIGN
+       #x00A7  ;; 164:SECTION SIGN
+       #x2022  ;; 165:BULLET
+       #x00B6  ;; 166:PILCROW SIGN
+       #x00DF  ;; 167:LATIN SMALL LETTER SHARP S
+       #x00AE  ;; 168:REGISTERED SIGN
+       #x00A9  ;; 169:COPYRIGHT SIGN
+       #x2122  ;; 170:TRADE MARK SIGN
+       #x00B4  ;; 171:ACUTE ACCENT
+       #x00A8  ;; 172:DIAERESIS
+       #x2260  ;; 173:NOT EQUAL TO
+       #x00C6  ;; 174:LATIN CAPITAL LETTER AE
+       #x00D8  ;; 175:LATIN CAPITAL LETTER O WITH STROKE
+       #x221E  ;; 176:INFINITY
+       #x00B1  ;; 177:PLUS-MINUS SIGN
+       #x2264  ;; 178:LESS-THAN OR EQUAL TO
+       #x2265  ;; 179:GREATER-THAN OR EQUAL TO
+       #x00A5  ;; 180:YEN SIGN
+       #x00B5  ;; 181:MICRO SIGN
+       #x2202  ;; 182:PARTIAL DIFFERENTIAL
+       #x2211  ;; 183:N-ARY SUMMATION
+       #x220F  ;; 184:N-ARY PRODUCT
+       #x03C0  ;; 185:GREEK SMALL LETTER PI
+       #x222B  ;; 186:INTEGRAL
+       #x00AA  ;; 187:FEMININE ORDINAL INDICATOR
+       #x00BA  ;; 188:MASCULINE ORDINAL INDICATOR
+       #x03A9  ;; 189:GREEK CAPITAL LETTER OMEGA
+       #x00E6  ;; 190:LATIN SMALL LETTER AE
+       #x00F8  ;; 191:LATIN SMALL LETTER O WITH STROKE
+       #x00BF  ;; 192:INVERTED QUESTION MARK
+       #x00A1  ;; 193:INVERTED EXCLAMATION MARK
+       #x00AC  ;; 194:NOT SIGN
+       #x221A  ;; 195:SQUARE ROOT
+       #x0192  ;; 196:LATIN SMALL LETTER F WITH HOOK
+       #x2248  ;; 197:ALMOST EQUAL TO
+       #x2206  ;; 198:INCREMENT
+       #x00AB  ;; 199:LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+       #x00BB  ;; 200:RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+       #x2026  ;; 201:HORIZONTAL ELLIPSIS
+       #x00A0  ;; 202:NO-BREAK SPACE
+       #x00C0  ;; 203:LATIN CAPITAL LETTER A WITH GRAVE
+       #x00C3  ;; 204:LATIN CAPITAL LETTER A WITH TILDE
+       #x00D5  ;; 205:LATIN CAPITAL LETTER O WITH TILDE
+       #x0152  ;; 206:LATIN CAPITAL LIGATURE OE
+       #x0153  ;; 207:LATIN SMALL LIGATURE OE
+       #x2013  ;; 208:EN DASH
+       #x2014  ;; 209:EM DASH
+       #x201C  ;; 210:LEFT DOUBLE QUOTATION MARK
+       #x201D  ;; 211:RIGHT DOUBLE QUOTATION MARK
+       #x2018  ;; 212:LEFT SINGLE QUOTATION MARK
+       #x2019  ;; 213:RIGHT SINGLE QUOTATION MARK
+       #x00F7  ;; 214:DIVISION SIGN
+       #x25CA  ;; 215:LOZENGE
+       #x00FF  ;; 216:LATIN SMALL LETTER Y WITH DIAERESIS
+       #x0178  ;; 217:LATIN CAPITAL LETTER Y WITH DIAERESIS
+       #x2044  ;; 218:FRACTION SLASH
+       #x20AC  ;; 219:EURO SIGN
+       #x2039  ;; 220:SINGLE LEFT-POINTING ANGLE QUOTATION MARK
+       #x203A  ;; 221:SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
+       #xFB01  ;; 222:LATIN SMALL LIGATURE FI
+       #xFB02  ;; 223:LATIN SMALL LIGATURE FL
+       #x2021  ;; 224:DOUBLE DAGGER
+       #x00B7  ;; 225:MIDDLE DOT
+       #x201A  ;; 226:SINGLE LOW-9 QUOTATION MARK
+       #x201E  ;; 227:DOUBLE LOW-9 QUOTATION MARK
+       #x2030  ;; 228:PER MILLE SIGN
+       #x00C2  ;; 229:LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+       #x00CA  ;; 230:LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+       #x00C1  ;; 231:LATIN CAPITAL LETTER A WITH ACUTE
+       #x00CB  ;; 232:LATIN CAPITAL LETTER E WITH DIAERESIS
+       #x00C8  ;; 233:LATIN CAPITAL LETTER E WITH GRAVE
+       #x00CD  ;; 234:LATIN CAPITAL LETTER I WITH ACUTE
+       #x00CE  ;; 235:LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+       #x00CF  ;; 236:LATIN CAPITAL LETTER I WITH DIAERESIS
+       #x00CC  ;; 237:LATIN CAPITAL LETTER I WITH GRAVE
+       #x00D3  ;; 238:LATIN CAPITAL LETTER O WITH ACUTE
+       #x00D4  ;; 239:LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+       #xF8FF  ;; 240:Apple logo
+       #x00D2  ;; 241:LATIN CAPITAL LETTER O WITH GRAVE
+       #x00DA  ;; 242:LATIN CAPITAL LETTER U WITH ACUTE
+       #x00DB  ;; 243:LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+       #x00D9  ;; 244:LATIN CAPITAL LETTER U WITH GRAVE
+       #x0131  ;; 245:LATIN SMALL LETTER DOTLESS I
+       #x02C6  ;; 246:MODIFIER LETTER CIRCUMFLEX ACCENT
+       #x02DC  ;; 247:SMALL TILDE
+       #x00AF  ;; 248:MACRON
+       #x02D8  ;; 249:BREVE
+       #x02D9  ;; 250:DOT ABOVE
+       #x02DA  ;; 251:RING ABOVE
+       #x00B8  ;; 252:CEDILLA
+       #x02DD  ;; 253:DOUBLE ACUTE ACCENT
+       #x02DB  ;; 254:OGONEK
+       #x02C7  ;; 255:CARON
+       ])
+     translation-table)
+  (while (< i 128)
+    (aset encoding-vector i i)
+    (setq i (1+ i)))
+  (while (< i 256)
+    (aset encoding-vector i
+         (decode-char 'ucs (aref vec (- i 128))))
+    (setq i (1+ i)))
+  (setq translation-table
+       (make-translation-table-from-vector encoding-vector))
+  (define-translation-table 'mac-roman-decoder translation-table)
+  (define-translation-table 'mac-roman-encoder 
+    (char-table-extra-slot translation-table 0)))
+
+(define-ccl-program decode-mac-roman
+  `(4
+    ((loop
+      (read r1)
+      (if (r1 < 128)  ;; ASCII
+         (r0 = ,(charset-id 'ascii))
+       (if (r1 < 160)
+           (r0 = ,(charset-id 'eight-bit-control))
+         (r0 = ,(charset-id 'eight-bit-graphic))))
+      (translate-character mac-roman-decoder r0 r1)
+      (write-multibyte-character r0 r1)
+      (repeat))))
+  "CCL program to decode Mac Roman")
+
+(define-ccl-program encode-mac-roman
+  `(1
+    ((loop
+      (read-multibyte-character r0 r1)
+      (translate-character mac-roman-encoder r0 r1)
+      (write-repeat r1))))
+  "CCL program to encode Mac Roman")
+
+(make-coding-system
+ 'mac-roman 4 ?M "Mac Roman Encoding"
+ '(decode-mac-roman . encode-mac-roman)
+ '((safe-chars . mac-roman-encoder)
+   (valid-codes (0 . 255))))
+
+(provide 'european)
 
 ;;; european.el ends here