GNU bug report logs - #20350
[PATCH] replace the letter "Ь" with "ѝ" in the phonetic bulgarian input methods

Previous Next

Package: emacs;

Reported by: Ivan Radanov Ivanov <ivanradanov <at> yahoo.co.uk>

Date: Thu, 16 Apr 2015 19:37:01 UTC

Severity: minor

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ivan Radanov Ivanov <ivanradanov <at> yahoo.co.uk>
To: bug-gnu-emacs <at> gnu.org
Cc: Ivan Radanov Ivanov <ivanradanov <at> yahoo.co.uk>
Subject: [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





This bug report was last modified 10 years and 95 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.