---
** New input methods: 'cyrillic-tuvan', 'polish-prefix'.
+---
+** The 'dutch' input method no longer attempts to support Turkish too.
+
+++
** File name quoting by adding the prefix "/:" is now possible for the
local part of a remote file name. Thus, if you have a directory named
(quail-define-package
"dutch" "Dutch" "NL" t
"Dutch character mixfix input method.
-Caters for French and Turkish as well as Dutch.
+Caters for French and Dutch.
| | examples
------------+---------+----------
acute | \\=' | a\\=' -> á
grave | \\=` | a\\=` -> à
circumflex | ^ | a^ -> â
- Turkish | various | i/ -> ı s, -> ş g^ -> ğ I/ -> İ
- | | S, -> Ş G^ -> Ğ
------------+---------+----------
| prefix |
------------+---------+----------
("I^" ?Î) ;; LATIN CAPITAL LETTER I WITH CIRCUMFLEX
("O^" ?Ô) ;; LATIN CAPITAL LETTER O WITH CIRCUMFLEX
("U^" ?Û) ;; LATIN CAPITAL LETTER U WITH CIRCUMFLEX
- ;; “Follow the example of the Dutch POSIX locale, using ISO-8859-9 to
- ;; cater to the many Turks in Dutch society.” Perhaps German methods
- ;; should do so too. Follow turkish-alt-postfix here.
- ("i/" ?ı) ;; LATIN SMALL LETTER I WITH NO DOT
- ("s," ?ş) ;; LATIN SMALL LETTER S WITH CEDILLA
- ("g^" ?ğ) ;; LATIN SMALL LETTER G WITH BREVE
- ("I/" ?İ) ;; LATIN CAPITAL LETTER I WITH DOT ABOVE
- ("S," ?Ş) ;; LATIN CAPITAL LETTER S WITH CEDILLA
- ("G^" ?Ğ) ;; LATIN CAPITAL LETTER G WITH BREVE
)
;; Originally from Yudit, discussed with Albertas Agejevas