annotate leim/quail/latin-post.el @ 89804:109e674576b8

(CHAR_CHARSET_P): Fix for the case that the method is subset or superset.
author Kenichi Handa <handa@m17n.org>
date Fri, 06 Feb 2004 11:05:20 +0000
parents 2f877ed80fa6
children 68c22ea6027c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1 ;;; latin-post.el --- Quail packages for inputting various European characters -*-coding: utf-8;-*-
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
3 ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
4 ;; Licensed to the Free Software Foundation.
47413
e29c465d41ef ("slovenian"): New.
Dave Love <fx@gnu.org>
parents: 46668
diff changeset
5 ;; Copyright (C) 2001, 2002 Free Software Foundation.
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
6 ;; Copyright (C) 2003
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
7 ;; National Institute of Advanced Industrial Science and Technology (AIST)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
8 ;; Registration Number H13PRO009
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
9
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
10 ;; Keywords: multilingual, input method, latin, i18n
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
11
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
12 ;; This file is part of GNU Emacs.
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
13
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
14 ;; GNU Emacs is free software; you can redistribute it and/or modify
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
15 ;; it under the terms of the GNU General Public License as published by
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
16 ;; the Free Software Foundation; either version 2, or (at your option)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
17 ;; any later version.
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
18
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
19 ;; GNU Emacs is distributed in the hope that it will be useful,
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
22 ;; GNU General Public License for more details.
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
23
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
24 ;; You should have received a copy of the GNU General Public License
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
25 ;; along with GNU Emacs; see the file COPYING. If not, write to the
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
26 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
27 ;; Boston, MA 02111-1307, USA.
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
28
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
29 ;; Author: TAKAHASHI Naoto <ntakahas@etl.go.jp>
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
30
38453
519983161a46 Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents: 36837
diff changeset
31 ;;; Commentary:
519983161a46 Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents: 36837
diff changeset
32
519983161a46 Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents: 36837
diff changeset
33 ;;; Code:
519983161a46 Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents: 36837
diff changeset
34
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
35 (require 'quail)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
36
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
37 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
38 "latin-1-postfix" "Latin-1" "1<" t
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
39 "Latin-1 character input method with postfix modifiers
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
40
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
41 | postfix | examples
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
42 ------------+---------+----------
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
43 acute | ' | a' -> á
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
44 grave | ` | a` -> à
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
45 circumflex | ^ | a^ -> â
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
46 diaeresis | \" | a\" -> ä
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
47 tilde | ~ | a~ -> ã
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
48 cedilla | , | c, -> ç
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
49 nordic | / | d/ -> ð t/ -> þ a/ -> å e/ -> æ o/ -> ø
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
50 others | / | s/ -> ß ?/ -> ¿ !/ -> ¡ // -> °
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
51 | various | << -> « >> -> » o_ -> º a_ -> ª
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
52
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
53 Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
54 " nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
55
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
56 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
57 ("A`" ?À)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
58 ("A'" ?Á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
59 ("A^" ?Â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
60 ("A~" ?Ã)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
61 ("A\"" ?Ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
62 ("A/" ?Å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
63 ("a`" ?à)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
64 ("a'" ?á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
65 ("a^" ?â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
66 ("a~" ?ã)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
67 ("a\"" ?ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
68 ("a/" ?å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
69 ("E`" ?È)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
70 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
71 ("E^" ?Ê)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
72 ("E\"" ?Ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
73 ("E/" ?Æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
74 ("e`" ?è)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
75 ("e'" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
76 ("e^" ?ê)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
77 ("e\"" ?ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
78 ("e/" ?æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
79 ("I`" ?Ì)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
80 ("i`" ?ì)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
81 ("I'" ?Í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
82 ("i'" ?í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
83 ("I^" ?Î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
84 ("i^" ?î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
85 ("I\"" ?Ï)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
86 ("i\"" ?ï)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
87 ("O`" ?Ò)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
88 ("o`" ?ò)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
89 ("O'" ?Ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
90 ("o'" ?ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
91 ("O^" ?Ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
92 ("o^" ?ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
93 ("O~" ?Õ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
94 ("o~" ?õ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
95 ("O\"" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
96 ("o\"" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
97 ("O/" ?Ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
98 ("o/" ?ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
99 ("U`" ?Ù)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
100 ("u`" ?ù)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
101 ("U'" ?Ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
102 ("u'" ?ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
103 ("U^" ?Û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
104 ("u^" ?û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
105 ("U\"" ?Ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
106 ("u\"" ?ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
107 ("Y'" ?Ý)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
108 ("y'" ?ý)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
109 ("y\"" ?ÿ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
110 ("D/" ?Ð)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
111 ("d/" ?ð)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
112 ("T/" ?Þ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
113 ("t/" ?þ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
114 ("s/" ?ß)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
115 ("C," ?Ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
116 ("c," ?ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
117 ("N~" ?Ñ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
118 ("n~" ?ñ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
119 ("?/" ?¿)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
120 ("!/" ?¡)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
121 ("<<" ?«)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
122 (">>" ?»)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
123 ("o_" ?º)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
124 ("a_" ?ª)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
125 ("//" ?°)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
126
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
127 ("A``" ["A`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
128 ("A''" ["A'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
129 ("A^^" ["A^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
130 ("A~~" ["A~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
131 ("A\"\"" ["A\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
132 ("A//" ["A/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
133 ("a``" ["a`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
134 ("a''" ["a'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
135 ("a^^" ["a^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
136 ("a~~" ["a~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
137 ("a\"\"" ["a\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
138 ("a//" ["a/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
139 ("E``" ["E`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
140 ("E''" ["E'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
141 ("E^^" ["E^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
142 ("E\"\"" ["E\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
143 ("E//" ["E/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
144 ("e``" ["e`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
145 ("e''" ["e'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
146 ("e^^" ["e^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
147 ("e\"\"" ["e\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
148 ("e//" ["e/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
149 ("I``" ["I`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
150 ("i``" ["i`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
151 ("I''" ["I'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
152 ("i''" ["i'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
153 ("I^^" ["I^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
154 ("i^^" ["i^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
155 ("I\"\"" ["I\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
156 ("i\"\"" ["i\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
157 ("O``" ["O`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
158 ("o``" ["o`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
159 ("O''" ["O'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
160 ("o''" ["o'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
161 ("O^^" ["O^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
162 ("o^^" ["o^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
163 ("O~~" ["O~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
164 ("o~~" ["o~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
165 ("O\"\"" ["O\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
166 ("o\"\"" ["o\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
167 ("O//" ["O/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
168 ("o//" ["o/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
169 ("U``" ["U`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
170 ("u``" ["u`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
171 ("U''" ["U'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
172 ("u''" ["u'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
173 ("U^^" ["U^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
174 ("u^^" ["u^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
175 ("U\"\"" ["U\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
176 ("u\"\"" ["u\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
177 ("Y''" ["Y'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
178 ("y''" ["y'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
179 ("y\"\"" ["y\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
180 ("D//" ["D/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
181 ("d//" ["d/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
182 ("T//" ["T/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
183 ("t//" ["t/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
184 ("s//" ["s/"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
185 ("C,," ["C,"])
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
186 ("c,," ["c,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
187 ("N~~" ["N~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
188 ("n~~" ["n~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
189 ("?//" ["?/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
190 ("!//" ["!/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
191 ("<<<" ["<<"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
192 (">>>" [">>"])
23445
838c9bd2adcd ("latin-1-postfix"): Add a method to enter the
Richard M. Stallman <rms@gnu.org>
parents: 19956
diff changeset
193 ("o__" ["o_"])
838c9bd2adcd ("latin-1-postfix"): Add a method to enter the
Richard M. Stallman <rms@gnu.org>
parents: 19956
diff changeset
194 ("a__" ["a_"])
23469
b42bd7e943b8 Many doc fixes.
Richard M. Stallman <rms@gnu.org>
parents: 23445
diff changeset
195 ("///" ["//"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
196 )
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
197
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
198 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
199 "latin-2-postfix" "Latin-2" "2<" t
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
200 "Latin-2 character input method with postfix modifiers
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
201
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
202 | postfix | examples
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
203 ------------+---------+----------
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
204 acute | ' | a' -> á
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
205 ogonek | , | a, -> ą
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
206 diaeresis | \" | a\" -> ä
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
207 circumflex | ^ | a^ -> â
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
208 breve | ~ | a~ -> ă
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
209 cedilla | , | c, -> ç
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
210 caron | ~ | c~ -> č
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
211 dbl. acute | : | o: -> ő
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
212 ring | . | u. -> ů
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
213 dot | . | z. -> ż
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
214 stroke | / | d/ -> đ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
215 others | / | s/ -> ß
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
216
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
217 Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
218 " nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
219
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
220 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
221 ("A'" ?Á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
222 ("A," ?Ą)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
223 ("A\"" ?Ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
224 ("A^" ?Â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
225 ("A~" ?Ă)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
226 ("C'" ?Ć)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
227 ("C," ?Ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
228 ("C~" ?Č)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
229 ("D/" ?Đ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
230 ("D~" ?Ď)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
231 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
232 ("E," ?Ę)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
233 ("E\"" ?Ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
234 ("E~" ?Ě)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
235 ("I'" ?Í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
236 ("I^" ?Î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
237 ("L'" ?Ĺ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
238 ("L/" ?Ł)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
239 ("L~" ?Ľ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
240 ("N'" ?Ń)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
241 ("N~" ?Ň)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
242 ("O'" ?Ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
243 ("O:" ?Ő)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
244 ("O\"" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
245 ("O^" ?Ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
246 ("R'" ?Ŕ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
247 ("R~" ?Ř)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
248 ("S'" ?Ś)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
249 ("S," ?Ş)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
250 ("S~" ?Š)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
251 ("T," ?Ţ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
252 ("T~" ?Ť)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
253 ("U'" ?Ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
254 ("U:" ?Ű)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
255 ("U\"" ?Ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
256 ("U." ?Ů)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
257 ("Y'" ?Ý)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
258 ("Z'" ?Ź)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
259 ("Z." ?Ż)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
260 ("Z~" ?Ž)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
261 ("a'" ?á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
262 ("a," ?ą)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
263 ("a\"" ?ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
264 ("a^" ?â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
265 ("a~" ?ă)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
266 ("c'" ?ć)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
267 ("c," ?ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
268 ("c~" ?č)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
269 ("d/" ?đ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
270 ("d~" ?ď)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
271 ("e'" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
272 ("e," ?ę)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
273 ("e\"" ?ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
274 ("e~" ?ě)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
275 ("i'" ?í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
276 ("i^" ?î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
277 ("l'" ?ĺ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
278 ("l/" ?ł)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
279 ("l~" ?ľ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
280 ("n'" ?ń)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
281 ("n~" ?ň)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
282 ("o'" ?ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
283 ("o:" ?ő)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
284 ("o\"" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
285 ("o^" ?ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
286 ("r'" ?ŕ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
287 ("r~" ?ř)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
288 ("s'" ?ś)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
289 ("s," ?ş)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
290 ("s/" ?ß)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
291 ("s~" ?š)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
292 ("t," ?ţ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
293 ("t~" ?ť)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
294 ("u'" ?ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
295 ("u:" ?ű)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
296 ("u\"" ?ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
297 ("u." ?ů)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
298 ("y'" ?ý)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
299 ("z'" ?ź)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
300 ("z." ?ż)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
301 ("z~" ?ž)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
302
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
303 ("A''" ["A'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
304 ("A,," ["A,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
305 ("A\"\"" ["A\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
306 ("A^^" ["A^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
307 ("A~~" ["A~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
308 ("C''" ["C'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
309 ("C,," ["C,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
310 ("C~~" ["C~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
311 ("D//" ["D/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
312 ("D~~" ["D~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
313 ("E''" ["E'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
314 ("E,," ["E,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
315 ("E\"\"" ["E\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
316 ("E~~" ["E~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
317 ("I''" ["I'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
318 ("I^^" ["I^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
319 ("L''" ["L'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
320 ("L//" ["L/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
321 ("L~~" ["L~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
322 ("N''" ["N'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
323 ("N~~" ["N~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
324 ("O''" ["O'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
325 ("O::" ["O:"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
326 ("O\"\"" ["O\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
327 ("O^^" ["O^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
328 ("R''" ["R'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
329 ("R~~" ["R~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
330 ("S''" ["S'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
331 ("S,," ["S,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
332 ("S~~" ["S~"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
333 ("T,," ["T,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
334 ("T~~" ["T~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
335 ("U''" ["U'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
336 ("U::" ["U:"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
337 ("U\"\"" ["U\""])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
338 ("U.." ["U."])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
339 ("Y''" ["Y'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
340 ("Z''" ["Z'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
341 ("Z.." ["Z."])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
342 ("Z~~" ["Z~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
343 ("a''" ["a'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
344 ("a,," ["a,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
345 ("a\"\"" ["a\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
346 ("a^^" ["a^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
347 ("a~~" ["a~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
348 ("c''" ["c'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
349 ("c,," ["c,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
350 ("c~~" ["c~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
351 ("d//" ["d/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
352 ("d~~" ["d~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
353 ("e''" ["e'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
354 ("e,," ["e,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
355 ("e\"\"" ["e\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
356 ("e~~" ["e~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
357 ("i''" ["i'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
358 ("i^^" ["i^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
359 ("l''" ["l'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
360 ("l//" ["l/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
361 ("l~~" ["l~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
362 ("n''" ["n'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
363 ("n~~" ["n~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
364 ("o''" ["o'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
365 ("o::" ["o:"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
366 ("o\"\"" ["o\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
367 ("o^^" ["o^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
368 ("r''" ["r'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
369 ("r~~" ["r~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
370 ("s''" ["s'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
371 ("s,," ["s,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
372 ("s//" ["s/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
373 ("s~~" ["s~"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
374 ("t,," ["t,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
375 ("t~~" ["t~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
376 ("u''" ["u'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
377 ("u::" ["u:"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
378 ("u\"\"" ["u\""])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
379 ("u.." ["u."])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
380 ("y''" ["y'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
381 ("z''" ["z'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
382 ("z.." ["z."])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
383 ("z~~" ["z~"])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
384 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
385
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
386 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
387 "latin-3-postfix" "Latin-3" "3<" t
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
388 "Latin-3 character input method with postfix modifiers
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
389
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
390 | postfix | examples
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
391 ------------+---------+----------
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
392 acute | ' | a' -> á
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
393 grave | ` | a` -> à
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
394 circumflex | ^ | a^ -> â
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
395 diaeresis | \" | a\" -> ä
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
396 dot | . | c. -> ċ i. -> ı I. -> İ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
397 cedilla | , | c, -> ç
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
398 breve | ~ | g~ -> ğ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
399 tilde | ~ | n~ -> ñ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
400 stroke | / | h/ -> ħ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
401 others | / | s/ -> ß
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
402
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
403 Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
404 " nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
405
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
406 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
407 ("A`" ?À)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
408 ("A'" ?Á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
409 ("A^" ?Â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
410 ("A\"" ?Ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
411 ("C." ?Ċ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
412 ("C^" ?Ĉ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
413 ("C," ?Ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
414 ("E`" ?È)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
415 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
416 ("E^" ?Ê)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
417 ("E\"" ?Ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
418 ("G~" ?Ğ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
419 ("G." ?Ġ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
420 ("G^" ?Ĝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
421 ("H/" ?Ħ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
422 ("H^" ?Ĥ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
423 ("I." ?İ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
424 ("I`" ?Ì)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
425 ("I'" ?Í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
426 ("I^" ?Î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
427 ("I\"" ?Ï)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
428 ("J^" ?Ĵ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
429 ("N~" ?Ñ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
430 ("O`" ?Ò)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
431 ("O'" ?Ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
432 ("O^" ?Ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
433 ("O\"" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
434 ("S," ?Ş)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
435 ("S^" ?Ŝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
436 ("U`" ?Ù)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
437 ("U'" ?Ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
438 ("U^" ?Û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
439 ("U\"" ?Ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
440 ("U~" ?Ŭ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
441 ("Z." ?Ż)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
442 ("a`" ?à)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
443 ("a'" ?á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
444 ("a^" ?â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
445 ("a\"" ?ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
446 ("c." ?ċ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
447 ("c^" ?ĉ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
448 ("c," ?ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
449 ("e`" ?è)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
450 ("e'" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
451 ("e^" ?ê)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
452 ("e\"" ?ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
453 ("g~" ?ğ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
454 ("g." ?ġ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
455 ("g^" ?ĝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
456 ("h/" ?ħ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
457 ("h^" ?ĥ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
458 ("i." ?ı)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
459 ("i`" ?ì)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
460 ("i'" ?í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
461 ("i^" ?î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
462 ("i\"" ?ï)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
463 ("j^" ?ĵ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
464 ("n~" ?ñ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
465 ("o`" ?ò)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
466 ("o'" ?ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
467 ("o^" ?ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
468 ("o\"" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
469 ("s," ?ş)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
470 ("s/" ?ß)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
471 ("s^" ?ŝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
472 ("u`" ?ù)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
473 ("u'" ?ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
474 ("u^" ?û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
475 ("u\"" ?ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
476 ("u~" ?ŭ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
477 ("z." ?ż)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
478
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
479 ("A``" ["A`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
480 ("A''" ["A'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
481 ("A^^" ["A^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
482 ("A\"\"" ["A\""])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
483 ("C.." ["C."])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
484 ("C^^" ["C^"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
485 ("C,," ["C,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
486 ("E``" ["E`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
487 ("E''" ["E'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
488 ("E^^" ["E^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
489 ("E\"\"" ["E\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
490 ("G~~" ["G~"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
491 ("G.." ["G."])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
492 ("G^^" ["G^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
493 ("H//" ["H/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
494 ("H^^" ["H^"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
495 ("I.." ["I."])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
496 ("I``" ["I`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
497 ("I''" ["I'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
498 ("I^^" ["I^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
499 ("I\"\"" ["I\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
500 ("J^^" ["J^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
501 ("N~~" ["N~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
502 ("O``" ["O`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
503 ("O''" ["O'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
504 ("O^^" ["O^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
505 ("O\"\"" ["O\""])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
506 ("S,," ["S,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
507 ("S^^" ["S^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
508 ("U``" ["U`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
509 ("U''" ["U'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
510 ("U^^" ["U^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
511 ("U\"\"" ["U\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
512 ("U~~" ["U~"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
513 ("Z.." ["Z."])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
514 ("a``" ["a`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
515 ("a''" ["a'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
516 ("a^^" ["a^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
517 ("a\"\"" ["a\""])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
518 ("c.." ["c."])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
519 ("c^^" ["c^"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
520 ("c,," ["c,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
521 ("e``" ["e`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
522 ("e''" ["e'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
523 ("e^^" ["e^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
524 ("e\"\"" ["e\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
525 ("g~~" ["g~"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
526 ("g.." ["g."])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
527 ("g^^" ["g^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
528 ("h//" ["h/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
529 ("h^^" ["h^"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
530 ("i.." ["i."])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
531 ("i``" ["i`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
532 ("i''" ["i'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
533 ("i^^" ["i^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
534 ("i\"\"" ["i\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
535 ("j^^" ["j^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
536 ("n~~" ["n~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
537 ("o``" ["o`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
538 ("o''" ["o'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
539 ("o^^" ["o^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
540 ("o\"\"" ["o\""])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
541 ("s,," ["s,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
542 ("s//" ["s/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
543 ("s^^" ["s^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
544 ("u``" ["u`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
545 ("u''" ["u'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
546 ("u^^" ["u^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
547 ("u\"\"" ["u\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
548 ("u~~" ["u~"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
549 ("z.." ["z."])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
550 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
551
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
552 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
553 "latin-4-postfix" "Latin-4" "4<" t
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
554 "Latin-4 characters input method with postfix modifiers
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
555
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
556 | postfix | examples
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
557 ------------+---------+----------
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
558 acute | ' | a' -> á
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
559 circumflex | ^ | a^ -> â
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
560 diaeresis | \" | a\" -> ä
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
561 ogonek | , | a, -> ą
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
562 macron | - | a- -> ā
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
563 tilde | ~ | a~ -> ã
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
564 caron | ~ | c~ -> č
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
565 dot | . | e. -> ė
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
566 cedilla | , | k, -> ķ g, -> ģ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
567 stroke | / | d/ -> đ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
568 nordic | / | a/ -> å e/ -> æ o/ -> ø
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
569 others | / | s/ -> ß n/ -> ŋ k/ -> ĸ
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
570
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
571 Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
572 " nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
573
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
574 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
575 ("A," ?Ą)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
576 ("A-" ?Ā)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
577 ("A'" ?Á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
578 ("A^" ?Â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
579 ("A~" ?Ã)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
580 ("A\"" ?Ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
581 ("A/" ?Å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
582 ("C~" ?Č)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
583 ("D/" ?Đ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
584 ("E/" ?Æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
585 ("E-" ?Ē)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
586 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
587 ("E," ?Ę)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
588 ("E\"" ?Ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
589 ("E." ?Ė)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
590 ("G," ?Ģ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
591 ("I~" ?Ĩ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
592 ("I," ?Į)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
593 ("I'" ?Í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
594 ("I^" ?Î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
595 ("I-" ?Ī)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
596 ("K," ?Ķ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
597 ("L," ?Ļ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
598 ("N/" ?Ŋ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
599 ("N," ?Ņ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
600 ("O-" ?Ō)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
601 ("O^" ?Ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
602 ("O~" ?Õ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
603 ("O\"" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
604 ("O/" ?Ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
605 ("R," ?Ŗ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
606 ("S~" ?Š)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
607 ("T/" ?Ŧ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
608 ("U," ?Ų)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
609 ("U'" ?Ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
610 ("U^" ?Û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
611 ("U\"" ?Ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
612 ("U~" ?Ũ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
613 ("U-" ?Ū)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
614 ("Z~" ?Ž)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
615 ("a," ?ą)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
616 ("a-" ?ā)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
617 ("a'" ?á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
618 ("a^" ?â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
619 ("a~" ?ã)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
620 ("a\"" ?ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
621 ("a/" ?å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
622 ("c~" ?č)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
623 ("d/" ?đ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
624 ("e/" ?æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
625 ("e-" ?ē)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
626 ("e'" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
627 ("e," ?ę)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
628 ("e\"" ?ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
629 ("e." ?ė)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
630 ("g," ?ģ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
631 ("i~" ?ĩ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
632 ("i," ?į)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
633 ("i'" ?í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
634 ("i^" ?î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
635 ("i-" ?ī)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
636 ("k/" ?ĸ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
637 ("k," ?ķ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
638 ("l," ?ļ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
639 ("n/" ?ŋ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
640 ("n," ?ņ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
641 ("o-" ?ō)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
642 ("o^" ?ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
643 ("o~" ?õ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
644 ("o\"" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
645 ("o/" ?ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
646 ("r," ?ŗ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
647 ("s/" ?ß)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
648 ("s~" ?š)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
649 ("t/" ?ŧ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
650 ("u," ?ų)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
651 ("u'" ?ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
652 ("u^" ?û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
653 ("u\"" ?ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
654 ("u~" ?ũ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
655 ("u-" ?ū)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
656 ("z~" ?ž)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
657
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
658 ("A,," ["A,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
659 ("A--" ["A-"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
660 ("A''" ["A'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
661 ("A^^" ["A^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
662 ("A~~" ["A~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
663 ("A\"\"" ["A\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
664 ("A//" ["A/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
665 ("C~~" ["C~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
666 ("D//" ["D/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
667 ("E//" ["E/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
668 ("E--" ["E-"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
669 ("E''" ["E'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
670 ("E,," ["E,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
671 ("E\"\"" ["E\""])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
672 ("E.." ["E."])
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
673 ("G,," ["G,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
674 ("I~~" ["I~"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
675 ("I,," ["I,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
676 ("I''" ["I'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
677 ("I^^" ["I^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
678 ("I--" ["I-"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
679 ("K,," ["K,"])
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
680 ("L,," ["L,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
681 ("N//" ["N/"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
682 ("N,," ["N,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
683 ("O--" ["O-"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
684 ("O^^" ["O^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
685 ("O~~" ["O~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
686 ("O\"\"" ["O\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
687 ("O//" ["O/"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
688 ("R,," ["R,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
689 ("S~~" ["S~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
690 ("T//" ["T/"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
691 ("U,," ["U,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
692 ("U''" ["U'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
693 ("U^^" ["U^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
694 ("U\"\"" ["U\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
695 ("U~~" ["U~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
696 ("U--" ["U-"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
697 ("Z~~" ["Z~"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
698 ("a,," ["a,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
699 ("a--" ["a-"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
700 ("a''" ["a'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
701 ("a^^" ["a^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
702 ("a~~" ["a~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
703 ("a\"\"" ["a\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
704 ("a//" ["a/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
705 ("c~~" ["c~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
706 ("d//" ["d/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
707 ("e//" ["e/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
708 ("e--" ["e-"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
709 ("e''" ["e'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
710 ("e,," ["e,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
711 ("e\"\"" ["e\""])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
712 ("e.." ["e."])
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
713 ("g,," ["g,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
714 ("i~~" ["i~"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
715 ("i,," ["i,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
716 ("i''" ["i'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
717 ("i^^" ["i^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
718 ("i--" ["i-"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
719 ("k//" ["k/"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
720 ("k,," ["k,"])
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
721 ("l,," ["l,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
722 ("n//" ["n/"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
723 ("n,," ["n,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
724 ("o--" ["o-"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
725 ("o^^" ["o^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
726 ("o~~" ["o~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
727 ("o\"\"" ["o\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
728 ("o//" ["o/"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
729 ("r,," ["r,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
730 ("s//" ["s/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
731 ("s~~" ["s~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
732 ("t//" ["t/"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
733 ("u,," ["u,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
734 ("u''" ["u'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
735 ("u^^" ["u^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
736 ("u\"\"" ["u\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
737 ("u~~" ["u~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
738 ("u--" ["u-"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
739 ("z~~" ["z~"])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
740 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
741
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
742 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
743 "latin-5-postfix" "Latin-5" "5<" t
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
744 "Latin-5 characters input method with postfix modifiers
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
745
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
746 | postfix | examples
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
747 ------------+---------+----------
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
748 acute | ' | a' -> á
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
749 grave | ` | a` -> à
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
750 circumflex | ^ | a^ -> â
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
751 diaeresis | \" | a\" -> ä
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
752 tilde | ~ | a~ -> ã
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
753 breve | ~ | g~ -> ğ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
754 cedilla | , | c, -> ç
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
755 dot | . | i. -> ı I. -> İ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
756 nordic | / | a/ -> å e/ -> æ o/ -> ø
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
757 others | / | s/ -> ß
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
758
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
759 Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
760 " nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
761
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
762 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
763 ("A'" ?Á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
764 ("A/" ?Å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
765 ("A\"" ?Ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
766 ("A^" ?Â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
767 ("A`" ?À)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
768 ("A~" ?Ã)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
769 ("C," ?Ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
770 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
771 ("E/" ?Æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
772 ("E\"" ?Ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
773 ("E^" ?Ê)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
774 ("E`" ?È)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
775 ("G~" ?Ğ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
776 ("I'" ?Í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
777 ("I." ?İ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
778 ("I\"" ?Ï)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
779 ("I^" ?Î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
780 ("I`" ?Ì)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
781 ("N~" ?Ñ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
782 ("O'" ?Ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
783 ("O/" ?Ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
784 ("O\"" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
785 ("O^" ?Ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
786 ("O`" ?Ò)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
787 ("O~" ?Õ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
788 ("S," ?Ş)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
789 ("U'" ?Ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
790 ("U\"" ?Ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
791 ("U^" ?Û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
792 ("U`" ?Ù)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
793 ("a'" ?á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
794 ("a/" ?å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
795 ("a\"" ?ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
796 ("a^" ?â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
797 ("a`" ?à)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
798 ("a~" ?ã)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
799 ("c," ?ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
800 ("e'" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
801 ("e/" ?æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
802 ("e\"" ?ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
803 ("e^" ?ê)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
804 ("e`" ?è)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
805 ("g~" ?ğ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
806 ("i'" ?í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
807 ("i." ?ı)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
808 ("i\"" ?ï)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
809 ("i^" ?î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
810 ("i`" ?ì)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
811 ("n~" ?ñ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
812 ("o'" ?ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
813 ("o/" ?ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
814 ("o\"" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
815 ("o^" ?ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
816 ("o`" ?ò)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
817 ("o~" ?õ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
818 ("s," ?ş)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
819 ("s/" ?ß)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
820 ("u'" ?ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
821 ("u\"" ?ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
822 ("u^" ?û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
823 ("u`" ?ù)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
824 ("y\"" ?ÿ)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
825
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
826 ("A''" ["A'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
827 ("A//" ["A/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
828 ("A\"\"" ["A\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
829 ("A^^" ["A^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
830 ("A``" ["A`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
831 ("A~~" ["A~"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
832 ("C,," ["C,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
833 ("E''" ["E'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
834 ("E//" ["E/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
835 ("E\"\"" ["E\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
836 ("E^^" ["E^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
837 ("E``" ["E`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
838 ("G~~" ["G~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
839 ("I''" ["I'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
840 ("I.." ["I."])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
841 ("I\"\"" ["I\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
842 ("I^^" ["I^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
843 ("I``" ["I`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
844 ("N~~" ["N~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
845 ("O''" ["O'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
846 ("O//" ["O/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
847 ("O\"\"" ["O\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
848 ("O^^" ["O^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
849 ("O``" ["O`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
850 ("O~~" ["O~"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
851 ("S,," ["S,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
852 ("U''" ["U'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
853 ("U\"\"" ["U\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
854 ("U^^" ["U^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
855 ("U``" ["U`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
856 ("a''" ["a'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
857 ("a//" ["a/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
858 ("a\"\"" ["a\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
859 ("a^^" ["a^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
860 ("a``" ["a`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
861 ("a~~" ["a~"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
862 ("c,," ["c,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
863 ("e''" ["e'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
864 ("e//" ["e/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
865 ("e\"\"" ["e\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
866 ("e^^" ["e^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
867 ("e``" ["e`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
868 ("g~~" ["g~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
869 ("i''" ["i'"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
870 ("i.." ["i."])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
871 ("i\"\"" ["i\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
872 ("i^^" ["i^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
873 ("i``" ["i`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
874 ("n~~" ["n~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
875 ("o''" ["o'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
876 ("o//" ["o/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
877 ("o\"\"" ["o\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
878 ("o^^" ["o^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
879 ("o``" ["o`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
880 ("o~~" ["o~"])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
881 ("s,," ["s,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
882 ("s//" ["s/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
883 ("u''" ["u'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
884 ("u\"\"" ["u\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
885 ("u^^" ["u^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
886 ("u``" ["u`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
887 ("y\"\"" ["y\""])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
888 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
889
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
890 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
891 "danish-postfix" "Latin-1" "DA<" t
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
892 "Danish input method (rule: AE -> Æ, OE -> Ø, AA -> Å, E' -> É)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
893
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
894 Doubling the postfix separates the letter and postfix: e.g. aee -> ae
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
895 "
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
896 nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
897
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
898 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
899 ("AE" ?Æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
900 ("ae" ?æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
901 ("OE" ?Ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
902 ("oe" ?ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
903 ("AA" ?Å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
904 ("aa" ?å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
905 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
906 ("e'" ?é)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
907
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
908 ("AEE" ["AE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
909 ("aee" ["ae"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
910 ("OEE" ["OE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
911 ("oee" ["oe"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
912 ("AAA" ["AA"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
913 ("aaa" ["aa"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
914 ("E''" ["E'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
915 ("e''" ["e'"])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
916 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
917
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
918 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
919 "esperanto-postfix" "Latin-3" "EO<" t
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
920 "Esperanto input method with postfix modifiers
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
921
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
922 A following ^ or x will produce an accented character,
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
923 e.g. c^ -> ĉ gx -> ĝ u^ -> ŭ.
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
924
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
925 Doubling the postfix separates the letter and postfix,
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
926 e.g. a'' -> a'.
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
927 " nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
928
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
929 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
930 ("Cx" ?Ĉ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
931 ("C^" ?Ĉ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
932 ("cx" ?ĉ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
933 ("c^" ?ĉ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
934 ("Gx" ?Ĝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
935 ("G^" ?Ĝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
936 ("gx" ?ĝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
937 ("g^" ?ĝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
938 ("Hx" ?Ĥ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
939 ("H^" ?Ĥ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
940 ("hx" ?ĥ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
941 ("h^" ?ĥ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
942 ("Jx" ?Ĵ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
943 ("J^" ?Ĵ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
944 ("jx" ?ĵ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
945 ("j^" ?ĵ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
946 ("Sx" ?Ŝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
947 ("S^" ?Ŝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
948 ("sx" ?ŝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
949 ("s^" ?ŝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
950 ("Ux" ?Ŭ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
951 ("U^" ?Ŭ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
952 ("ux" ?ŭ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
953 ("u^" ?ŭ)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
954
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
955 ("Cxx" ["Cx"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
956 ("C^^" ["C^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
957 ("cxx" ["cx"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
958 ("c^^" ["c^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
959 ("Gxx" ["Gx"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
960 ("G^^" ["G^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
961 ("gxx" ["gx"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
962 ("g^^" ["g^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
963 ("Hxx" ["Hx"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
964 ("H^^" ["H^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
965 ("hxx" ["hx"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
966 ("h^^" ["h^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
967 ("Jxx" ["Jx"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
968 ("J^^" ["J^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
969 ("jxx" ["jx"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
970 ("j^^" ["j^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
971 ("Sxx" ["Sx"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
972 ("S^^" ["S^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
973 ("sxx" ["sx"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
974 ("s^^" ["s^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
975 ("Uxx" ["Ux"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
976 ("U^^" ["U^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
977 ("uxx" ["ux"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
978 ("u^^" ["u^"])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
979 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
980
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
981 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
982 "finnish-postfix" "Latin-1" "FI<" t
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
983 "Finnish (Suomi) input method
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
984
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
985 AE -> Ä
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
986 AEE -> AE
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
987 OE -> Ö
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
988 OEE -> OE
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
989 "
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
990 nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
991
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
992 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
993 ("AE" ?Ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
994 ("ae" ?ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
995 ("OE" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
996 ("oe" ?ö)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
997
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
998 ("AEE" ["AE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
999 ("aee" ["ae"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1000 ("OEE" ["OE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1001 ("oee" ["oe"])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1002 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1003
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1004 (quail-define-package
42035
05d9998e4a84 ("french-postfix", "german-postfix")
Dave Love <fx@gnu.org>
parents: 40710
diff changeset
1005 "french-postfix" "French" "FR<" t
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1006 "French (Français) input method with postfix modifiers
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1007
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1008 ` pour grave, ' pour aigu, ^ pour circonflexe, et \" pour tréma.
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1009 Par exemple: a` -> à e' -> é.
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1010
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1011 Ç, «, et » sont produits par C,, <<, et >>.
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1012
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1013 En doublant la frappe des diacritiques, ils s'isoleront de la lettre.
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1014 Par exemple: e'' -> e'
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1015
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1016 <e dans l'o> n'est pas disponible."
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1017 nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1018
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1019 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1020 ("A`" ?À)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1021 ("A^" ?Â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1022 ("a`" ?à)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1023 ("a^" ?â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1024 ("E`" ?È)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1025 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1026 ("E^" ?Ê)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1027 ("E\"" ?Ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1028 ("e`" ?è)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1029 ("e'" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1030 ("e^" ?ê)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1031 ("e\"" ?ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1032 ("I^" ?Î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1033 ("I\"" ?Ï)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1034 ("i^" ?î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1035 ("i\"" ?ï)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1036 ("O^" ?Ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1037 ("o^" ?ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1038 ("U`" ?Ù)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1039 ("U^" ?Û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1040 ("U\"" ?Ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1041 ("u`" ?ù)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1042 ("u^" ?û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1043 ("u\"" ?ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1044 ("C," ?Ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1045 ("c," ?ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1046 ("<<" ?«)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1047 (">>" ?»)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1048
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1049 ("A``" ["A`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1050 ("A^^" ["A^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1051 ("a``" ["a`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1052 ("a^^" ["a^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1053 ("E``" ["E`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1054 ("E''" ["E'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1055 ("E^^" ["E^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1056 ("E\"\"" ["E\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1057 ("e``" ["e`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1058 ("e''" ["e'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1059 ("e^^" ["e^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1060 ("e\"\"" ["e\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1061 ("I^^" ["I^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1062 ("I\"\"" ["I\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1063 ("i^^" ["i^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1064 ("i\"\"" ["i\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1065 ("O^^" ["O^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1066 ("o^^" ["o^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1067 ("U``" ["U`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1068 ("U^^" ["U^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1069 ("U\"\"" ["U\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1070 ("u``" ["u`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1071 ("u^^" ["u^"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1072 ("u\"\"" ["u\""])
19900
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
1073 ("C,," ["C,"])
fa397fb1d859 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 19884
diff changeset
1074 ("c,," ["c,"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1075 ("<<<" ["<<"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1076 (">>>" [">>"])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1077 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1078
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1079 (quail-define-package
42035
05d9998e4a84 ("french-postfix", "german-postfix")
Dave Love <fx@gnu.org>
parents: 40710
diff changeset
1080 "german-postfix" "German" "DE<" t
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1081 "German (Deutsch) input method
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1082
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1083 ae -> ä
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1084 aee -> ae
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1085 oe -> ö
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1086 oee -> oe
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1087 ue -> ü
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1088 uee -> ue
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1089 sz -> ß
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1090 szz -> sz
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1091 "
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1092 nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1093
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1094 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1095 ("AE" ?Ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1096 ("ae" ?ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1097 ("OE" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1098 ("oe" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1099 ("UE" ?Ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1100 ("ue" ?ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1101 ("sz" ?ß)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1102
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1103 ("AEE" ["AE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1104 ("aee" ["ae"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1105 ("OEE" ["OE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1106 ("oee" ["oe"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1107 ("UEE" ["UE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1108 ("uee" ["ue"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1109 ("szz" ["sz"])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1110 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1111
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1112 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
1113 "icelandic-postfix" "Latin-1" "IS<" t
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1114 "Icelandic (Íslenska) input method with postfix modifiers
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1115
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1116 A' -> Á
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1117 E' -> É
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1118 I' -> Í
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1119 O' -> Ó
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1120 U' -> Ú
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1121 Y' -> Ý
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1122 AE -> Æ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1123 OE -> Ö
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1124 D/ -> Ð (eth)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1125 T/ -> Þ (thorn)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1126
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1127 Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1128 " nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1129
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1130 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1131 ("A'" ?Á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1132 ("a'" ?á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1133 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1134 ("e'" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1135 ("I'" ?Í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1136 ("i'" ?í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1137 ("O'" ?Ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1138 ("o'" ?ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1139 ("U'" ?Ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1140 ("u'" ?ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1141 ("Y'" ?Ý)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1142 ("y'" ?ý)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1143 ("AE" ?Æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1144 ("ae" ?æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1145 ("OE" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1146 ("oe" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1147 ("D/" ?Ð)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1148 ("d/" ?ð)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1149 ("T/" ?Þ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1150 ("t/" ?þ)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1151
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1152 ("A''" ["A'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1153 ("a''" ["a'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1154 ("E''" ["E'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1155 ("e''" ["e'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1156 ("I''" ["I'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1157 ("i''" ["i'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1158 ("O''" ["O'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1159 ("o''" ["o'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1160 ("U''" ["U'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1161 ("u''" ["u'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1162 ("Y''" ["Y'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1163 ("y''" ["y'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1164 ("AEE" ["AE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1165 ("aee" ["ae"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1166 ("OEE" ["OE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1167 ("oee" ["oe"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1168 ("D//" ["D/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1169 ("d//" ["d/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1170 ("T//" ["T/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1171 ("t//" ["t/"])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1172 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1173
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1174 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
1175 "italian-postfix" "Latin-1" "IT<" t
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1176 "Italian (Italiano) input method with postfix modifiers
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1177
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1178 a` -> à A` -> À e' -> é << -> «
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1179 e` -> è E` -> È E' -> É >> -> »
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1180 i` -> ì I` -> Ì o_ -> º
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1181 o` -> ò O` -> Ò a_ -> ª
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1182 u` -> ù U` -> Ù
23445
838c9bd2adcd ("latin-1-postfix"): Add a method to enter the
Richard M. Stallman <rms@gnu.org>
parents: 19956
diff changeset
1183
838c9bd2adcd ("latin-1-postfix"): Add a method to enter the
Richard M. Stallman <rms@gnu.org>
parents: 19956
diff changeset
1184 Typewriter-style italian characters.
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1185
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1186 Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1187 " nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1188
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1189 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1190 ("A`" ?À)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1191 ("a`" ?à)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1192 ("E`" ?È)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1193 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1194 ("e`" ?è)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1195 ("e'" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1196 ("I`" ?Ì)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1197 ("i`" ?ì)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1198 ("O`" ?Ò)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1199 ("o`" ?ò)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1200 ("U`" ?Ù)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1201 ("u`" ?ù)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1202 ("<<" ?«)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1203 (">>" ?»)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1204 ("o_" ?º)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1205 ("a_" ?ª)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1206
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1207 ("A``" ["A`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1208 ("a``" ["a`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1209 ("E``" ["E`"])
23445
838c9bd2adcd ("latin-1-postfix"): Add a method to enter the
Richard M. Stallman <rms@gnu.org>
parents: 19956
diff changeset
1210 ("E''" ["E'"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1211 ("e``" ["e`"])
23445
838c9bd2adcd ("latin-1-postfix"): Add a method to enter the
Richard M. Stallman <rms@gnu.org>
parents: 19956
diff changeset
1212 ("e''" ["e'"])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1213 ("I``" ["I`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1214 ("i``" ["i`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1215 ("O``" ["O`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1216 ("o``" ["o`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1217 ("U``" ["U`"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1218 ("u``" ["u`"])
23445
838c9bd2adcd ("latin-1-postfix"): Add a method to enter the
Richard M. Stallman <rms@gnu.org>
parents: 19956
diff changeset
1219 ("<<<" ["<<"])
838c9bd2adcd ("latin-1-postfix"): Add a method to enter the
Richard M. Stallman <rms@gnu.org>
parents: 19956
diff changeset
1220 (">>>" [">>"])
838c9bd2adcd ("latin-1-postfix"): Add a method to enter the
Richard M. Stallman <rms@gnu.org>
parents: 19956
diff changeset
1221 ("o__" ["o_"])
838c9bd2adcd ("latin-1-postfix"): Add a method to enter the
Richard M. Stallman <rms@gnu.org>
parents: 19956
diff changeset
1222 ("a__" ["a_"])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1223 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1224
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1225 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
1226 "norwegian-postfix" "Latin-1" "NO<" t
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1227 "Norwegian (Norsk) input method (rule: AE->Æ OE->Ø AA->Å E'->É)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1228
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1229 Doubling the postfix separates the letter and postfix: e.g. aee -> ae
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1230 "
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1231 nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1232
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1233 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1234 ("AE" ?Æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1235 ("ae" ?æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1236 ("OE" ?Ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1237 ("oe" ?ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1238 ("AA" ?Å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1239 ("aa" ?å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1240 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1241 ("e'" ?é)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1242
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1243 ("AEE" ["AE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1244 ("aee" ["ae"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1245 ("OEE" ["OE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1246 ("oee" ["oe"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1247 ("AAA" ["AA"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1248 ("aaa" ["aa"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1249 ("E''" ["E'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1250 ("e''" ["e'"])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1251 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1252
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1253 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
1254 "scandinavian-postfix" "Latin-1" "SC<" t
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1255 "Scandinavian input method with postfix modifiers
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1256 Supported languages are Swidish, Norwegian, Danish, and Finnish.
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1257
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1258 ae -> æ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1259 oe -> ø
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1260 aa -> å
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1261 a\" -> ä
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1262 o\" -> ö
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1263 e' -> é
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1264
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1265 Doubling the postfix separates the letter and postfix:
23469
b42bd7e943b8 Many doc fixes.
Richard M. Stallman <rms@gnu.org>
parents: 23445
diff changeset
1266 aee -> ae o\"\" -> o\" etc.
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1267 " nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1268
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1269 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1270 ("AE" ?Æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1271 ("ae" ?æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1272 ("OE" ?Ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1273 ("oe" ?ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1274 ("AA" ?Å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1275 ("aa" ?å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1276 ("A\"" ?Ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1277 ("a\"" ?ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1278 ("O\"" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1279 ("o\"" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1280 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1281 ("e'" ?é)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1282
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1283 ("AEE" ["AE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1284 ("aee" ["ae"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1285 ("OEE" ["OE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1286 ("oee" ["oe"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1287 ("AAA" ["AA"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1288 ("aaa" ["aa"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1289 ("A\"\"" ["A\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1290 ("a\"\"" ["a\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1291 ("O\"\"" ["O\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1292 ("o\"\"" ["o\""])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1293 ("E''" ["E'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1294 ("e''" ["e'"])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1295 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1296
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1297 (quail-define-package
42035
05d9998e4a84 ("french-postfix", "german-postfix")
Dave Love <fx@gnu.org>
parents: 40710
diff changeset
1298 "spanish-postfix" "Spanish" "ES<" t
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1299 "Spanish (Español) input method with postfix modifiers
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1300
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1301 A' -> Á
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1302 E' -> É
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1303 I' -> Í
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1304 O' -> Ó
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1305 U' -> Ú
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1306 N~ -> Ñ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1307 !/ -> ¡
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1308 ?/ -> ¿
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1309
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1310 Doubling the postfix separates the letter and postfix:
23469
b42bd7e943b8 Many doc fixes.
Richard M. Stallman <rms@gnu.org>
parents: 23445
diff changeset
1311 a'' -> a' n~~ -> n~, etc.
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1312 " nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1313
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1314 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1315 ("A'" ?Á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1316 ("a'" ?á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1317 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1318 ("e'" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1319 ("I'" ?Í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1320 ("i'" ?í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1321 ("O'" ?Ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1322 ("o'" ?ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1323 ("U'" ?Ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1324 ("u'" ?ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1325 ("U\"" ?Ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1326 ("u\"" ?ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1327 ("N~" ?Ñ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1328 ("n~" ?ñ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1329 ("?/" ?¿)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1330 ("!/" ?¡)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1331
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1332 ("A''" ["A'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1333 ("a''" ["a'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1334 ("E''" ["E'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1335 ("e''" ["e'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1336 ("I''" ["I'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1337 ("i''" ["i'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1338 ("O''" ["O'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1339 ("o''" ["o'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1340 ("U''" ["U'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1341 ("u''" ["u'"])
24430
fa964bcd6d26 ("spanish-postfix"): Add rule U" and u".
Kenichi Handa <handa@m17n.org>
parents: 23469
diff changeset
1342 ("U\"" ["U\""])
fa964bcd6d26 ("spanish-postfix"): Add rule U" and u".
Kenichi Handa <handa@m17n.org>
parents: 23469
diff changeset
1343 ("u\"" ["U\""])
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1344 ("N~~" ["N~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1345 ("n~~" ["n~"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1346 ("?//" ["?/"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1347 ("!//" ["!/"])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1348 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1349
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1350 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
1351 "swedish-postfix" "Latin-1" "SV<" t
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1352 "Swedish (Svenska) input method (rule: AA -> Å AE -> Ä OE -> Ö E' -> É)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1353
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1354 Doubling the postfix separates the letter and postfix: e.g. aee -> ae
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1355 " nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1356
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1357 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1358 ("AA" ?Å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1359 ("aa" ?å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1360 ("AE" ?Ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1361 ("ae" ?ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1362 ("OE" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1363 ("oe" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1364 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1365 ("e'" ?é)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1366
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1367 ("AAA" ["AA"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1368 ("aaa" ["aa"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1369 ("AEE" ["AE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1370 ("aee" ["ae"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1371 ("OEE" ["OE"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1372 ("oee" ["oe"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1373 ("E''" ["E'"])
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1374 ("e''" ["e'"])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1375 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1376
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1377 (quail-define-package
42035
05d9998e4a84 ("french-postfix", "german-postfix")
Dave Love <fx@gnu.org>
parents: 40710
diff changeset
1378 "turkish-postfix" "Turkish" "TR<" t
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1379 "Turkish (Türkçe) input method with postfix modifiers.
89398
cc2cac7c9faf ("turkish-latin-3-postfix"): Make it
Dave Love <fx@gnu.org>
parents: 89234
diff changeset
1380 turkish-latin-3-postfix is an obsolete alias for turkish-postfix.
25775
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1381
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1382 Note for I, ı, İ, i.
25775
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1383
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1384 A^ -> Â
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1385 C, -> Ç
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1386 G^ -> Ğ
25775
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1387 I -> I
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1388 i -> ı
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1389 I. -> İ
25775
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1390 i. -> i
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1391 O\" -> Ö
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1392 S, -> Ş
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1393 U\" -> Ü
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1394 U^ -> Û
25775
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1395
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1396 Doubling the postfix separates the letter and postfix: e.g. a^^ -> a^
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1397 " nil t nil nil nil nil nil nil nil nil t)
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1398
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1399 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1400 ("A^" ?Â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1401 ("a^" ?â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1402 ("C," ?Ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1403 ("c," ?ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1404 ("G^" ?Ğ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1405 ("g^" ?ğ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1406 ("I." ?İ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1407 ("i" ?ı)
25775
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1408 ("i." ?i)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1409 ("O\"" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1410 ("o\"" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1411 ("S," ?Ş)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1412 ("s," ?ş)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1413 ("U\"" ?Ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1414 ("u\"" ?ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1415 ("U^" ?Û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1416 ("u^" ?û)
25775
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1417
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1418 ("A^^" ["A^"])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1419 ("a^^" ["a^"])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1420 ("C,," ["C,"])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1421 ("c,," ["c,"])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1422 ("G^^" ["G^"])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1423 ("g^^" ["g^"])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1424 ("I.." ["I."])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1425 ("i" ["i"])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1426 ("i.." ["i."])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1427 ("O\"\"" ["O\""])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1428 ("o\"\"" ["o\""])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1429 ("S,," ["S,"])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1430 ("s,," ["s,"])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1431 ("U\"\"" ["U\""])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1432 ("u\"\"" ["u\""])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1433 ("U^^" ["U^"])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1434 ("u^^" ["u^"])
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1435 )
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1436
89234
bc01e3bbf51a ("turkish-latin-3-postfix"): Make it
Dave Love <fx@gnu.org>
parents: 88789
diff changeset
1437 ;; Backwards compatibility.
bc01e3bbf51a ("turkish-latin-3-postfix"): Make it
Dave Love <fx@gnu.org>
parents: 88789
diff changeset
1438 (push (cons "turkish-latin-3-postfix"
89398
cc2cac7c9faf ("turkish-latin-3-postfix"): Make it
Dave Love <fx@gnu.org>
parents: 89234
diff changeset
1439 (cdr (assoc "turkish-postfix" quail-package-alist)))
cc2cac7c9faf ("turkish-latin-3-postfix"): Make it
Dave Love <fx@gnu.org>
parents: 89234
diff changeset
1440 quail-package-alist)
89234
bc01e3bbf51a ("turkish-latin-3-postfix"): Make it
Dave Love <fx@gnu.org>
parents: 88789
diff changeset
1441
25775
f80708f9a5bb ("turkish-latin-3-postfix"): Renamed from
Kenichi Handa <handa@m17n.org>
parents: 24430
diff changeset
1442 (quail-define-package
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1443 "british" "Latin-1" "£@" t
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1444 "British English input method with Latin-1 character £ (# -> £)"
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1445 nil t nil nil nil nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1446
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1447 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1448 ("#" [?£ ?#])
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1449 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1450
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1451 ;; The following are various quail packages for those who think
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1452 ;; the above are too awkward. Supported languages and their
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1453 ;; package name are:
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1454 ;;
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1455 ;; French (frnch, azerty)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1456 ;; Icelandic (iclndc)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1457 ;; Denish (dnsh)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1458 ;; Norwegian (nrwgn)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1459 ;; Swedish (swdsh)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1460 ;; Finnish (fnnsh)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1461 ;; German (grmn)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1462 ;; Italian (itln)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1463 ;; Spanish (spnsh)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1464 ;; Dvorak (dvorak)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1465 ;;
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1466 ;;; 92.12.15 created for Mule Ver.0.9.6 by Takahashi N. <ntakahas@etl.go.jp>
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1467 ;;; 92.12.29 modified by Takahashi N. <ntakahas@etl.go.jp>
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1468
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1469 ;;
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1470 (quail-define-package
42035
05d9998e4a84 ("french-postfix", "german-postfix")
Dave Love <fx@gnu.org>
parents: 40710
diff changeset
1471 "french-keyboard" "French" "FR@" t
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1472 "French (Français) input method simulating some French keyboard
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1473 <e dans l'o> n'est pas disponible." nil t t t t nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1474
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1475 ;; ê1 é2 è3 ô4 î5 ï6 â7 û8 ù9 à0 -_ ë+ `~
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1476 ;; qQ wW eE rR tT yY uU iI oO pP çÇ ü&
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1477 ;; aA sS dD fF gG hH jJ kK lL ;: '" \|
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1478 ;; zZ xX cC vV bB nN mM ,( .) !?
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1479
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1480 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1481 ("1" ?ê)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1482 ("2" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1483 ("3" ?è)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1484 ("4" ?ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1485 ("5" ?î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1486 ("6" ?ï)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1487 ("7" ?â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1488 ("8" ?û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1489 ("9" ?ù)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1490 ("0" ?à)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1491 ("=" ?ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1492 ("[" ?ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1493 ("]" ?ü)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1494
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1495 ("!" ?1)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1496 ("@" ?2)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1497 ("#" ?3)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1498 ("$" ?4)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1499 ("%" ?5)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1500 ("^" ?6)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1501 ("&" ?7)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1502 ("*" ?8)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1503 ("(" ?9)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1504 (")" ?0)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1505 ("{" ?Ç)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1506 ("}" ?&)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1507 ("<" ?\()
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1508 (">" ?\))
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1509 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1510
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1511 ;;
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1512 (quail-define-package
42035
05d9998e4a84 ("french-postfix", "german-postfix")
Dave Love <fx@gnu.org>
parents: 40710
diff changeset
1513 "french-azerty" "French" "AZ@" t
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1514 "French (Français) input method simulating Azerty keyboard
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1515
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1516 Similaire au clavier français de SUN.
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1517 préfixes: ^ pour circonflexe, ¨ pour tréma.
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1518 <e dans l'o> n'est pas disponible." nil t t t t nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1519
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1520 ;; &1 é2 "3 '4 (5 §6 è7 !8 ç9 à0 )° -_ @~
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1521 ;; aA zZ eE rR tT yY uU iI oO pP ^¨ `$
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1522 ;; qQ sS dD fF gG hH jJ kK lL mM ù% *|
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1523 ;; wW xX cC vV bB nN ,? ;. :/ =+
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1524
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1525 (quail-define-rules
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1526 ("1" ?&)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1527 ("2" ?é)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1528 ("3" ?\")
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1529 ("4" ?')
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1530 ("5" ?\()
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1531 ("6" ?§)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1532 ("7" ?è)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1533 ("8" ?!)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1534 ("9" ?ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1535 ("0" ?à)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1536 ("-" ?\))
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1537 ("=" ?-)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1538 ("`" ?@)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1539 ("q" ?a)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1540 ("w" ?z)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1541 ("e" ?e)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1542 ("r" ?r)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1543 ("t" ?t)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1544 ("y" ?y)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1545 ("u" ?u)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1546 ("i" ?i)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1547 ("o" ?o)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1548 ("p" ?p)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1549 ("[" ?^)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1550 ("]" ?`)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1551 ("a" ?q)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1552 ("s" ?s)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1553 ("d" ?d)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1554 ("f" ?f)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1555 ("g" ?g)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1556 ("h" ?h)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1557 ("j" ?j)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1558 ("k" ?k)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1559 ("l" ?l)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1560 (";" ?m)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1561 ("'" ?ù)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1562 ("\\" ?*)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1563 ("z" ?w)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1564 ("x" ?x)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1565 ("c" ?c)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1566 ("v" ?v)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1567 ("b" ?b)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1568 ("n" ?n)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1569 ("m" ?,)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1570 ("," ?\;)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1571 ("." ?:)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1572 ("/" ?=)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1573
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1574 ("!" ?1)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1575 ("@" ?2)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1576 ("#" ?3)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1577 ("$" ?4)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1578 ("%" ?5)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1579 ("^" ?6)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1580 ("&" ?7)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1581 ("*" ?8)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1582 ("(" ?9)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1583 (")" ?0)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1584 ("_" ?°)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1585 ("+" ?_)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1586 ("~" ?~)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1587 ("Q" ?A)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1588 ("W" ?Z)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1589 ("E" ?E)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1590 ("R" ?R)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1591 ("T" ?T)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1592 ("Y" ?Y)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1593 ("U" ?U)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1594 ("I" ?I)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1595 ("O" ?O)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1596 ("P" ?P)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1597 ("{" ?¨)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1598 ("}" ?$)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1599 ("A" ?Q)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1600 ("S" ?S)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1601 ("D" ?D)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1602 ("F" ?F)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1603 ("G" ?G)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1604 ("H" ?H)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1605 ("J" ?J)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1606 ("K" ?K)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1607 ("L" ?L)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1608 (":" ?M)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1609 ("\"" ?%)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1610 ("|" ?|)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1611 ("Z" ?W)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1612 ("X" ?X)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1613 ("C" ?C)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1614 ("V" ?V)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1615 ("B" ?B)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1616 ("N" ?N)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1617 ("M" ??)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1618 ("<" ?.)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1619 (">" ?/)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1620 ("?" ?+)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1621
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1622 ("[q" ?â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1623 ("[e" ?ê)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1624 ("[i" ?î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1625 ("[o" ?ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1626 ("[u" ?û)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1627
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1628 ("{e" ?ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1629 ("{i" ?ï)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1630 ("{u" ?ü)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1631
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1632 ("[[" ?^)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1633 ("{{" ?¨)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1634 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1635
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1636 ;;
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1637 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
1638 "icelandic-keyboard" "Latin-1" "IS@" t
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1639 "Icelandic (Íslenska) input method simulating some Icelandic keyboard
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1640
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1641 Dead accent is right to æ." nil t t t t nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1642
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1643 ;; 1! 2" 3# 4$ 5% 6^ 7& 8* 9( 0) öÖ -_ `~
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1644 ;; qQ wW eE rR tT yY uU iI oO pP ðÐ '?
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1645 ;; aA sS dD fF gG hH jJ kK lL æÆ ´´ +*
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1646 ;; zZ xX cC vV bB nN mM ,; .: þÞ
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1647
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1648 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1649 ("-" ?ö)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1650 ("=" ?-)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1651 ("[" ?ð)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1652 ("]" ?')
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1653 (";" ?æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1654 ("'" ?´)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1655 ("\\" ?+)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1656 ("/" ?þ)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1657
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1658 ("@" ?\")
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1659 ("_" ?Ö)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1660 ("+" ?_)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1661 ("{" ?Ð)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1662 ("}" ??)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1663 (":" ?Æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1664 ("\"" ?´)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1665 ("|" ?*)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1666 ("<" ?\;)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1667 (">" ?:)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1668 ("?" ?Þ)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1669
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1670 ("'a" ?á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1671 ("'e" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1672 ("'i" ?í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1673 ("'o" ?ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1674 ("'u" ?ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1675 ("'y" ?ý)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1676 ("'A" ?Á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1677 ("'E" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1678 ("'I" ?Í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1679 ("'O" ?Ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1680 ("'U" ?Ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1681 ("'Y" ?Ý)
19671
4a3b270bc6fc Add rules for cancelling accents by typing
Kenichi Handa <handa@m17n.org>
parents: 19652
diff changeset
1682
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1683 ("''" ?´)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1684 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1685
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1686 ;;
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1687 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
1688 "danish-keyboard" "Latin-1" "DA@" t
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1689 "Danish input method simulating SUN Danish keyboard"
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1690 nil t t t t nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1691
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1692 ;; 1! 2" 3# 4¤ 5% 6& 7/ 8( 9) 0= +? ½§ ~^
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1693 ;; qQ wW eE rR tT yY uU iI oO pP åÅ éÉ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1694 ;; aA sS dD fF gG hH jJ kK lL æÆ øØ '*
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1695 ;; zZ xX cC vV bB nN mM ,; .: -_
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1696
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1697 (quail-define-rules
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1698 ("-" ?+)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1699 ("=" ?½)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1700 ("`" ?~)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1701 ("[" ?å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1702 ("]" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1703 (";" ?æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1704 ("'" ?ø)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1705 ("\\" ?')
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1706 ("/" ?-)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1707
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1708 ("@" ?\")
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1709 ("$" ?¤)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1710 ("^" ?&)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1711 ("&" ?/)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1712 ("*" ?\()
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1713 ("(" ?\))
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1714 (")" ?=)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1715 ("_" ??)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1716 ("+" ?§)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1717 ("~" ?^)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1718 ("{" ?Å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1719 ("}" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1720 (":" ?Æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1721 ("\"" ?Ø)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1722 ("|" ?*)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1723 ("<" ?\;)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1724 (">" ?:)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1725 ("?" ?_)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1726 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1727
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1728 ;;
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1729 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
1730 "norwegian-keyboard" "Latin-1" "NO@" t
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1731 "Norwegian (Norsk) input method simulating SUN Norwegian keyboard"
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1732 nil t t t t nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1733
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1734 ;; 1! 2" 3# 4¤ 5% 6& 7/ 8( 9) 0= +? |§ ~^
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1735 ;; qQ wW eE rR tT yY uU iI oO pP åÅ éÉ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1736 ;; aA sS dD fF gG hH jJ kK lL øØ æÆ '*
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1737 ;; zZ xX cC vV bB nN mM ,; .: '?
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1738
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1739 (quail-define-rules
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1740 ("-" ?+)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1741 ("=" ?|)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1742 ("`" ?~)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1743 ("[" ?å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1744 ("]" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1745 (";" ?ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1746 ("'" ?æ)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1747 ("\\" ?')
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1748 ("/" ?-)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1749
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1750 ("!" ?!)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1751 ("@" ?\")
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1752 ("$" ?¤)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1753 ("^" ?&)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1754 ("&" ?/)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1755 ("*" ?\()
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1756 ("(" ?\))
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1757 (")" ?=)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1758 ("_" ??)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1759 ("+" ?§)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1760 ("~" ?^)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1761 ("{" ?Å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1762 ("}" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1763 (":" ?Ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1764 ("\"" ?Æ)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1765 ("|" ?*)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1766 ("<" ?\;)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1767 (">" ?:)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1768 ("?" ?_)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1769 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1770
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1771 ;;
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1772 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
1773 "swedish-keyboard" "Latin-1" "SV@" t
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1774 "Swedish (Svenska) input method simulating SUN Swedish/Finnish keyboard"
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1775 nil t t t t nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1776
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1777 ;; 1! 2" 3# 4¤ 5% 6& 7/ 8( 9) 0= +? §½ ~^
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1778 ;; qQ wW eE rR tT yY uU iI oO pP åÅ éÉ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1779 ;; aA sS dD fF gG hH jJ kK lL öÖ äÄ '*
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1780 ;; zZ xX cC vV bB nN mM ,; .: -_
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1781
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1782 (quail-define-rules
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1783 ("-" ?+)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1784 ("=" ?§)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1785 ("`" ?~)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1786 ("[" ?å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1787 ("]" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1788 (";" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1789 ("'" ?ä)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1790 ("\\" ?')
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1791 ("/" ?-)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1792
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1793 ("@" ?\")
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1794 ("$" ?¤)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1795 ("^" ?&)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1796 ("&" ?/)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1797 ("*" ?\()
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1798 ("(" ?\))
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1799 (")" ?=)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1800 ("_" ??)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1801 ("+" ?½)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1802 ("~" ?^)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1803 ("{" ?Å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1804 ("}" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1805 (":" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1806 ("\"" ?Ä)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1807 ("|" ?*)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1808 ("<" ?\;)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1809 (">" ?:)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1810 ("?" ?_)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1811 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1812
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1813 ;;
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1814 (quail-define-package
36837
54755fa58f05 (finnish-keyboard): Fix a typo.
Eli Zaretskii <eliz@gnu.org>
parents: 25775
diff changeset
1815 "finnish-keyboard" "Latin-1" "FI@" t
54755fa58f05 (finnish-keyboard): Fix a typo.
Eli Zaretskii <eliz@gnu.org>
parents: 25775
diff changeset
1816 "Finnish input method simulating SUN Finnish/Swedish keyboard"
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1817 nil t t t t nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1818
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1819 ;; 1! 2" 3# 4¤ 5% 6& 7/ 8( 9) 0= +? §½ ~^
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1820 ;; qQ wW eE rR tT yY uU iI oO pP åÅ éÉ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1821 ;; aA sS dD fF gG hH jJ kK lL öÖ äÄ '*
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1822 ;; zZ xX cC vV bB nN mM ,; .: -_
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1823
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1824 (quail-define-rules
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1825 ("-" ?+)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1826 ("=" ?§)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1827 ("`" ?~)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1828 ("[" ?å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1829 ("]" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1830 (";" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1831 ("'" ?ä)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1832 ("\\" ?')
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1833 ("/" ?-)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1834
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1835 ("@" ?\")
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1836 ("$" ?¤)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1837 ("^" ?&)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1838 ("&" ?/)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1839 ("*" ?\()
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1840 ("(" ?\))
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1841 (")" ?=)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1842 ("_" ??)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1843 ("+" ?½)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1844 ("~" ?^)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1845 ("{" ?Å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1846 ("}" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1847 (":" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1848 ("\"" ?Ä)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1849 ("|" ?*)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1850 ("<" ?\;)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1851 (">" ?:)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1852 ("?" ?_)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1853 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1854
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1855 ;;
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1856 (quail-define-package
42035
05d9998e4a84 ("french-postfix", "german-postfix")
Dave Love <fx@gnu.org>
parents: 40710
diff changeset
1857 "german" "German" "DE@" t
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1858 "German (Deutsch) input method simulating SUN German keyboard"
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1859 nil t t t t nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1860
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1861 ;; 1! 2" 3§ 4$ 5% 6& 7/ 8( 9) 0= ß? [{ ]}
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1862 ;; qQ wW eE rR tT zZ uU iI oO pP üÜ +*
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1863 ;; aA sS dD fF gG hH jJ kK lL öÖ äÄ #^
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1864 ;; yY xX cC vV bB nN mM ,; .: -_
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1865
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1866 (quail-define-rules
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1867 ("-" ?ß)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1868 ("=" ?\[)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1869 ("`" ?\])
19956
4304c48c29c5 (german): Swap y and z.
Richard M. Stallman <rms@gnu.org>
parents: 19900
diff changeset
1870 ("y" ?z)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1871 ("[" ?ü)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1872 ("]" ?+)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1873 (";" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1874 ("'" ?ä)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1875 ("\\" ?#)
19956
4304c48c29c5 (german): Swap y and z.
Richard M. Stallman <rms@gnu.org>
parents: 19900
diff changeset
1876 ("z" ?y)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1877 ("/" ?-)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1878
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1879 ("@" ?\")
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1880 ("#" ?§)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1881 ("^" ?&)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1882 ("&" ?/)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1883 ("*" ?\()
19956
4304c48c29c5 (german): Swap y and z.
Richard M. Stallman <rms@gnu.org>
parents: 19900
diff changeset
1884 ("Y" ?Z)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1885 ("(" ?\))
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1886 (")" ?=)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1887 ("_" ??)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1888 ("+" ?{)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1889 ("~" ?})
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1890 ("{" ?Ü)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1891 ("}" ?*)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1892 (":" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1893 ("\"" ?Ä)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1894 ("|" ?^)
19956
4304c48c29c5 (german): Swap y and z.
Richard M. Stallman <rms@gnu.org>
parents: 19900
diff changeset
1895 ("Z" ?Y)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1896 ("<" ?\;)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1897 (">" ?:)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1898 ("?" ?_)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1899 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1900
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1901 ;;
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1902 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
1903 "italian-keyboard" "Latin-1" "IT@" t
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1904 "Italian (Italiano) input method simulating SUN Italian keyboard"
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1905 nil t t t t nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1906
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1907 ;; 1! 2" 3£ 4$ 5% 6& 7/ 8( 9) 0= '? ì^ `~
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1908 ;; qQ wW eE rR tT yY uU iI oO pP èé +*
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1909 ;; aA sS dD fF gG hH jJ kK lL òç à° ù§
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1910 ;; zZ xX cC vV bB nN mM ,; .: -_
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1911
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1912 (quail-define-rules
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1913 ("-" ?')
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1914 ("=" ?ì)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1915 ("[" ?è)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1916 ("]" ?+)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1917 (";" ?ò)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1918 ("'" ?à)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1919 ("\\" ?ù)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1920 ("/" ?-)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1921
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1922 ("@" ?\")
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1923 ("#" ?£)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1924 ("^" ?&)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1925 ("&" ?/)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1926 ("*" ?\()
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1927 ("(" ?\))
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1928 (")" ?=)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1929 ("_" ??)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1930 ("+" ?^)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1931 ("~" ?~)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1932 ("{" ?é)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1933 ("}" ?*)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1934 (":" ?ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1935 ("\"" ?°)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1936 ("|" ?§)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1937 ("<" ?\;)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1938 (">" ?:)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1939 ("?" ?_)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1940 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1941
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1942 ;;
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1943 (quail-define-package
42035
05d9998e4a84 ("french-postfix", "german-postfix")
Dave Love <fx@gnu.org>
parents: 40710
diff changeset
1944 "spanish-keyboard" "Spanish" "ES@" t
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1945 "Spanish (Español) input method simulating SUN Spanish keyboard"
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1946 nil t t t t nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1947
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1948 ;; 1! 2" 3· 4$ 5% 6& 7/ 8( 9) 0= '? ¡¿ íÍ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1949 ;; qQ wW eE rR tT yY uU iI oO pP éÉ óÓ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1950 ;; aA sS dD fF gG hH jJ kK lL ñÑ áÁ úÚ
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1951 ;; zZ xX cC vV bB nN mM ,; .: -_
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1952
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1953 (quail-define-rules
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1954 ("-" ?')
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1955 ("=" ?¡)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1956 ("`" ?í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1957 ("[" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1958 ("]" ?ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1959 (";" ?ñ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1960 ("'" ?á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1961 ("\\" ?ú)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1962 ("/" ?-)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1963
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1964 ("@" ?\")
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1965 ("#" ?·)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1966 ("^" ?&)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1967 ("&" ?/)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1968 ("*" ?\()
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1969 ("(" ?\))
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1970 (")" ?=)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1971 ("_" ??)
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1972 ("+" ?¿)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1973 ("~" ?Í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1974 ("{" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1975 ("}" ?Ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1976 (":" ?Ñ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1977 ("\"" ?Á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
1978 ("|" ?Ú)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1979 ("<" ?\;)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1980 (">" ?:)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1981 ("?" ?_)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1982 )
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1983
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1984 ;;
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1985 (quail-define-package
18716
25c391385880 Change titles of quail packages.
Kenichi Handa <handa@m17n.org>
parents: 18673
diff changeset
1986 "english-dvorak" "English" "DV@" t
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1987 "English (ASCII) input method simulating Dvorak keyboard"
19652
c1b01ff226c4 Pass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman <rms@gnu.org>
parents: 18716
diff changeset
1988 nil t t t t nil nil nil nil nil t)
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1989
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1990 ;; 1! 2@ 3# 4$ 5% 6^ 7& 8* 9( 0) [{ ]} `~
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1991 ;; '" ,< .> pP yY fF gG cC rR lL /? =+
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1992 ;; aA oO eE uU iI dD hH tT nN sS -_ \|
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1993 ;; ;: qQ jJ kK xX bB mM wW vV zZ
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1994
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1995 (quail-define-rules
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1996 ("-" ?\[)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1997 ("=" ?\])
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1998 ("`" ?`)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1999 ("q" ?')
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2000 ("w" ?,)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2001 ("e" ?.)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2002 ("r" ?p)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2003 ("t" ?y)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2004 ("y" ?f)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2005 ("u" ?g)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2006 ("i" ?c)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2007 ("o" ?r)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2008 ("p" ?l)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2009 ("[" ?/)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2010 ("]" ?=)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2011 ("a" ?a)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2012 ("s" ?o)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2013 ("d" ?e)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2014 ("f" ?u)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2015 ("g" ?i)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2016 ("h" ?d)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2017 ("j" ?h)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2018 ("k" ?t)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2019 ("l" ?n)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2020 (";" ?s)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2021 ("'" ?-)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2022 ("\\" ?\\)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2023 ("z" ?\;)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2024 ("x" ?q)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2025 ("c" ?j)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2026 ("v" ?k)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2027 ("b" ?x)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2028 ("n" ?b)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2029 ("m" ?m)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2030 ("," ?w)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2031 ("." ?v)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2032 ("/" ?z)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2033
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2034 ("_" ?{)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2035 ("+" ?})
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2036 ("~" ?~)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2037 ("Q" ?\")
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2038 ("W" ?<)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2039 ("E" ?>)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2040 ("R" ?P)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2041 ("T" ?Y)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2042 ("Y" ?F)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2043 ("U" ?G)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2044 ("I" ?C)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2045 ("O" ?R)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2046 ("P" ?L)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2047 ("{" ??)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2048 ("}" ?+)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2049 ("A" ?A)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2050 ("S" ?O)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2051 ("D" ?E)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2052 ("F" ?U)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2053 ("G" ?I)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2054 ("H" ?D)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2055 ("J" ?H)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2056 ("K" ?T)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2057 ("L" ?N)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2058 (":" ?S)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2059 ("\"" ?_)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2060 ("|" ?|)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2061 ("Z" ?:)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2062 ("X" ?Q)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2063 ("C" ?J)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2064 ("V" ?K)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2065 ("B" ?X)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2066 ("N" ?B)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2067 ("M" ?M)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2068 ("<" ?W)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2069 (">" ?V)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2070 ("?" ?Z)
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2071 )
38453
519983161a46 Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents: 36837
diff changeset
2072
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2073 (quail-define-package
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2074 "latin-postfix" "Latin" "L<" t
46668
c0e00465bf97 ("latin-postfix"): New.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2075 "Latin character input method with postfix modifiers.
c0e00465bf97 ("latin-postfix"): New.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2076 This is the union of various input methods originally made for input
c0e00465bf97 ("latin-postfix"): New.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2077 of characters from a single Latin-N charset.
88789
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2078
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2079 | postfix | examples
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2080 ------------+---------+----------
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2081 acute | ' | a' -> á
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2082 grave | ` | a` -> à
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2083 circumflex | ^ | a^ -> â
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2084 diaeresis | \" | a\" -> ä
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2085 tilde | ~ | a~ -> ã
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2086 cedilla | , | c, -> ç
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2087 ogonek | , | a, -> ą
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2088 breve | ~ | a~ -> ă
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2089 caron | ~ | c~ -> č
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2090 dbl. acute | : | o: -> ő
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2091 ring | . | u. -> ů
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2092 dot | . | z. -> ż
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2093 stroke | / | d/ -> đ
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2094 nordic | / | d/ -> ð t/ -> þ a/ -> å e/ -> æ o/ -> ø
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2095 others | / | s/ -> ß ?/ -> ¿ !/ -> ¡ // -> °
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2096 | various | << -> « >> -> » o_ -> º a_ -> ª
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2097
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2098 Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2099 " nil t nil nil nil nil nil nil nil nil t)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2100
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2101 ;; Fixme: ¦ § ¨ © ¬ ­ ® ¯ ± ² ³ ´ µ ¶ · ¸ ¹ ¼ ½ ¾ × ÷
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2102 (quail-define-rules
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2103 (" _" ? )
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2104 ("!/" ?¡)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2105 ("//" ?°)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2106 ("<<" ?\«)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2107 (">>" ?\»)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2108 ("?/" ?¿)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2109 ("$/" ?£)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2110 ("$/" ?¤)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2111 ("A'" ?Á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2112 ("A," ?Ą)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2113 ("A-" ?Ā)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2114 ("A/" ?Å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2115 ("A\"" ?Ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2116 ("A^" ?Â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2117 ("A`" ?À)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2118 ("A~" ?Ã)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2119 ("A~" ?Ă)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2120 ("C'" ?Ć)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2121 ("C," ?Ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2122 ("C." ?Ċ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2123 ("C^" ?Ĉ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2124 ("C~" ?Č)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2125 ("D/" ?Ð)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2126 ("D/" ?Đ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2127 ("D~" ?Ď)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2128 ("E'" ?É)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2129 ("E," ?Ę)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2130 ("E-" ?Ē)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2131 ("E." ?Ė)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2132 ("E/" ?Æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2133 ("E\"" ?Ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2134 ("E^" ?Ê)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2135 ("E`" ?È)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2136 ("E~" ?Ě)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2137 ("G," ?Ģ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2138 ("G." ?Ġ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2139 ("G^" ?Ĝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2140 ("G~" ?Ğ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2141 ("H/" ?Ħ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2142 ("H^" ?Ĥ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2143 ("I'" ?Í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2144 ("I," ?Į)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2145 ("I-" ?Ī)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2146 ("I." ?İ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2147 ("I\"" ?Ï)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2148 ("I^" ?Î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2149 ("I`" ?Ì)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2150 ("I~" ?Ĩ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2151 ("J^" ?Ĵ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2152 ("K," ?Ķ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2153 ("L'" ?Ĺ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2154 ("L," ?Ļ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2155 ("L/" ?Ł)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2156 ("L~" ?Ľ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2157 ("N'" ?Ń)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2158 ("N," ?Ņ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2159 ("N/" ?Ŋ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2160 ("N~" ?Ñ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2161 ("N~" ?Ň)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2162 ("O'" ?Ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2163 ("O-" ?Ō)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2164 ("O/" ?Ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2165 ("O/" ?Œ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2166 ("O:" ?Ő)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2167 ("O\"" ?Ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2168 ("O^" ?Ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2169 ("O`" ?Ò)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2170 ("O~" ?Õ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2171 ("R'" ?Ŕ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2172 ("R," ?Ŗ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2173 ("R~" ?Ř)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2174 ("S'" ?Ś)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2175 ("S," ?Ş)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2176 ("S^" ?Ŝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2177 ("S~" ?Š)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2178 ("T," ?Ţ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2179 ("T/" ?Þ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2180 ("T/" ?Ŧ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2181 ("T~" ?Ť)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2182 ("U'" ?Ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2183 ("U," ?Ų)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2184 ("U-" ?Ū)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2185 ("U." ?Ů)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2186 ("U:" ?Ű)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2187 ("U\"" ?Ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2188 ("U^" ?Û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2189 ("U`" ?Ù)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2190 ("U~" ?Ũ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2191 ("U~" ?Ŭ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2192 ("Y'" ?Ý)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2193 ("Y\"" ?Ÿ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2194 ("Y=" ?¥)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2195 ("Z'" ?Ź)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2196 ("Z." ?Ż)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2197 ("Z~" ?Ž)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2198 ("a'" ?á)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2199 ("a," ?ą)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2200 ("a-" ?ā)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2201 ("a/" ?å)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2202 ("a\"" ?ä)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2203 ("a^" ?â)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2204 ("a_" ?ª)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2205 ("a`" ?à)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2206 ("a~" ?ã)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2207 ("a~" ?ă)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2208 ("c'" ?ć)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2209 ("c," ?ç)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2210 ("c." ?ċ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2211 ("c^" ?ĉ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2212 ("c~" ?č)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2213 ("c/" ?¢)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2214 ("d/" ?ð)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2215 ("d/" ?đ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2216 ("d~" ?ď)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2217 ("e'" ?é)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2218 ("e," ?ę)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2219 ("e-" ?ē)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2220 ("e." ?ė)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2221 ("e/" ?æ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2222 ("e\"" ?ë)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2223 ("e^" ?ê)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2224 ("e`" ?è)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2225 ("e~" ?ě)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2226 ("e=" ?€)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2227 ("g," ?ģ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2228 ("g." ?ġ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2229 ("g^" ?ĝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2230 ("g~" ?ğ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2231 ("h/" ?ħ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2232 ("h^" ?ĥ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2233 ("i'" ?í)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2234 ("i," ?į)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2235 ("i-" ?ī)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2236 ("i." ?ı)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2237 ("i\"" ?ï)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2238 ("i^" ?î)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2239 ("i`" ?ì)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2240 ("i~" ?ĩ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2241 ("j^" ?ĵ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2242 ("k," ?ķ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2243 ("k/" ?ĸ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2244 ("l'" ?ĺ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2245 ("l," ?ļ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2246 ("l/" ?ł)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2247 ("l~" ?ľ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2248 ("n'" ?ń)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2249 ("n," ?ņ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2250 ("n/" ?ŋ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2251 ("n~" ?ñ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2252 ("n~" ?ň)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2253 ("o'" ?ó)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2254 ("o-" ?ō)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2255 ("o/" ?ø)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2256 ("o/" ?œ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2257 ("o:" ?ő)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2258 ("o\"" ?ö)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2259 ("o^" ?ô)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2260 ("o_" ?º)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2261 ("o`" ?ò)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2262 ("o~" ?õ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2263 ("r'" ?ŕ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2264 ("r," ?ŗ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2265 ("r~" ?ř)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2266 ("s'" ?ś)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2267 ("s," ?ş)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2268 ("s/" ?ß)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2269 ("s^" ?ŝ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2270 ("s~" ?š)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2271 ("t," ?ţ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2272 ("t/" ?þ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2273 ("t/" ?ŧ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2274 ("t~" ?ť)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2275 ("u'" ?ú)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2276 ("u," ?ų)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2277 ("u-" ?ū)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2278 ("u." ?ů)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2279 ("u:" ?ű)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2280 ("u\"" ?ü)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2281 ("u^" ?û)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2282 ("u`" ?ù)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2283 ("u~" ?ũ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2284 ("u~" ?ŭ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2285 ("y'" ?ý)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2286 ("y\"" ?ÿ)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2287 ("z'" ?ź)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2288 ("z." ?ż)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2289 ("z~" ?ž)
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2290
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2291 ("!//" ["!/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2292 ("///" ["//"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2293 ("<<<" ["<<"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2294 (">>>" [">>"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2295 ("?//" ["?/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2296 ("$//" ["$/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2297 ("A''" ["A'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2298 ("A,," ["A,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2299 ("A--" ["A-"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2300 ("A//" ["A/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2301 ("A\"\"" ["A\""])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2302 ("A^^" ["A^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2303 ("A``" ["A`"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2304 ("A~~" ["A~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2305 ("C''" ["C'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2306 ("C,," ["C,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2307 ("C.." ["C."])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2308 ("C^^" ["C^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2309 ("C~~" ["C~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2310 ("D//" ["D/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2311 ("D~~" ["D~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2312 ("E''" ["E'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2313 ("E,," ["E,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2314 ("E--" ["E-"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2315 ("E.." ["E."])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2316 ("E//" ["E/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2317 ("E\"\"" ["E\""])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2318 ("E^^" ["E^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2319 ("E``" ["E`"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2320 ("E~~" ["E~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2321 ("G,," ["G,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2322 ("G.." ["G."])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2323 ("G^^" ["G^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2324 ("G~~" ["G~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2325 ("H//" ["H/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2326 ("H^^" ["H^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2327 ("I''" ["I'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2328 ("I,," ["I,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2329 ("I--" ["I-"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2330 ("I.." ["I."])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2331 ("I\"\"" ["I\""])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2332 ("I^^" ["I^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2333 ("I``" ["I`"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2334 ("I~~" ["I~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2335 ("J^^" ["J^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2336 ("K,," ["K,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2337 ("L''" ["L'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2338 ("L,," ["L,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2339 ("L//" ["L/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2340 ("L~~" ["L~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2341 ("N''" ["N'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2342 ("N,," ["N,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2343 ("N//" ["N/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2344 ("N~~" ["N~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2345 ("O''" ["O'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2346 ("O--" ["O-"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2347 ("O//" ["O/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2348 ("O::" ["O:"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2349 ("O\"\"" ["O\""])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2350 ("O^^" ["O^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2351 ("O``" ["O`"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2352 ("O~~" ["O~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2353 ("R''" ["R'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2354 ("R,," ["R,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2355 ("R~~" ["R~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2356 ("S''" ["S'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2357 ("S,," ["S,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2358 ("S^^" ["S^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2359 ("S~~" ["S~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2360 ("T,," ["T,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2361 ("T//" ["T/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2362 ("T~~" ["T~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2363 ("U''" ["U'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2364 ("U,," ["U,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2365 ("U--" ["U-"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2366 ("U.." ["U."])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2367 ("U::" ["U:"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2368 ("U\"\"" ["U\""])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2369 ("U^^" ["U^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2370 ("U``" ["U`"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2371 ("U~~" ["U~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2372 ("Y''" ["Y'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2373 ("Y\"\"" ["Y\""])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2374 ("Y==" ["Y="])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2375 ("Z''" ["Z'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2376 ("Z.." ["Z."])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2377 ("Z~~" ["Z~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2378 ("a''" ["a'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2379 ("a,," ["a,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2380 ("a--" ["a-"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2381 ("a//" ["a/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2382 ("a\"\"" ["a\""])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2383 ("a^^" ["a^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2384 ("a__" ["a_"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2385 ("a``" ["a`"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2386 ("a~~" ["a~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2387 ("c''" ["c'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2388 ("c,," ["c,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2389 ("c.." ["c."])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2390 ("c^^" ["c^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2391 ("c~~" ["c~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2392 ("c//" ["c/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2393 ("d//" ["d/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2394 ("d~~" ["d~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2395 ("e''" ["e'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2396 ("e,," ["e,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2397 ("e--" ["e-"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2398 ("e.." ["e."])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2399 ("e//" ["e/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2400 ("e\"\"" ["e\""])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2401 ("e^^" ["e^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2402 ("e``" ["e`"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2403 ("e==" ["e="])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2404 ("e~~" ["e~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2405 ("g,," ["g,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2406 ("g.." ["g."])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2407 ("g^^" ["g^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2408 ("g~~" ["g~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2409 ("h//" ["h/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2410 ("h^^" ["h^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2411 ("i''" ["i'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2412 ("i,," ["i,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2413 ("i--" ["i-"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2414 ("i.." ["i."])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2415 ("i\"\"" ["i\""])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2416 ("i^^" ["i^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2417 ("i``" ["i`"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2418 ("i~~" ["i~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2419 ("j^^" ["j^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2420 ("k,," ["k,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2421 ("k//" ["k/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2422 ("l''" ["l'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2423 ("l,," ["l,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2424 ("l//" ["l/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2425 ("l~~" ["l~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2426 ("n''" ["n'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2427 ("n,," ["n,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2428 ("n//" ["n/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2429 ("n~~" ["n~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2430 ("o''" ["o'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2431 ("o--" ["o-"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2432 ("o//" ["o/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2433 ("o::" ["o:"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2434 ("o\"\"" ["o\""])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2435 ("o^^" ["o^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2436 ("o__" ["o_"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2437 ("o``" ["o`"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2438 ("o~~" ["o~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2439 ("r''" ["r'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2440 ("r,," ["r,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2441 ("r~~" ["r~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2442 ("s''" ["s'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2443 ("s,," ["s,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2444 ("s//" ["s/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2445 ("s^^" ["s^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2446 ("s~~" ["s~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2447 ("t,," ["t,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2448 ("t//" ["t/"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2449 ("t~~" ["t~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2450 ("u''" ["u'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2451 ("u,," ["u,"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2452 ("u--" ["u-"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2453 ("u.." ["u."])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2454 ("u::" ["u:"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2455 ("u\"\"" ["u\""])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2456 ("u^^" ["u^"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2457 ("u``" ["u`"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2458 ("u~~" ["u~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2459 ("y''" ["y'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2460 ("y\"\"" ["y\""])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2461 ("z''" ["z'"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2462 ("z.." ["z."])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2463 ("z~~" ["z~"])
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2464 )
cde0da3c5e90 Recoded to utf-8.
Dave Love <fx@gnu.org>
parents: 42035
diff changeset
2465
47413
e29c465d41ef ("slovenian"): New.
Dave Love <fx@gnu.org>
parents: 46668
diff changeset
2466 ;; Derived from Slovenian.kmap from Yudit
e29c465d41ef ("slovenian"): New.
Dave Love <fx@gnu.org>
parents: 46668
diff changeset
2467 ;; attributed as: 2001-11-11 Roman Maurer <roman.maurer@amis.net>
e29c465d41ef ("slovenian"): New.
Dave Love <fx@gnu.org>
parents: 46668
diff changeset
2468 (quail-define-package
e29c465d41ef ("slovenian"): New.
Dave Love <fx@gnu.org>
parents: 46668
diff changeset
2469 "slovenian" "Slovenian" "Sl" t
e29c465d41ef ("slovenian"): New.
Dave Love <fx@gnu.org>
parents: 46668
diff changeset
2470 "Slovenian postfix input."
e29c465d41ef ("slovenian"): New.
Dave Love <fx@gnu.org>
parents: 46668
diff changeset
2471 nil t t t nil nil nil nil nil nil t)
e29c465d41ef ("slovenian"): New.
Dave Love <fx@gnu.org>
parents: 46668
diff changeset
2472
e29c465d41ef ("slovenian"): New.
Dave Love <fx@gnu.org>
parents: 46668
diff changeset
2473 (quail-define-rules
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
2474 ("C<" ?Č)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
2475 ("C'" ?Ć)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
2476 ("D;" ?Đ)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
2477 ("S<" ?Š)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
2478 ("Z<" ?Ž)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
2479 ("c<" ?č)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
2480 ("c'" ?ć)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
2481 ("d;" ?đ)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
2482 ("s<" ?š)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 89398
diff changeset
2483 ("z<" ?ž))
47413
e29c465d41ef ("slovenian"): New.
Dave Love <fx@gnu.org>
parents: 46668
diff changeset
2484
38453
519983161a46 Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents: 36837
diff changeset
2485 ;;; latin-post.el ends here