Fix bug #11209 with case conversion of u+0178.

lisp/international/characters.el: Add set-case-syntax-pair call for
 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
 counterpart.
This commit is contained in:
Eli Zaretskii 2012-04-09 20:28:36 +03:00
parent 9f847f4172
commit 3f1b5bf861
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,9 @@
2012-04-09 Eli Zaretskii <eliz@gnu.org>
* international/characters.el: Add set-case-syntax-pair call for
LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
counterpart. (Bug#11209)
* simple.el (shell-command-on-region): Doc fix. (Bug#11208)
2012-04-09 Glenn Morris <rgm@gnu.org>

View file

@ -575,6 +575,7 @@ with L, LRE, or LRO Unicode bidi character type.")
(set-case-syntax-pair from (1+ from) tbl)
(setq from (+ from 2))))))
(set-case-syntax-pair #x178 #x0ff tbl)
(set-case-syntax-pair #x189 #x256 tbl)
(set-case-syntax-pair #x18A #x257 tbl)