Do not convert ij and IJ to compatibility chars

* lisp/leim/quail/latin-alt.el: Omit lines for ij and IJ in Dutch.
Problem reported by James Cloos (Bug#518#10).
This commit is contained in:
Paul Eggert 2017-07-14 06:19:39 -07:00
parent 3bdf5b2149
commit 1e09f8d379
2 changed files with 3 additions and 3 deletions

View file

@ -360,6 +360,9 @@ variable of this kind to swap modifiers in Emacs.
---
** The 'dutch' input method no longer attempts to support Turkish too.
Also, it no longer converts 'IJ' and 'ij' to the compatibility
characters U+0132 LATIN CAPITAL LIGATURE IJ and U+0133 LATIN SMALL
LIGATURE IJ.
+++
** File name quoting by adding the prefix "/:" is now possible for the

View file

@ -1174,9 +1174,6 @@ Doubling the postfix separates the letter and postfix: e.g. a\\='\\=' -> a\\='
(quail-define-rules
("fl." ) ;; LATIN SMALL LETTER F WITH HOOK (florin currency symbol)
("eur." ?€) ;; EURO SIGN
;; “The 25th letter of the Dutch alphabet.”
("ij" ) ;; LATIN SMALL LIGATURE IJ
("IJ" ) ;; LATIN CAPITAL LIGATURE IJ
;; “Trema on the second letter of vowel pair.” Yudit uses `:', not `"'.
("\"a" ) ;; LATIN SMALL LETTER A WITH DIAERESIS
("\"e" ) ;; LATIN SMALL LETTER E WITH DIAERESIS