aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Henoch2008-09-11 20:20:14 +0000
committerMagnus Henoch2008-09-11 20:20:14 +0000
commit5720659f1a84d3ee1bb23294ad4bc06332293927 (patch)
tree3b20e7ad82585e05e3f0c6863a94a3d643b62cd5
parent273fb2e478076b2b9d589a1b11ee4842bf587f99 (diff)
downloademacs-5720659f1a84d3ee1bb23294ad4bc06332293927.tar.gz
emacs-5720659f1a84d3ee1bb23294ad4bc06332293927.zip
* quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G with upturn.
-rw-r--r--leim/ChangeLog5
-rw-r--r--leim/quail/cyrillic.el5
2 files changed, 9 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 7a7f76986dd..8629716be3c 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,8 @@
12008-09-11 Magnus Henoch <mange@freemail.hu>
2
3 * quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G
4 with upturn.
5
12008-09-05 Chong Yidong <cyd@stupidchicken.com> 62008-09-05 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * Version 22.3 released. 8 * Version 22.3 released.
diff --git a/leim/quail/cyrillic.el b/leim/quail/cyrillic.el
index 1fdb6c98bd1..2f719d1f5da 100644
--- a/leim/quail/cyrillic.el
+++ b/leim/quail/cyrillic.el
@@ -1015,7 +1015,8 @@ are included. Should handle most cases. However:
1015Russian alphabet: a b v=w g d e yo=jo zh z i j=j' k l m n o p r s t 1015Russian alphabet: a b v=w g d e yo=jo zh z i j=j' k l m n o p r s t
1016u f h=kh=x c ch sh shch=sj=/s=/sht ~ y ' e' yu=ju ya=ja=q 1016u f h=kh=x c ch sh shch=sj=/s=/sht ~ y ' e' yu=ju ya=ja=q
1017 1017
1018Also included are Ukrainian ,Lt(B (YE) = \"/e\" and ,Lw(B (YI) = \"yi\", 1018Also included are Ukrainian ,Lt(B (YE) = \"/e\", ,Lw(B (YI) = \"yi\",
1019$,1)Q(B (GHE WITH UPTURN) = \"g'\",
1019Belarusian ,L~(B (SHORT U) = \"u'\", 1020Belarusian ,L~(B (SHORT U) = \"u'\",
1020Serbo-Croatian ,Lr(B (DJE) = \"/d\", ,L{(B (CHJE)= \"/ch\", 1021Serbo-Croatian ,Lr(B (DJE) = \"/d\", ,L{(B (CHJE)= \"/ch\",
1021Macedonian ,Ls(B (GJE) = \"/g\", ,Lu(B (DZE) = \"/s\", ,L|(B (KJE) = \"/k\", 1022Macedonian ,Ls(B (GJE) = \"/g\", ,Lu(B (DZE) = \"/s\", ,L|(B (KJE) = \"/k\",
@@ -1056,10 +1057,12 @@ cyrillic ,Lv(B (I DECIMAL) = \"/i\", ,Lx(B (JE) = \"/j\",
1056 ("Ya" ?,LO(B) ("YA" ?,LO(B) ("Ja" ?,LO(B) ("JA" ?,LO(B) ("Q" ?,LO(B) 1057 ("Ya" ?,LO(B) ("YA" ?,LO(B) ("Ja" ?,LO(B) ("JA" ?,LO(B) ("Q" ?,LO(B)
1057 1058
1058 ("/e" ?,Lt(B) ("yi" ?,Lw(B) ("u'" ?,L~(B) 1059 ("/e" ?,Lt(B) ("yi" ?,Lw(B) ("u'" ?,L~(B)
1060 ("g'" ?$,1)Q(B)
1059 ("/d" ?,Lr(B) ("/ch" ?,L{(B) 1061 ("/d" ?,Lr(B) ("/ch" ?,L{(B)
1060 ("/g" ?,Ls(B) ("/s" ?,Lu(B) ("/k" ?,L|(B) 1062 ("/g" ?,Ls(B) ("/s" ?,Lu(B) ("/k" ?,L|(B)
1061 ("/i" ?,Lv(B) ("/j" ?,Lx(B) ("/l" ?,Ly(B) ("/n" ?,Lz(B) ("/z" ?,L(B) 1063 ("/i" ?,Lv(B) ("/j" ?,Lx(B) ("/l" ?,Ly(B) ("/n" ?,Lz(B) ("/z" ?,L(B)
1062 ("/E" ?,L$(B) ("YE" ?,L$(B) ("Yi" ?,L'(B) ("YI" ?,L'(B) ("U'" ?,L.(B) 1064 ("/E" ?,L$(B) ("YE" ?,L$(B) ("Yi" ?,L'(B) ("YI" ?,L'(B) ("U'" ?,L.(B)
1065 ("G'" ?$,1)P(B)
1063 ("/D" ?,L"(B) ("/Ch" ?,L+(B) ("/CH" ?,L+(B) 1066 ("/D" ?,L"(B) ("/Ch" ?,L+(B) ("/CH" ?,L+(B)
1064 ("/G" ?,L#(B) ("/S" ?,L%(B) ("/K" ?,L,(B) 1067 ("/G" ?,L#(B) ("/S" ?,L%(B) ("/K" ?,L,(B)
1065 ("/I" ?,L&(B) ("/J" ?,L((B) ("/L" ?,L)(B) ("/N" ?,L*(B) ("/Z" ?,L/(B) 1068 ("/I" ?,L&(B) ("/J" ?,L((B) ("/L" ?,L)(B) ("/N" ?,L*(B) ("/Z" ?,L/(B)