summaryrefslogtreecommitdiff
path: root/lisp/leim
diff options
context:
space:
mode:
authorIvan Radanov Ivanov <ivanradanov@yahoo.co.uk>2015-04-18 11:01:36 +0300
committerEli Zaretskii <eliz@gnu.org>2015-04-18 11:01:36 +0300
commita0ef1017b87b25ebde9d31d8e4036ef3386fcd85 (patch)
treeca3649e20bdd0dc6d368bb3beb815708f60d6409 /lisp/leim
parentc05d1f047b3fd14df2169e41abc7c554704c2804 (diff)
downloademacs-a0ef1017b87b25ebde9d31d8e4036ef3386fcd85.tar.gz
Minor improvements in Bulgarian input methods
* lisp/leim/quail/cyrillic.el (bulgarian-phonetic, bulgarian-bds): Replace U+042C with U+045D, as the former character is not used in the modern Bulgarian language. Fixes: Bug#20350 Copyright-paperwork-exempt: yes
Diffstat (limited to 'lisp/leim')
-rw-r--r--lisp/leim/quail/cyrillic.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/leim/quail/cyrillic.el b/lisp/leim/quail/cyrillic.el
index a2983a30a3b..08d53ea721c 100644
--- a/lisp/leim/quail/cyrillic.el
+++ b/lisp/leim/quail/cyrillic.el
@@ -1332,7 +1332,7 @@ The letters Ч, Ш, Щ and Ю are not affected by Caps Lock."
;; Ч
;; Я В Е Р Т Ъ У И О П Ш Щ
;; А С Д Ф Г Х Й К Л Ю
-;; З Ь Ц Ж Б Н М
+;; З ьѝ Ц Ж Б Н М
(quail-define-rules
("/&" ?§)
@@ -1364,7 +1364,7 @@ The letters Ч, Ш, Щ and Ю are not affected by Caps Lock."
("{" ?Ш)
("}" ?Щ)
("Y" ?Ъ)
- ("X" ?Ь)
+ ("X" ?ѝ)
("|" ?Ю)
("Q" ?Я)
("a" ?а)
@@ -1417,7 +1417,7 @@ keys as being transformed into ( and ) respectively. For ( and ), use
;; () 1! 2? 3+ 4" 5% 6= 7: 8/ 9_ 0№ -I .V
;; ,ы У Е И Ш Щ К С Д З Ц ;§
-;; Ь Я А О Ж Г Т Н В М Ч 'Ы
+;; ьѝ Я А О Ж Г Т Н В М Ч 'Ы
;; Ю Й Ъ Э Ф Х П Р Л Б
(quail-define-rules
@@ -1448,7 +1448,7 @@ keys as being transformed into ( and ) respectively. For ( and ), use
("[" ?ц) ("{" ?Ц)
("]" ?\;) ("}" ?§)
- ("a" ?ь) ("A" ?Ь)
+ ("a" ?ь) ("A" ?ѝ)
("s" ?я) ("S" ?Я)
("d" ?а) ("D" ?А)
("f" ?о) ("F" ?О)