]> git.eshelyaron.com Git - emacs.git/commitdiff
Do not convert ij and IJ to compatibility chars
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Jul 2017 13:19:39 +0000 (06:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Jul 2017 13:20:44 +0000 (06:20 -0700)
* lisp/leim/quail/latin-alt.el: Omit lines for ij and IJ in Dutch.
Problem reported by James Cloos (Bug#518#10).

etc/NEWS
lisp/leim/quail/latin-alt.el

index 2034bcbf721502c986ad6ab5c6ad60586d63f613..dd6d5465d85595715f077f5ef4cd8a5ace455503 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
index 0a048742f4ca55164b777e69db0c2eda32baa043..cc721343c552e6d34dc7a84566ec196a263c5842 100644 (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" ?ij) ;; LATIN SMALL LIGATURE IJ
- ("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