annotate lisp/language/european.el @ 90670:a48ba67a019c

("Turkish"): Sync with HEAD.
author Kenichi Handa <handa@m17n.org>
date Wed, 22 Nov 2006 01:19:14 +0000
parents f9a65d7ebd29
children 6588c6259dfb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38436
b174db545cfd Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 37298
diff changeset
1 ;;; european.el --- support for European languages -*- coding: iso-2022-7bit; -*-
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
2
62396
197607499a29 Fix copyrights.
Kenichi Handa <handa@m17n.org>
parents: 55586
diff changeset
3 ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004
197607499a29 Fix copyrights.
Kenichi Handa <handa@m17n.org>
parents: 55586
diff changeset
4 ;; Free Software Foundation, Inc.
197607499a29 Fix copyrights.
Kenichi Handa <handa@m17n.org>
parents: 55586
diff changeset
5 ;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003
197607499a29 Fix copyrights.
Kenichi Handa <handa@m17n.org>
parents: 55586
diff changeset
6 ;; National Institute of Advanced Industrial Science and Technology (AIST)
197607499a29 Fix copyrights.
Kenichi Handa <handa@m17n.org>
parents: 55586
diff changeset
7 ;; Registration Number H14PRO021
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
8 ;; Copyright (C) 2003
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
9 ;; National Institute of Advanced Industrial Science and Technology (AIST)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
10 ;; Registration Number H13PRO009
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
11
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
12 ;; Keywords: multilingual, European
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
13
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
14 ;; This file is part of GNU Emacs.
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
15
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
16 ;; GNU Emacs is free software; you can redistribute it and/or modify
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
17 ;; it under the terms of the GNU General Public License as published by
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
18 ;; the Free Software Foundation; either version 2, or (at your option)
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
19 ;; any later version.
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
20
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
21 ;; GNU Emacs is distributed in the hope that it will be useful,
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
24 ;; GNU General Public License for more details.
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
25
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
26 ;; You should have received a copy of the GNU General Public License
17071
70194012fb3a Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 17052
diff changeset
27 ;; along with GNU Emacs; see the file COPYING. If not, write to the
64085
18a818a2ee7c Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 62396
diff changeset
28 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18a818a2ee7c Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 62396
diff changeset
29 ;; Boston, MA 02110-1301, USA.
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
30
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
31 ;;; Commentary:
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
32
52436
d095f4512252 (windows-1252): Moved from code-pages.
Dave Love <fx@gnu.org>
parents: 52401
diff changeset
33 ;; For European scripts, all the ISO Latin character sets are
d095f4512252 (windows-1252): Moved from code-pages.
Dave Love <fx@gnu.org>
parents: 52401
diff changeset
34 ;; supported, along with various others.
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
35
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
36 ;;; Code:
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
37
18069
d6b58197bd69 Rename language environments from LatinN to Latin-N.
Richard M. Stallman <rms@gnu.org>
parents: 17993
diff changeset
38 ;; Latin-1 (ISO-8859-1)
17993
73869115ae0a Most of setup-LANGUAGE-environment functions are
Kenichi Handa <handa@m17n.org>
parents: 17841
diff changeset
39
73869115ae0a Most of setup-LANGUAGE-environment functions are
Kenichi Handa <handa@m17n.org>
parents: 17841
diff changeset
40 (set-language-info-alist
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
41 "Latin-1" '((charset iso-8859-1)
89152
a2fead5d3c2e Remove unibyte-syntax properties.
Dave Love <fx@gnu.org>
parents: 89088
diff changeset
42 (coding-system iso-latin-1 iso-latin-9 windows-1252)
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
43 (coding-priority iso-latin-1)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
44 (nonascii-translation . iso-8859-1)
22980
5681e7798ce9 (setup-8-bit-environment): Function deleted.
Kenichi Handa <handa@m17n.org>
parents: 22726
diff changeset
45 (unibyte-display . iso-latin-1)
23050
c3cb64f8dc9c Fix previous change.
Kenichi Handa <handa@m17n.org>
parents: 23048
diff changeset
46 (input-method . "latin-1-prefix")
18069
d6b58197bd69 Rename language environments from LatinN to Latin-N.
Richard M. Stallman <rms@gnu.org>
parents: 17993
diff changeset
47 (sample-text
89943
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
48 . "Hello, Hej, Tere, Hei, Bonjour, Gr$(D+d)N(B Gott, Ciao, $(D"B(BHola!")
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
49 (documentation . "\
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
50 This language environment is a generic one for the Latin-1 (ISO-8859-1)
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
51 character set which supports the following European languages:
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
52 Albanian, Basque, Breton, Catalan, Danish, Dutch, English, Faeroese,
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
53 Finnish, French (with restrictions -- see Latin-9), Frisian, Galician,
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
54 German, Greenlandic, Icelandic, Irish Gaelic (new orthography),
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
55 Italian, Latin, Luxemburgish, Norwegian, Portuguese, Rhaeto-Romanic,
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
56 Scottish Gaelic, Spanish, and Swedish.
35350
c26260dd320b ("Latin-1"): Make the format of description
Kenichi Handa <handa@m17n.org>
parents: 35330
diff changeset
57 We also have specific language environments for the following languages:
c26260dd320b ("Latin-1"): Make the format of description
Kenichi Handa <handa@m17n.org>
parents: 35330
diff changeset
58 For Dutch, \"Dutch\".
c26260dd320b ("Latin-1"): Make the format of description
Kenichi Handa <handa@m17n.org>
parents: 35330
diff changeset
59 For German, \"German\".
49633
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
60 For French, \"French\".
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
61 For Italian, \"Italian\".
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
62 For Slovenian, \"Slovenian\".
35350
c26260dd320b ("Latin-1"): Make the format of description
Kenichi Handa <handa@m17n.org>
parents: 35330
diff changeset
63 For Spanish, \"Spanish\".
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
64
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
65 Latin-1 also covers several written languages outside Europe, including
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
66 Indonesian/Malay, Tagalog (Philippines), Swahili and Afrikaans."))
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
67 '("European"))
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
68
17993
73869115ae0a Most of setup-LANGUAGE-environment functions are
Kenichi Handa <handa@m17n.org>
parents: 17841
diff changeset
69
18069
d6b58197bd69 Rename language environments from LatinN to Latin-N.
Richard M. Stallman <rms@gnu.org>
parents: 17993
diff changeset
70 ;; Latin-2 (ISO-8859-2)
17993
73869115ae0a Most of setup-LANGUAGE-environment functions are
Kenichi Handa <handa@m17n.org>
parents: 17841
diff changeset
71
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
72 (define-coding-system 'iso-latin-2
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
73 "ISO 2022 based 8-bit encoding for Latin-2 (MIME:ISO-8859-2)."
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
74 :coding-type 'charset
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
75 :mnemonic ?2
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
76 :charset-list '(iso-8859-2)
88504
3ef048e3d781 Fix mime-charset properties.
Dave Love <fx@gnu.org>
parents: 88414
diff changeset
77 :mime-charset 'iso-8859-2)
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
78
18520
383d11185239 Swap args to define-coding-system-alias.
Richard M. Stallman <rms@gnu.org>
parents: 18377
diff changeset
79 (define-coding-system-alias 'iso-8859-2 'iso-latin-2)
18622
fe2070df967e (latin-1, latin-2. latin-3, latin-4, latin-5):
Richard M. Stallman <rms@gnu.org>
parents: 18543
diff changeset
80 (define-coding-system-alias 'latin-2 'iso-latin-2)
18203
0745f30aec66 Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents: 18159
diff changeset
81
17993
73869115ae0a Most of setup-LANGUAGE-environment functions are
Kenichi Handa <handa@m17n.org>
parents: 17841
diff changeset
82 (set-language-info-alist
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
83 "Latin-2" '((charset iso-8859-2)
89152
a2fead5d3c2e Remove unibyte-syntax properties.
Dave Love <fx@gnu.org>
parents: 89088
diff changeset
84 (coding-system iso-latin-2 windows-1250)
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
85 (coding-priority iso-latin-2)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
86 (nonascii-translation . iso-8859-2)
22980
5681e7798ce9 (setup-8-bit-environment): Function deleted.
Kenichi Handa <handa@m17n.org>
parents: 22726
diff changeset
87 (unibyte-display . iso-latin-2)
23050
c3cb64f8dc9c Fix previous change.
Kenichi Handa <handa@m17n.org>
parents: 23048
diff changeset
88 (input-method . "latin-2-prefix")
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
89 (documentation . "\
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
90 This language environment is a generic one for the Latin-2 (ISO-8859-2)
23117
13247082e0ed ("Latin-1"): Modify `documentation' key value.
Kenichi Handa <handa@m17n.org>
parents: 23111
diff changeset
91 character set which supports the following languages:
18117
5db3b24f2c5c (iso-8859-1): Use `1' for mode line.
Richard M. Stallman <rms@gnu.org>
parents: 18069
diff changeset
92 Albanian, Czech, English, German, Hungarian, Polish, Romanian,
20232
5031189adff2 Add "Upper Sorbian" and "Lower Sorbian" in
Kenichi Handa <handa@m17n.org>
parents: 20159
diff changeset
93 Serbo-Croatian or Croatian, Slovak, Slovene, Sorbian (upper and lower),
23117
13247082e0ed ("Latin-1"): Modify `documentation' key value.
Kenichi Handa <handa@m17n.org>
parents: 23111
diff changeset
94 and Swedish.
13247082e0ed ("Latin-1"): Modify `documentation' key value.
Kenichi Handa <handa@m17n.org>
parents: 23111
diff changeset
95 We also have specific language environments for the following languages:
13247082e0ed ("Latin-1"): Modify `documentation' key value.
Kenichi Handa <handa@m17n.org>
parents: 23111
diff changeset
96 For Czech, \"Czech\".
49043
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
97 For Croatian, \"Croatian\".
89185
a36316c7294b ("Latin-2", "Latin-5"): Doc fix.
Dave Love <fx@gnu.org>
parents: 89152
diff changeset
98 For Polish, \"Polish\".
23117
13247082e0ed ("Latin-1"): Modify `documentation' key value.
Kenichi Handa <handa@m17n.org>
parents: 23111
diff changeset
99 For Romanian, \"Romanian\".
13247082e0ed ("Latin-1"): Modify `documentation' key value.
Kenichi Handa <handa@m17n.org>
parents: 23111
diff changeset
100 For Slovak, \"Slovak\"."))
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
101 '("European"))
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
102
17993
73869115ae0a Most of setup-LANGUAGE-environment functions are
Kenichi Handa <handa@m17n.org>
parents: 17841
diff changeset
103
18069
d6b58197bd69 Rename language environments from LatinN to Latin-N.
Richard M. Stallman <rms@gnu.org>
parents: 17993
diff changeset
104 ;; Latin-3 (ISO-8859-3)
17993
73869115ae0a Most of setup-LANGUAGE-environment functions are
Kenichi Handa <handa@m17n.org>
parents: 17841
diff changeset
105
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
106 (define-coding-system 'iso-latin-3
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
107 "ISO 2022 based 8-bit encoding for Latin-3 (MIME:ISO-8859-3)."
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
108 :coding-type 'charset
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
109 :mnemonic ?3
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
110 :charset-list '(iso-8859-3)
88504
3ef048e3d781 Fix mime-charset properties.
Dave Love <fx@gnu.org>
parents: 88414
diff changeset
111 :mime-charset 'iso-8859-3)
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
112
18520
383d11185239 Swap args to define-coding-system-alias.
Richard M. Stallman <rms@gnu.org>
parents: 18377
diff changeset
113 (define-coding-system-alias 'iso-8859-3 'iso-latin-3)
18622
fe2070df967e (latin-1, latin-2. latin-3, latin-4, latin-5):
Richard M. Stallman <rms@gnu.org>
parents: 18543
diff changeset
114 (define-coding-system-alias 'latin-3 'iso-latin-3)
18203
0745f30aec66 Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents: 18159
diff changeset
115
17993
73869115ae0a Most of setup-LANGUAGE-environment functions are
Kenichi Handa <handa@m17n.org>
parents: 17841
diff changeset
116 (set-language-info-alist
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
117 "Latin-3" '((charset iso-8859-3)
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
118 (coding-system iso-latin-3)
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
119 (coding-priority iso-latin-3)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
120 (nonascii-translation . iso-8859-3)
22980
5681e7798ce9 (setup-8-bit-environment): Function deleted.
Kenichi Handa <handa@m17n.org>
parents: 22726
diff changeset
121 (unibyte-display . iso-latin-3)
23050
c3cb64f8dc9c Fix previous change.
Kenichi Handa <handa@m17n.org>
parents: 23048
diff changeset
122 (input-method . "latin-3-prefix")
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
123 (documentation . "\
18117
5db3b24f2c5c (iso-8859-1): Use `1' for mode line.
Richard M. Stallman <rms@gnu.org>
parents: 18069
diff changeset
124 These languages are supported with the Latin-3 (ISO-8859-3) character set:
5db3b24f2c5c (iso-8859-1): Use `1' for mode line.
Richard M. Stallman <rms@gnu.org>
parents: 18069
diff changeset
125 Afrikaans, Catalan, Dutch, English, Esperanto, French, Galician,
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
126 German, Italian, Maltese, Spanish, and Turkish."))
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
127 '("European"))
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
128
17993
73869115ae0a Most of setup-LANGUAGE-environment functions are
Kenichi Handa <handa@m17n.org>
parents: 17841
diff changeset
129
18069
d6b58197bd69 Rename language environments from LatinN to Latin-N.
Richard M. Stallman <rms@gnu.org>
parents: 17993
diff changeset
130 ;; Latin-4 (ISO-8859-4)
17993
73869115ae0a Most of setup-LANGUAGE-environment functions are
Kenichi Handa <handa@m17n.org>
parents: 17841
diff changeset
131
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
132 (define-coding-system 'iso-latin-4
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
133 "ISO 2022 based 8-bit encoding for Latin-4 (MIME:ISO-8859-4)."
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
134 :coding-type 'charset
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
135 :mnemonic ?4
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
136 :charset-list '(iso-8859-4)
88504
3ef048e3d781 Fix mime-charset properties.
Dave Love <fx@gnu.org>
parents: 88414
diff changeset
137 :mime-charset 'iso-8859-4)
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
138
18520
383d11185239 Swap args to define-coding-system-alias.
Richard M. Stallman <rms@gnu.org>
parents: 18377
diff changeset
139 (define-coding-system-alias 'iso-8859-4 'iso-latin-4)
18622
fe2070df967e (latin-1, latin-2. latin-3, latin-4, latin-5):
Richard M. Stallman <rms@gnu.org>
parents: 18543
diff changeset
140 (define-coding-system-alias 'latin-4 'iso-latin-4)
18203
0745f30aec66 Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents: 18159
diff changeset
141
17993
73869115ae0a Most of setup-LANGUAGE-environment functions are
Kenichi Handa <handa@m17n.org>
parents: 17841
diff changeset
142 (set-language-info-alist
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
143 "Latin-4" '((charset iso-8859-4)
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
144 (coding-system iso-8859-4)
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
145 (coding-priority iso-8859-4)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
146 (nonascii-translation . iso-8859-4)
22980
5681e7798ce9 (setup-8-bit-environment): Function deleted.
Kenichi Handa <handa@m17n.org>
parents: 22726
diff changeset
147 (unibyte-display . iso-8859-4)
36870
afe2778e4c9d ("Latin-5", "Latin-4"): Use postfix input
Gerd Moellmann <gerd@gnu.org>
parents: 35350
diff changeset
148 (input-method . "latin-4-postfix")
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
149 (documentation . "\
18117
5db3b24f2c5c (iso-8859-1): Use `1' for mode line.
Richard M. Stallman <rms@gnu.org>
parents: 18069
diff changeset
150 These languages are supported with the Latin-4 (ISO-8859-4) character set:
5db3b24f2c5c (iso-8859-1): Use `1' for mode line.
Richard M. Stallman <rms@gnu.org>
parents: 18069
diff changeset
151 Danish, English, Estonian, Finnish, German, Greenlandic, Lappish,
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
152 Latvian, Lithuanian, and Norwegian."))
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
153 '("European"))
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
154
17993
73869115ae0a Most of setup-LANGUAGE-environment functions are
Kenichi Handa <handa@m17n.org>
parents: 17841
diff changeset
155
18069
d6b58197bd69 Rename language environments from LatinN to Latin-N.
Richard M. Stallman <rms@gnu.org>
parents: 17993
diff changeset
156 ;; Latin-5 (ISO-8859-9)
17993
73869115ae0a Most of setup-LANGUAGE-environment functions are
Kenichi Handa <handa@m17n.org>
parents: 17841
diff changeset
157
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
158 (define-coding-system 'iso-latin-5
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
159 "ISO 2022 based 8-bit encoding for Latin-5 (MIME:ISO-8859-9)."
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
160 :coding-type 'charset
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
161 :mnemonic ?9
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
162 :charset-list '(iso-8859-9)
88504
3ef048e3d781 Fix mime-charset properties.
Dave Love <fx@gnu.org>
parents: 88414
diff changeset
163 :mime-charset 'iso-8859-9)
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
164
18520
383d11185239 Swap args to define-coding-system-alias.
Richard M. Stallman <rms@gnu.org>
parents: 18377
diff changeset
165 (define-coding-system-alias 'iso-8859-9 'iso-latin-5)
18622
fe2070df967e (latin-1, latin-2. latin-3, latin-4, latin-5):
Richard M. Stallman <rms@gnu.org>
parents: 18543
diff changeset
166 (define-coding-system-alias 'latin-5 'iso-latin-5)
18203
0745f30aec66 Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents: 18159
diff changeset
167
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
168 (set-language-info-alist
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
169 "Latin-5" '((charset iso-8859-9)
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
170 (coding-system iso-latin-5)
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
171 (coding-priority iso-latin-5)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
172 (nonascii-translation . iso-8859-9)
22980
5681e7798ce9 (setup-8-bit-environment): Function deleted.
Kenichi Handa <handa@m17n.org>
parents: 22726
diff changeset
173 (unibyte-display . iso-latin-5)
36870
afe2778e4c9d ("Latin-5", "Latin-4"): Use postfix input
Gerd Moellmann <gerd@gnu.org>
parents: 35350
diff changeset
174 (input-method . "latin-5-postfix")
89185
a36316c7294b ("Latin-2", "Latin-5"): Doc fix.
Dave Love <fx@gnu.org>
parents: 89152
diff changeset
175 (documentation . "Support for Latin-5.\
a36316c7294b ("Latin-2", "Latin-5"): Doc fix.
Dave Love <fx@gnu.org>
parents: 89152
diff changeset
176 See also the Turkish environment."))
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
177 '("European"))
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
178
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
179
88577
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
180 ;; Latin-6 (ISO-8859-10)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
181
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
182 (define-coding-system 'iso-latin-6
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
183 "ISO 2022 based 8-bit encoding for Latin-6 (MIME:ISO-8859-10)."
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
184 :coding-type 'charset
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
185 :mnemonic ?9
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
186 :charset-list '(iso-8859-10)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
187 :mime-charset 'iso-8859-10)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
188
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
189 (define-coding-system-alias 'iso-8859-10 'iso-latin-6)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
190 (define-coding-system-alias 'latin-6 'iso-latin-6)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
191
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
192 (set-language-info-alist
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
193 "Latin-6" '((charset iso-8859-10)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
194 (coding-system iso-latin-6)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
195 (coding-priority iso-latin-6)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
196 (nonascii-translation . iso-8859-10)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
197 (unibyte-display . iso-latin-6)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
198 ;; Fixme: input method.
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
199 (documentation . "Support for generic Latin-6 (Northern European)."))
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
200 '("European"))
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
201
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
202
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
203 ;; Latin-7 (ISO-8859-13)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
204
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
205 (define-coding-system 'iso-latin-7
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
206 "ISO 2022 based 8-bit encoding for Latin-7 (MIME:ISO-8859-13)."
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
207 :coding-type 'charset
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
208 :mnemonic ?9
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
209 :charset-list '(iso-8859-13)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
210 :mime-charset 'iso-8859-13)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
211
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
212 (define-coding-system-alias 'iso-8859-13 'iso-latin-7)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
213 (define-coding-system-alias 'latin-7 'iso-latin-7)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
214
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
215 (set-language-info-alist
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
216 "Latin-7" '((charset iso-8859-13)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
217 (coding-system iso-latin-7)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
218 (coding-priority iso-latin-7)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
219 (nonascii-translation . iso-8859-13)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
220 (unibyte-display . iso-latin-7)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
221 ;; Fixme: input method.
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
222 (documentation . "Support for generic Latin-7 (Baltic Rim)."))
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
223 '("European"))
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
224
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
225 ;; Latin-8 (ISO-8859-14)
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
226
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
227 (define-coding-system 'iso-latin-8
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
228 "ISO 2022 based 8-bit encoding for Latin-8 (MIME:ISO-8859-14)."
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
229 :coding-type 'charset
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
230 ;; `W' for `Welsh', since `C' for `Celtic' is taken.
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
231 :mnemonic ?W
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
232 :charset-list '(iso-8859-14)
88504
3ef048e3d781 Fix mime-charset properties.
Dave Love <fx@gnu.org>
parents: 88414
diff changeset
233 :mime-charset 'iso-8859-14)
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
234
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
235 (define-coding-system-alias 'iso-8859-14 'iso-latin-8)
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
236 (define-coding-system-alias 'latin-8 'iso-latin-8)
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
237
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
238 (set-language-info-alist
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
239 "Latin-8" '((charset iso-8859-14)
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
240 (coding-system iso-latin-8)
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
241 (coding-priority iso-latin-8)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
242 (nonascii-translation . iso-8859-14)
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
243 (unibyte-display . iso-latin-8)
31155
3362938ebbd7 ("Latin-8", "Latin-9"): Add input methods,
Dave Love <fx@gnu.org>
parents: 30261
diff changeset
244 (input-method . "latin-8-prefix")
3362938ebbd7 ("Latin-8", "Latin-9"): Add input methods,
Dave Love <fx@gnu.org>
parents: 30261
diff changeset
245 ;; Fixme: Welsh/Ga{e}lic greetings
89943
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
246 (sample-text . ",_"(B $(D+q(B $(D*t(B")
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
247 (documentation . "\
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
248 This language environment is a generic one for the Latin-8 (ISO-8859-14)
31155
3362938ebbd7 ("Latin-8", "Latin-9"): Add input methods,
Dave Love <fx@gnu.org>
parents: 30261
diff changeset
249 character set which supports the Celtic languages, including those not
42152
e3ae5ef41293 Improving doc strings.
Werner LEMBERG <wl@gnu.org>
parents: 42051
diff changeset
250 covered by other ISO-8859 character sets:
e3ae5ef41293 Improving doc strings.
Werner LEMBERG <wl@gnu.org>
parents: 42051
diff changeset
251 Welsh, Manx Gaelic and Irish Gaelic (old orthography)."))
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
252 '("European"))
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
253
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
254 ;; Latin-9 (ISO-8859-15)
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
255
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
256 (define-coding-system 'iso-latin-9
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
257 "ISO 2022 based 8-bit encoding for Latin-9 (MIME:ISO-8859-15)."
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
258 :coding-type 'charset
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
259 ;; `0' for `Latin-0'
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
260 :mnemonic ?0
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
261 :charset-list '(iso-8859-15)
88504
3ef048e3d781 Fix mime-charset properties.
Dave Love <fx@gnu.org>
parents: 88414
diff changeset
262 :mime-charset 'iso-8859-15)
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
263
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
264 (define-coding-system-alias 'iso-8859-15 'iso-latin-9)
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
265 (define-coding-system-alias 'latin-9 'iso-latin-9)
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
266 (define-coding-system-alias 'latin-0 'iso-latin-9)
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
267
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
268 (set-language-info-alist
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
269 "Latin-9" '((charset iso-8859-15)
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
270 (coding-system iso-latin-9)
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
271 (coding-priority iso-latin-9)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
272 (nonascii-translation . iso-8859-15)
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
273 (unibyte-display . iso-latin-9)
31155
3362938ebbd7 ("Latin-8", "Latin-9"): Add input methods,
Dave Love <fx@gnu.org>
parents: 30261
diff changeset
274 (input-method . "latin-9-prefix")
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
275 (sample-text
89943
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
276 . "AVE. $(D*^+^*v+v)-)M*s(B $(Q)!(B")
26014
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
277 (documentation . "\
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
278 This language environment is a generic one for the Latin-9 (ISO-8859-15)
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
279 character set which supports the same languages as Latin-1 with the
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
280 addition of the Euro sign and some additional French and Finnish letters.
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
281 Latin-9 is sometimes nicknamed `Latin-0'."))
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
282 '("European"))
e84e2bf4f9fb Add Latin-8, Latin-9. Modify some doc
Dave Love <fx@gnu.org>
parents: 25773
diff changeset
283
88561
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
284 (define-coding-system 'windows-1250
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
285 "windows-1250 (Central European) encoding (MIME: WINDOWS-1250)"
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
286 :coding-type 'charset
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
287 :mnemonic ?*
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
288 :charset-list '(windows-1250)
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
289 :mime-charset 'windows-1250)
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
290 (define-coding-system-alias 'cp1250 'windows-1250)
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
291
88532
6411031426af (windows-1252): New coding system.
Dave Love <fx@gnu.org>
parents: 88504
diff changeset
292 (define-coding-system 'windows-1252
88561
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
293 "windows-1252 (Western European) encoding (MIME: WINDOWS-1252)"
88532
6411031426af (windows-1252): New coding system.
Dave Love <fx@gnu.org>
parents: 88504
diff changeset
294 :coding-type 'charset
6411031426af (windows-1252): New coding system.
Dave Love <fx@gnu.org>
parents: 88504
diff changeset
295 :mnemonic ?*
6411031426af (windows-1252): New coding system.
Dave Love <fx@gnu.org>
parents: 88504
diff changeset
296 :charset-list '(windows-1252)
6411031426af (windows-1252): New coding system.
Dave Love <fx@gnu.org>
parents: 88504
diff changeset
297 :mime-charset 'windows-1252)
6411031426af (windows-1252): New coding system.
Dave Love <fx@gnu.org>
parents: 88504
diff changeset
298 (define-coding-system-alias 'cp1252 'windows-1252)
88561
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
299
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
300 (define-coding-system 'windows-1254
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
301 "windows-1254 (Turkish) encoding (MIME: WINDOWS-1254)"
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
302 :coding-type 'charset
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
303 :mnemonic ?*
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
304 :charset-list '(windows-1254)
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
305 :mime-charset 'windows-1254)
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
306 (define-coding-system-alias 'cp1254 'windows-1254)
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
307
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
308 (define-coding-system 'windows-1257
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
309 "windows-1257 (Baltic) encoding (MIME: WINDOWS-1257)"
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
310 :coding-type 'charset
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
311 :mnemonic ?*
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
312 :charset-list '(windows-1257)
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
313 :mime-charset 'windows-1257)
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
314 (define-coding-system-alias 'cp1257 'windows-1257)
88577
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
315
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
316 (define-coding-system 'cp850
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
317 "DOS codepage 850 (Western European)"
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
318 :coding-type 'charset
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
319 :mnemonic ?D
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
320 :charset-list '(cp850)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
321 :mime-charset 'cp850)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
322 (define-coding-system-alias 'ibm850 'cp850)
88617
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
323
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
324 (define-coding-system 'cp852
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
325 "DOS codepage 852 (Slavic)"
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
326 :coding-type 'charset
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
327 :mnemonic ?D
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
328 :charset-list '(cp852)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
329 :mime-charset 'cp852)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
330 (define-coding-system-alias 'ibm852 'cp852)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
331
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
332 (define-coding-system 'cp857
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
333 "DOS codepage 857 (Turkish)"
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
334 :coding-type 'charset
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
335 :mnemonic ?D
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
336 :charset-list '(cp857)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
337 :mime-charset 'cp857)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
338 (define-coding-system-alias 'ibm857 'cp857)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
339
89088
7d361fc41696 (cp858): New.
Dave Love <fx@gnu.org>
parents: 88806
diff changeset
340 (define-coding-system 'cp858
7d361fc41696 (cp858): New.
Dave Love <fx@gnu.org>
parents: 88806
diff changeset
341 "Codepage 858 (Multilingual Latin I + Euro)"
7d361fc41696 (cp858): New.
Dave Love <fx@gnu.org>
parents: 88806
diff changeset
342 :coding-type 'charset
7d361fc41696 (cp858): New.
Dave Love <fx@gnu.org>
parents: 88806
diff changeset
343 :mnemonic ?D
7d361fc41696 (cp858): New.
Dave Love <fx@gnu.org>
parents: 88806
diff changeset
344 :charset-list '(cp858)
7d361fc41696 (cp858): New.
Dave Love <fx@gnu.org>
parents: 88806
diff changeset
345 :mime-charset 'cp858)
7d361fc41696 (cp858): New.
Dave Love <fx@gnu.org>
parents: 88806
diff changeset
346
88617
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
347 (define-coding-system 'cp860
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
348 "DOS codepage 860 (Portuguese)"
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
349 :coding-type 'charset
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
350 :mnemonic ?D
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
351 :charset-list '(cp860)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
352 :mime-charset 'cp860)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
353 (define-coding-system-alias 'ibm860 'cp860)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
354
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
355 (define-coding-system 'cp861
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
356 "DOS codepage 861 (Icelandic)"
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
357 :coding-type 'charset
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
358 :mnemonic ?D
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
359 :charset-list '(cp861)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
360 :mime-charset 'cp861)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
361 (define-coding-system-alias 'ibm861 'cp861)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
362
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
363 (define-coding-system 'cp863
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
364 "DOS codepage 863 (French Canadian)"
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
365 :coding-type 'charset
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
366 :mnemonic ?D
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
367 :charset-list '(cp863)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
368 :mime-charset 'cp863)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
369 (define-coding-system-alias 'ibm863 'cp863)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
370
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
371 (define-coding-system 'cp865
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
372 "DOS codepage 865 (Norwegian/Danish)"
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
373 :coding-type 'charset
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
374 :mnemonic ?D
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
375 :charset-list '(cp865)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
376 :mime-charset 'cp865)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
377 (define-coding-system-alias 'ibm865 'cp865)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
378
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
379 (define-coding-system 'cp437
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
380 "DOS codepage 437"
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
381 :coding-type 'charset
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
382 :mnemonic ?D
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
383 :charset-list '(cp437)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
384 :mime-charset 'cp437)
93cfa81ccf00 (cp852, ibm852, cp857, ibm857, cp860)
Dave Love <fx@gnu.org>
parents: 88582
diff changeset
385 (define-coding-system-alias 'ibm437 'cp437)
88532
6411031426af (windows-1252): New coding system.
Dave Love <fx@gnu.org>
parents: 88504
diff changeset
386
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
387 (set-language-info-alist
49633
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
388 "Dutch" '((tutorial . "TUTORIAL.nl")
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
389 (charset iso-8859-1)
49633
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
390 (coding-system iso-latin-1 iso-latin-9)
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
391 (coding-priority iso-latin-1)
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
392 (nonascii-translation . iso-8859-1)
49633
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
393 (unibyte-display . iso-latin-1)
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
394 (input-method . "dutch")
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
395 (sample-text . "Er is een aantal manieren waarop je dit kan doen")
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
396 (documentation . "\
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
397 This language environment is almost the same as Latin-1,
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
398 but it selects the Dutch tutorial and input method."))
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
399 '("European"))
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
400
b7ecf0c51886 Add Slovenian to the deoc string fro language-info-alist.
Francesco Potortì <pot@gnu.org>
parents: 49631
diff changeset
401 (set-language-info-alist
22980
5681e7798ce9 (setup-8-bit-environment): Function deleted.
Kenichi Handa <handa@m17n.org>
parents: 22726
diff changeset
402 "German" '((tutorial . "TUTORIAL.de")
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
403 (charset iso-8859-1)
46672
cbba2fbd2b85 ("German", "French", "Spanish", "Turkish"):
Dave Love <fx@gnu.org>
parents: 43734
diff changeset
404 (coding-system iso-latin-1 iso-latin-9)
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
405 (coding-priority iso-latin-1)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
406 (nonascii-translation . iso-8859-1)
23050
c3cb64f8dc9c Fix previous change.
Kenichi Handa <handa@m17n.org>
parents: 23048
diff changeset
407 (input-method . "german-postfix")
22980
5681e7798ce9 (setup-8-bit-environment): Function deleted.
Kenichi Handa <handa@m17n.org>
parents: 22726
diff changeset
408 (unibyte-display . iso-latin-1)
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
409 (sample-text . "\
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
410 German (Deutsch Nord) Guten Tag
89943
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
411 German (Deutsch S$(D+d(Bd) Gr$(D+d)N(B Gott")
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
412 (documentation . "\
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
413 This language environment is almost the same as Latin-1,
42194
98e4b2a1b394 More doc string fixes.
Werner LEMBERG <wl@gnu.org>
parents: 42152
diff changeset
414 but sets the default input method to \"german-postfix\".
98e4b2a1b394 More doc string fixes.
Werner LEMBERG <wl@gnu.org>
parents: 42152
diff changeset
415 Additionally, it selects the German tutorial."))
20743
ffa67db916b4 Remove setting up of
Kenichi Handa <handa@m17n.org>
parents: 20232
diff changeset
416 '("European"))
17302
1012d679efd4 English related codes are moved to
Kenichi Handa <handa@m17n.org>
parents: 17098
diff changeset
417
24269
a29550b1d150 (setup-slovenian-environment): New function.
Richard M. Stallman <rms@gnu.org>
parents: 23158
diff changeset
418 (set-language-info-alist
41196
f8661b5a0670 ("French"): New language environment.
Eli Zaretskii <eliz@gnu.org>
parents: 41115
diff changeset
419 "French" '((tutorial . "TUTORIAL.fr")
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
420 (charset iso-8859-1)
46672
cbba2fbd2b85 ("German", "French", "Spanish", "Turkish"):
Dave Love <fx@gnu.org>
parents: 43734
diff changeset
421 (coding-system iso-latin-1 iso-latin-9)
41196
f8661b5a0670 ("French"): New language environment.
Eli Zaretskii <eliz@gnu.org>
parents: 41115
diff changeset
422 (coding-priority iso-latin-1)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
423 (nonascii-translation . iso-8859-1)
41196
f8661b5a0670 ("French"): New language environment.
Eli Zaretskii <eliz@gnu.org>
parents: 41115
diff changeset
424 (unibyte-display . iso-latin-1)
f8661b5a0670 ("French"): New language environment.
Eli Zaretskii <eliz@gnu.org>
parents: 41115
diff changeset
425 (input-method . "latin-1-prefix")
89943
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
426 (sample-text . "French (Fran$(D+.(Bais) Bonjour, Salut")
41196
f8661b5a0670 ("French"): New language environment.
Eli Zaretskii <eliz@gnu.org>
parents: 41115
diff changeset
427 (documentation . "\
f8661b5a0670 ("French"): New language environment.
Eli Zaretskii <eliz@gnu.org>
parents: 41115
diff changeset
428 This language environment is almost the same as Latin-1,
49641
fe28719083ea ("French", "Slovenian"): Fix doc strings.
Francesco Potortì <pot@gnu.org>
parents: 49633
diff changeset
429 but it selects the French tutorial and input method."))
41196
f8661b5a0670 ("French"): New language environment.
Eli Zaretskii <eliz@gnu.org>
parents: 41115
diff changeset
430 '("European"))
f8661b5a0670 ("French"): New language environment.
Eli Zaretskii <eliz@gnu.org>
parents: 41115
diff changeset
431
f8661b5a0670 ("French"): New language environment.
Eli Zaretskii <eliz@gnu.org>
parents: 41115
diff changeset
432 (set-language-info-alist
49631
7b1e2c5a193b Italian greeting changed.
Francesco Potortì <pot@gnu.org>
parents: 49598
diff changeset
433 "Italian" '((tutorial . "TUTORIAL.it")
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
434 (charset iso-8859-1)
49631
7b1e2c5a193b Italian greeting changed.
Francesco Potortì <pot@gnu.org>
parents: 49598
diff changeset
435 (coding-system iso-latin-1 iso-latin-9)
7b1e2c5a193b Italian greeting changed.
Francesco Potortì <pot@gnu.org>
parents: 49598
diff changeset
436 (coding-priority iso-latin-1)
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
437 (nonascii-translation . iso-8859-1)
49631
7b1e2c5a193b Italian greeting changed.
Francesco Potortì <pot@gnu.org>
parents: 49598
diff changeset
438 (unibyte-display . iso-latin-1)
7b1e2c5a193b Italian greeting changed.
Francesco Potortì <pot@gnu.org>
parents: 49598
diff changeset
439 (input-method . "italian-postfix")
7b1e2c5a193b Italian greeting changed.
Francesco Potortì <pot@gnu.org>
parents: 49598
diff changeset
440 (sample-text . "Salve, ciao!")
7b1e2c5a193b Italian greeting changed.
Francesco Potortì <pot@gnu.org>
parents: 49598
diff changeset
441 (documentation . "\
7b1e2c5a193b Italian greeting changed.
Francesco Potortì <pot@gnu.org>
parents: 49598
diff changeset
442 This language environment is almost the same as Latin-1,
7b1e2c5a193b Italian greeting changed.
Francesco Potortì <pot@gnu.org>
parents: 49598
diff changeset
443 but sets the default input method to \"italian-postfix\".
7b1e2c5a193b Italian greeting changed.
Francesco Potortì <pot@gnu.org>
parents: 49598
diff changeset
444 Additionally, it selects the Italian tutorial."))
7b1e2c5a193b Italian greeting changed.
Francesco Potortì <pot@gnu.org>
parents: 49598
diff changeset
445 '("European"))
7b1e2c5a193b Italian greeting changed.
Francesco Potortì <pot@gnu.org>
parents: 49598
diff changeset
446
7b1e2c5a193b Italian greeting changed.
Francesco Potortì <pot@gnu.org>
parents: 49598
diff changeset
447 (set-language-info-alist
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
448 "Slovenian" '((charset iso-8859-2)
88806
7618cfcfaeea ("German", "French", "Spanish"): Add
Dave Love <fx@gnu.org>
parents: 88617
diff changeset
449 (coding-system . (iso-8859-2 windows-1250))
24269
a29550b1d150 (setup-slovenian-environment): New function.
Richard M. Stallman <rms@gnu.org>
parents: 23158
diff changeset
450 (coding-priority . (iso-8859-2))
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
451 (nonascii-translation . iso-8859-2)
47910
729eccda4769 ("Slovenian"): Use slovenian input-method.
Dave Love <fx@gnu.org>
parents: 47237
diff changeset
452 (input-method . "slovenian")
24269
a29550b1d150 (setup-slovenian-environment): New function.
Richard M. Stallman <rms@gnu.org>
parents: 23158
diff changeset
453 (unibyte-display . iso-8859-2)
a29550b1d150 (setup-slovenian-environment): New function.
Richard M. Stallman <rms@gnu.org>
parents: 23158
diff changeset
454 (tutorial . "TUTORIAL.sl")
89943
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
455 (sample-text . "$(D*v(Belimo vam uspe$(D+^(Ben dan!")
49641
fe28719083ea ("French", "Slovenian"): Fix doc strings.
Francesco Potortì <pot@gnu.org>
parents: 49633
diff changeset
456 (documentation . "\
fe28719083ea ("French", "Slovenian"): Fix doc strings.
Francesco Potortì <pot@gnu.org>
parents: 49633
diff changeset
457 This language environment is almost the same as Latin-2,
fe28719083ea ("French", "Slovenian"): Fix doc strings.
Francesco Potortì <pot@gnu.org>
parents: 49633
diff changeset
458 but it selects the Slovenian tutorial and input method."))
24269
a29550b1d150 (setup-slovenian-environment): New function.
Richard M. Stallman <rms@gnu.org>
parents: 23158
diff changeset
459 '("European"))
a29550b1d150 (setup-slovenian-environment): New function.
Richard M. Stallman <rms@gnu.org>
parents: 23158
diff changeset
460
35161
0495de5487ae Add Dutch and Spanish language info
Gerd Moellmann <gerd@gnu.org>
parents: 33513
diff changeset
461 (set-language-info-alist
0495de5487ae Add Dutch and Spanish language info
Gerd Moellmann <gerd@gnu.org>
parents: 33513
diff changeset
462 "Spanish" '((tutorial . "TUTORIAL.es")
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
463 (charset iso-8859-1)
46672
cbba2fbd2b85 ("German", "French", "Spanish", "Turkish"):
Dave Love <fx@gnu.org>
parents: 43734
diff changeset
464 (coding-system iso-latin-1 iso-latin-9)
35161
0495de5487ae Add Dutch and Spanish language info
Gerd Moellmann <gerd@gnu.org>
parents: 33513
diff changeset
465 (coding-priority iso-latin-1)
0495de5487ae Add Dutch and Spanish language info
Gerd Moellmann <gerd@gnu.org>
parents: 33513
diff changeset
466 (input-method . "spanish-postfix")
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
467 (nonascii-translation . iso-8859-1)
35161
0495de5487ae Add Dutch and Spanish language info
Gerd Moellmann <gerd@gnu.org>
parents: 33513
diff changeset
468 (unibyte-display . iso-latin-1)
89943
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
469 (sample-text . "Spanish (Espa$(D+P(Bol) $(D"B(BHola!")
35161
0495de5487ae Add Dutch and Spanish language info
Gerd Moellmann <gerd@gnu.org>
parents: 33513
diff changeset
470 (documentation . "\
0495de5487ae Add Dutch and Spanish language info
Gerd Moellmann <gerd@gnu.org>
parents: 33513
diff changeset
471 This language environment is almost the same as Latin-1,
42194
98e4b2a1b394 More doc string fixes.
Werner LEMBERG <wl@gnu.org>
parents: 42152
diff changeset
472 but it sets the default input method to \"spanish-postfix\",
41115
20eb3e2945d7 (mac-roman): Add mime-charset property.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 38436
diff changeset
473 and it selects the Spanish tutorial."))
35161
0495de5487ae Add Dutch and Spanish language info
Gerd Moellmann <gerd@gnu.org>
parents: 33513
diff changeset
474 '("European"))
0495de5487ae Add Dutch and Spanish language info
Gerd Moellmann <gerd@gnu.org>
parents: 33513
diff changeset
475
25773
20234157d093 ("Turkish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 25228
diff changeset
476 ;; For Turkish, the character set ISO-8859-9 (Latin-5) is used. But,
20234157d093 ("Turkish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 25228
diff changeset
477 ;; before the introduction of ISO-8859-9 in 1988, ISO-8859-3 (Latin-3)
20234157d093 ("Turkish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 25228
diff changeset
478 ;; was used for Turkish. Those who use Latin-3 for Turkish should use
20234157d093 ("Turkish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 25228
diff changeset
479 ;; "Latin-3" language environment.
20234157d093 ("Turkish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 25228
diff changeset
480
20234157d093 ("Turkish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 25228
diff changeset
481 (set-language-info-alist
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
482 "Turkish" '((charset iso-8859-9)
88806
7618cfcfaeea ("German", "French", "Spanish"): Add
Dave Love <fx@gnu.org>
parents: 88617
diff changeset
483 (coding-system iso-latin-5 windows-1254 iso-latin-3)
25773
20234157d093 ("Turkish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 25228
diff changeset
484 (coding-priority iso-latin-5)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
485 (nonascii-translation . iso-8859-9)
25773
20234157d093 ("Turkish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 25228
diff changeset
486 (unibyte-display . iso-latin-5)
20234157d093 ("Turkish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 25228
diff changeset
487 (input-method . "turkish-postfix")
89943
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
488 (sample-text . "Turkish (T$(D+d(Brk$(D+.(Be) Merhaba")
90670
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
489 (setup-function . turkish-case-conversion-enable)
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
490 (setup-function . turkish-case-conversion-disable)
89088
7d361fc41696 (cp858): New.
Dave Love <fx@gnu.org>
parents: 88806
diff changeset
491 (documentation . "Support for Turkish.
7d361fc41696 (cp858): New.
Dave Love <fx@gnu.org>
parents: 88806
diff changeset
492 Differs from the Latin-5 environment in using the `turkish-postfix' input
89943
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
493 method and applying Turkish case rules for the characters i, I, $(D)E(B, $(D*D(B.")))
25773
20234157d093 ("Turkish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 25228
diff changeset
494
90670
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
495 (defun turkish-case-conversion-enable ()
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
496 "Set up Turkish case conversion of `i' and `I' into `$(D*D(B' and `$(D)E(B'."
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
497 (let ((table (standard-case-table)))
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
498 (set-case-syntax-pair ?$(D*D(B ?i table)
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
499 (set-case-syntax-pair ?I ?$(D)E(B table)))
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
500
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
501 (defun turkish-case-conversion-disable ()
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
502 "Set up normal (non-Turkish) case conversion of `i' into `I'."
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
503 (let ((table (standard-case-table)))
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
504 (set-case-syntax-pair ?I ?i table)
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
505 (set-case-syntax ?$(D*D(B "w" table)
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
506 (set-case-syntax ?$(D)E(B "w" table)))
a48ba67a019c ("Turkish"): Sync with HEAD.
Kenichi Handa <handa@m17n.org>
parents: 90200
diff changeset
507
28436
2dbedede8507 ("Polish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 26134
diff changeset
508 ;; Polish ISO 8859-2 environment.
2dbedede8507 ("Polish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 26134
diff changeset
509 ;; Maintainer: Wlodek Bzyl <matwb@univ.gda.pl>
2dbedede8507 ("Polish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 26134
diff changeset
510 ;; Keywords: multilingual, Polish
2dbedede8507 ("Polish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 26134
diff changeset
511
2dbedede8507 ("Polish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 26134
diff changeset
512 (set-language-info-alist
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
513 "Polish" '((charset iso-8859-2)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
514 (coding-system iso-8859-2 windows-1250)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
515 (coding-priority iso-8859-2)
28436
2dbedede8507 ("Polish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 26134
diff changeset
516 (input-method . "polish-slash")
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
517 (nonascii-translation . iso-8859-2)
28436
2dbedede8507 ("Polish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 26134
diff changeset
518 (unibyte-display . iso-8859-2)
2dbedede8507 ("Polish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 26134
diff changeset
519 (tutorial . "TUTORIAL.pl")
89943
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
520 (sample-text . "P$(D+Q(Bjd$(D+u(B, ki$(D+M(B-$(D+w(Be t$(D+8(B chmurno$(D+\++(B w g$(D)H+((Bb flaszy")
28436
2dbedede8507 ("Polish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 26134
diff changeset
521 (documentation . t))
2dbedede8507 ("Polish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 26134
diff changeset
522 '("European"))
2dbedede8507 ("Polish"): New language environment.
Kenichi Handa <handa@m17n.org>
parents: 26134
diff changeset
523
42051
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
524 (set-language-info-alist
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
525 "Welsh" `((coding-system utf-8 latin-8) ; the input method is Unicode-based
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
526 (coding-priority utf-8 latin-8)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
527 (nonascii-translation . iso-8859-14)
42051
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
528 (input-method . "welsh")
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
529 (documentation . "Support for Welsh, using Unicode."))
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
530 '("European"))
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
531
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
532 (set-language-info-alist
49043
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
533 "Latin-6" `((coding-system latin-6)
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
534 (coding-priority latin-6)
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
535 (nonascii-translation . ,(get 'decode-iso-latin-6 'translation-table))
50194
dc8403640b05 ("Latin-6"): Fix input-method.
Kenichi Handa <handa@m17n.org>
parents: 50117
diff changeset
536 (input-method . "latin-prefix")
49043
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
537 (features code-pages)
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
538 (documentation . "Support for Latin-6."))
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
539 '("European"))
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
540
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
541 (set-language-info-alist
42051
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
542 "Latin-7" `((coding-system latin-7)
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
543 (coding-priority latin-7)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
544 (nonascii-translation . iso-8859-13)
50194
dc8403640b05 ("Latin-6"): Fix input-method.
Kenichi Handa <handa@m17n.org>
parents: 50117
diff changeset
545 (input-method . "latin-prefix")
42051
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
546 (documentation . "Support for Latin-7, e.g. Latvian, Lithuanian."))
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
547 '("European"))
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
548
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
549 (set-language-info-alist
88806
7618cfcfaeea ("German", "French", "Spanish"): Add
Dave Love <fx@gnu.org>
parents: 88617
diff changeset
550 "Lithuanian" `((coding-system latin-7 windows-1257)
42051
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
551 (coding-priority latin-7)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
552 (nonascii-translation . iso-8859-13)
42051
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
553 (input-method . "lithuanian-keyboard")
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
554 (documentation . "Support for Lithuanian."))
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
555 '("European"))
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
556
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
557 (set-language-info-alist
88806
7618cfcfaeea ("German", "French", "Spanish"): Add
Dave Love <fx@gnu.org>
parents: 88617
diff changeset
558 "Latvian" `((coding-system latin-7 windows-1257)
42051
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
559 (coding-priority latin-7)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
560 (nonascii-translation . iso-8859-13)
42051
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
561 (input-method . "latvian-keyboard")
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
562 (documentation . "Support for Latvian."))
7b6dcc19e895 ("Welsh", "Latin-7", "Lithuanian")
Dave Love <fx@gnu.org>
parents: 41978
diff changeset
563 '("European"))
47237
fd8d01195320 ("Swedish"): New set-language-info-alist call.
Richard M. Stallman <rms@gnu.org>
parents: 46672
diff changeset
564
fd8d01195320 ("Swedish"): New set-language-info-alist call.
Richard M. Stallman <rms@gnu.org>
parents: 46672
diff changeset
565 (set-language-info-alist
48779
c75e2941ff7e ("Swedish"): Change tutorial file name to
Kenichi Handa <handa@m17n.org>
parents: 48546
diff changeset
566 "Swedish" '((tutorial . "TUTORIAL.sv")
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
567 (charset iso-8859-1)
47237
fd8d01195320 ("Swedish"): New set-language-info-alist call.
Richard M. Stallman <rms@gnu.org>
parents: 46672
diff changeset
568 (coding-system iso-latin-1)
fd8d01195320 ("Swedish"): New set-language-info-alist call.
Richard M. Stallman <rms@gnu.org>
parents: 46672
diff changeset
569 (coding-priority iso-latin-1)
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
570 (nonascii-translation . iso-8859-1)
47237
fd8d01195320 ("Swedish"): New set-language-info-alist call.
Richard M. Stallman <rms@gnu.org>
parents: 46672
diff changeset
571 (unibyte-display . iso-latin-1)
fd8d01195320 ("Swedish"): New set-language-info-alist call.
Richard M. Stallman <rms@gnu.org>
parents: 46672
diff changeset
572 (sample-text . "Goddag Hej")
fd8d01195320 ("Swedish"): New set-language-info-alist call.
Richard M. Stallman <rms@gnu.org>
parents: 46672
diff changeset
573 (documentation . "Support for Swedish"))
fd8d01195320 ("Swedish"): New set-language-info-alist call.
Richard M. Stallman <rms@gnu.org>
parents: 46672
diff changeset
574 '("European"))
49043
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
575
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
576 (set-language-info-alist
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
577 "Croatian" '((charset iso-8859-2)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
578 (coding-system iso-8859-2)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
579 (coding-priority iso-8859-2)
49043
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
580 (input-method . "croatian")
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89296
diff changeset
581 (nonascii-translation . iso-8859-2)
49043
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
582 (unibyte-display . iso-8859-2)
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
583 (documentation . "Support for Croatian with Latin-2 encoding."))
b7a1650c6747 ("Latin-6", "Croatian"): New.
Dave Love <fx@gnu.org>
parents: 48830
diff changeset
584 '("European"))
55586
37214f38ace4 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
David Kastrup <dak@gnu.org>
parents: 53009
diff changeset
585
37214f38ace4 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
David Kastrup <dak@gnu.org>
parents: 53009
diff changeset
586 (set-language-info-alist
37214f38ace4 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
David Kastrup <dak@gnu.org>
parents: 53009
diff changeset
587 "Brazilian Portuguese" '((tutorial . "TUTORIAL.pt_BR")
89943
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
588 (charset iso-8859-1)
55586
37214f38ace4 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
David Kastrup <dak@gnu.org>
parents: 53009
diff changeset
589 (coding-system iso-latin-1 iso-latin-9)
37214f38ace4 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
David Kastrup <dak@gnu.org>
parents: 53009
diff changeset
590 (coding-priority iso-latin-1)
89943
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
591 (nonascii-translation . iso-8859-1)
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
592 (unibyte-display . iso-8859-1)
55586
37214f38ace4 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
David Kastrup <dak@gnu.org>
parents: 53009
diff changeset
593 (input-method . "latin-1-prefix")
37214f38ace4 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
David Kastrup <dak@gnu.org>
parents: 53009
diff changeset
594 (sample-text . "Oi")
37214f38ace4 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
David Kastrup <dak@gnu.org>
parents: 53009
diff changeset
595 (documentation . "Support for Brazilian Portuguese."))
37214f38ace4 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
David Kastrup <dak@gnu.org>
parents: 53009
diff changeset
596 '("European"))
89943
4c90ffeb71c5 Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Miles Bader <miles@gnu.org>
parents: 89919 55586
diff changeset
597
33049
fed8d1ebdc15 (mac-roman-decoder, mac-roman-encoder): New translation tables.
Kenichi Handa <handa@m17n.org>
parents: 31155
diff changeset
598
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
599 (define-coding-system 'mac-roman
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
600 "Mac Roman Encoding (MIME:MACINTOSH)."
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
601 :coding-type 'charset
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
602 :mnemonic ?M
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
603 :charset-list '(mac-roman)
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42353
diff changeset
604 :mime-charset 'macintosh)
33049
fed8d1ebdc15 (mac-roman-decoder, mac-roman-encoder): New translation tables.
Kenichi Handa <handa@m17n.org>
parents: 31155
diff changeset
605
88561
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
606 (define-coding-system 'next
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
607 "NeXTstep encoding"
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
608 :coding-type 'charset
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
609 :mnemonic ?*
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
610 :charset-list '(next)
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
611 :mime-charset 'next)
88577
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
612
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
613 (define-coding-system 'hp-roman8
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
614 "Hewlet-Packard roman-8 encoding (MIME:ROMAN-8)"
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
615 :coding-type 'charset
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
616 :mnemonic ?*
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
617 :charset-list '(hp-roman8)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
618 :mime-charset 'hp-roman8)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
619 (define-coding-system-alias 'roman8 'hp-roman8)
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
620
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
621 (define-coding-system 'adobe-standard-encoding
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
622 "Adobe `standard' encoding for PostScript"
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
623 :coding-type 'charset
c982147b17d7 (iso-latin-6, iso-8859-10, latin-6)
Dave Love <fx@gnu.org>
parents: 88561
diff changeset
624 :mnemonic ?*
88582
700ee2a6b461 (adobe-standard-encoding): Fix typo.
Dave Love <fx@gnu.org>
parents: 88577
diff changeset
625 :charset-list '(adobe-standard-encoding)
700ee2a6b461 (adobe-standard-encoding): Fix typo.
Dave Love <fx@gnu.org>
parents: 88577
diff changeset
626 :mime-charset 'adobe-standard-encoding)
33049
fed8d1ebdc15 (mac-roman-decoder, mac-roman-encoder): New translation tables.
Kenichi Handa <handa@m17n.org>
parents: 31155
diff changeset
627
88561
e63aa0be6e95 (windows-1254, cp1254, windows-1257)
Dave Love <fx@gnu.org>
parents: 88532
diff changeset
628
89296
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
629 ;; For automatic composing of diacritics and combining marks.
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
630 (dolist (range '( ;; combining diacritical marks
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
631 (#x0300 #x0314 (tc . bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
632 (#x0315 (tr . bl))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
633 (#x0316 #x0319 (bc . tc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
634 (#x031A (tr . cl))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
635 (#x031B #x0320 (bc . tc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
636 (#x0321 (Br . tr))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
637 (#x0322 (Br . tl))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
638 (#x0323 #x0333 (bc . tc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
639 (#x0334 #x0338 (Bc . Bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
640 (#x0339 #x033C (bc . tc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
641 (#x033D #x033F (tc . bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
642 (#x0340 (tl . bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
643 (#x0341 (tr . bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
644 (#x0342 #x0344 (tc . bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
645 (#x0345 (bc . tc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
646 (#x0346 (tc . bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
647 (#x0347 #x0349 (bc . tc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
648 (#x034A #x034C (tc . bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
649 (#x034D #x034E (bc . tc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
650 ;; combining diacritical marks for symbols
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
651 (#x20D0 #x20D1 (tc . bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
652 (#x20D2 #x20D3 (Bc . Bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
653 (#x20D4 #x20D7 (tc . bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
654 (#x20D8 #x20DA (Bc . Bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
655 (#x20DB #x20DC (tc . bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
656 (#x20DD #x20E0 (Bc . Bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
657 (#x20E1 (tc . bc))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
658 (#x20E2 #x20E3 (Bc . Bc))))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
659 (let* ((from (car range))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
660 (to (if (= (length range) 3)
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
661 (nth 1 range)
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
662 from))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
663 (composition (car (last range))))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
664 (while (<= from to)
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
665 (put-char-code-property from 'diacritic-composition composition)
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
666 (aset composition-function-table from 'diacritic-composition-function)
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
667 (setq from (1+ from)))))
33049
fed8d1ebdc15 (mac-roman-decoder, mac-roman-encoder): New translation tables.
Kenichi Handa <handa@m17n.org>
parents: 31155
diff changeset
668
41875
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
669 (defconst diacritic-composition-pattern "\\C^\\c^+")
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
670
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
671 (defun diacritic-compose-region (beg end)
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
672 "Compose diacritic characters in the region.
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
673 When called from a program, expects two arguments,
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
674 positions (integers or markers) specifying the region."
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
675 (interactive "r")
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
676 (save-restriction
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
677 (narrow-to-region beg end)
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
678 (goto-char (point-min))
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
679 (while (re-search-forward diacritic-composition-pattern nil t)
89919
80fad817819f (diacritic-compose-region): Compose
Kenichi Handa <handa@m17n.org>
parents: 89909
diff changeset
680 (if (= (char-syntax (char-after (match-beginning 0))) ?w)
80fad817819f (diacritic-compose-region): Compose
Kenichi Handa <handa@m17n.org>
parents: 89909
diff changeset
681 (compose-region (match-beginning 0) (match-end 0))))))
41875
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
682
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
683 (defun diacritic-compose-string (string)
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
684 "Compose diacritic characters in STRING and return the resulting string."
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
685 (let ((idx 0))
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
686 (while (setq idx (string-match diacritic-composition-pattern string idx))
89919
80fad817819f (diacritic-compose-region): Compose
Kenichi Handa <handa@m17n.org>
parents: 89909
diff changeset
687 (if (= (char-syntax (aref string idx)) ?w)
80fad817819f (diacritic-compose-region): Compose
Kenichi Handa <handa@m17n.org>
parents: 89909
diff changeset
688 (compose-string string idx (match-end 0)))
41875
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
689 (setq idx (match-end 0))))
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
690 string)
49598
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49043
diff changeset
691
41875
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
692 (defun diacritic-compose-buffer ()
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
693 "Compose diacritic characters in the current buffer."
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
694 (interactive)
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
695 (diacritic-compose-region (point-min) (point-max)))
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
696
89296
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
697 (defun diacritic-composition-function (pos &optional string)
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
698 "Compose diacritic text around POS.
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
699 Optional 2nd argument STRING, if non-nil, is a string containing text
41875
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
700 to compose.
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
701
89296
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
702 The return value is the end position of composed characters,
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
703 or nil if no characters are composed."
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
704 (setq pos (1- pos))
5f226da850bf Register combining characters in
Kenichi Handa <handa@m17n.org>
parents: 89185
diff changeset
705 (if string
89720
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
706 (if (>= pos 0)
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
707 (let ((ch (aref string pos))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
708 start end components ch composition)
89919
80fad817819f (diacritic-compose-region): Compose
Kenichi Handa <handa@m17n.org>
parents: 89909
diff changeset
709 (when (= (char-syntax ch) ?w)
89720
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
710 (setq start pos
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
711 end (length string)
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
712 components (list ch)
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
713 pos (1+ pos))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
714 (while (and
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
715 (< pos end)
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
716 (setq ch (aref string pos)
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
717 composition
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
718 (get-char-code-property ch
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
719 'diacritic-composition)))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
720 (setq components (cons ch (cons composition components))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
721 pos (1+ pos)))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
722 (compose-string string start pos (nreverse components))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
723 pos)))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
724 (if (>= pos (point-min))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
725 (let ((ch (char-after pos))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
726 start end components composition)
89919
80fad817819f (diacritic-compose-region): Compose
Kenichi Handa <handa@m17n.org>
parents: 89909
diff changeset
727 (when (= (char-syntax ch) ?w)
89720
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
728 (setq start pos
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
729 end (point-max)
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
730 components (list ch)
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
731 pos (1+ pos))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
732 (while (and
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
733 (< pos end)
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
734 (setq ch (char-after pos)
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
735 composition
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
736 (get-char-code-property ch 'diacritic-composition)))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
737 (setq components (cons ch (cons composition components))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
738 pos (1+ pos)))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
739 (compose-region start pos (nreverse components))
3a4e30359ac0 (diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa <handa@m17n.org>
parents: 89483
diff changeset
740 pos)))))
41875
e31b7be17ab2 (diacritic-composition-pattern): New constant.
Dave Love <fx@gnu.org>
parents: 41228
diff changeset
741
31155
3362938ebbd7 ("Latin-8", "Latin-9"): Add input methods,
Dave Love <fx@gnu.org>
parents: 30261
diff changeset
742 (provide 'european)
3362938ebbd7 ("Latin-8", "Latin-9"): Add input methods,
Dave Love <fx@gnu.org>
parents: 30261
diff changeset
743
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 50194
diff changeset
744 ;;; arch-tag: 9e018b12-fb02-4120-907b-9adeaf84b5c2
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
745 ;;; european.el ends here