bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20350: [PATCH] replace the letter "Ь" with "ѝ" in the phonetic bulga


From: Ivan Radanov Ivanov
Subject: bug#20350: [PATCH] replace the letter "Ь" with "ѝ" in the phonetic bulgarian input methods
Date: Thu, 16 Apr 2015 22:29:29 +0300

There is no valid usage of the capital letter "Ь" in the modern
Bulgarian language, replace it with "ѝ" as other keyboard layouts do.
---
 lisp/leim/quail/cyrillic.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/leim/quail/cyrillic.el b/lisp/leim/quail/cyrillic.el
index a2983a3..c25a9c6 100644
--- a/lisp/leim/quail/cyrillic.el
+++ b/lisp/leim/quail/cyrillic.el
@@ -1364,7 +1364,7 @@ The letters Ч, Ш, Щ and Ю are not affected by Caps Lock."
  ("{" ?Ш)
  ("}" ?Щ)
  ("Y" ?Ъ)
- ("X" ?Ь)
+ ("X" ?ѝ)
  ("|" ?Ю)
  ("Q" ?Я)
  ("a" ?а)
@@ -1448,7 +1448,7 @@ keys as being transformed into ( and ) respectively.  For 
( and ), use
  ("[" ?ц) ("{" ?Ц)
  ("]" ?\;) ("}" ?§)
 
- ("a" ?ь) ("A" ?Ь)
+ ("a" ?ь) ("A" ?ѝ)
  ("s" ?я) ("S" ?Я)
  ("d" ?а) ("D" ?А)
  ("f" ?о) ("F" ?О)
-- 
2.1.4






reply via email to

[Prev in Thread] Current Thread [Next in Thread]