diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-07-14 06:19:39 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-07-14 06:20:44 -0700 |
commit | 1e09f8d379ef3e37132189b2760c3d14920d0f96 (patch) | |
tree | 05bc471b4d6b4d0740c2062fbb466786ba22445c /lisp/leim/quail | |
parent | 3bdf5b21493828bb0e8c0c6b4559a89aade0357f (diff) | |
download | emacs-1e09f8d379ef3e37132189b2760c3d14920d0f96.tar.gz |
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).
Diffstat (limited to 'lisp/leim/quail')
-rw-r--r-- | lisp/leim/quail/latin-alt.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/leim/quail/latin-alt.el b/lisp/leim/quail/latin-alt.el index 0a048742f4c..cc721343c55 100644 --- a/lisp/leim/quail/latin-alt.el +++ b/lisp/leim/quail/latin-alt.el @@ -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 |