all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#20350: [PATCH] replace the letter "Ь" with "ѝ" in the phonetic bulgarian input methods
@ 2015-04-16 19:29 Ivan Radanov Ivanov
  2015-04-17  7:00 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Ivan Radanov Ivanov @ 2015-04-16 19:29 UTC (permalink / raw)
  To: 20350; +Cc: Ivan Radanov Ivanov

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






^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-18  8:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 19:29 bug#20350: [PATCH] replace the letter "Ь" with "ѝ" in the phonetic bulgarian input methods Ivan Radanov Ivanov
2015-04-17  7:00 ` Eli Zaretskii
2015-04-17 10:45   ` bug#20350: [PATCH v2] replace the letter "Ь" with "ѝ" in the Bulgarian " Ivan Radanov Ivanov
2015-04-18  8:05     ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.