]> code.delx.au - gnu-emacs/commitdiff
(cyrillic-translit): Doc-string of the package
authorKenichi Handa <handa@m17n.org>
Tue, 5 Aug 1997 01:43:58 +0000 (01:43 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 5 Aug 1997 01:43:58 +0000 (01:43 +0000)
modified.  Several tranlation rules modified.

leim/quail/cyrillic.el

index 240fffebdf9f1a55767f43cb701afc0785d260f9..5fdf0594f044c901088740a2ade32752dc98d630 100644 (file)
@@ -733,7 +733,11 @@ Should handle most cases. However:
   \e,Lm\e(B (REVERSE ROUNDED E) = \"e'\" or \"e`\"
   \e,Le\e(B (KHA) when after \e,La\e(B (S) = \"x\" or \"kh\"
   \e,Lj\e(B (HARD SIGN) = \"~\", \e,LJ\e(B (CAPITAL HARD SIGN) = \"~~\",
-  \e,Ll\e(B (SOFT SIGN) = \"'\", \e,LL\e(B (CAPITAL SOFT SIGN) = \"''\".
+  \e,Ll\e(B (SOFT SIGN) = \"'\", \e,LL\e(B (CAPITAL SOFT SIGN) = \"''\",
+  \e,Lo\e(B (YA) = \"ya\", \"ja\" or \"q\".
+
+Russian alphabet: a b v=w g d e yo=jo zh z i j=j' k l m n o p r s t
+u f h=kh=x c ch sh shch=sj=\\s=\\sht ~ y ' yu=ju ya=ja=q
 
 Also included are Ukranian \e,Lt\e(B (YE) = \"\\e\" and \e,Lw\e(B (YI) = \"yi\", 
 Belorussian \e,L~\e(B (SHORT U) = \"u'\",
@@ -745,7 +749,7 @@ cyrillic \e,Lv\e(B (I DECIMAL) = \"\\i\", \e,Lx\e(B (JE) = \"\\j\",
 
 (quail-define-rules
  ("a" ?\e,LP\e(B)("b" ?\e,LQ\e(B) ("v" ?\e,LR\e(B) ("w" ?\e,LR\e(B) ("g" ?\e,LS\e(B) ("d" ?\e,LT\e(B) 
- ("e" ?\e,LU\e(B) ("je" ?\e,LU\e(B) ("je" ?\e,LU\e(B)
+ ("e" ?\e,LU\e(B) ("je" ?\e,LU\e(B) 
  ("yo" ?\e,Lq\e(B) ("jo" ?\e,Lq\e(B)
  ("zh" ?\e,LV\e(B) ("z" ?\e,LW\e(B) ("i" ?\e,LX\e(B) 
  ("j" ?\e,LY\e(B) ("j'" ?\e,LY\e(B) ("j`" ?\e,LY\e(B) ("k" ?\e,LZ\e(B) ("l" ?\e,L[\e(B)
@@ -753,13 +757,12 @@ cyrillic \e,Lv\e(B (I DECIMAL) = \"\\i\", \e,Lx\e(B (JE) = \"\\j\",
  ("f" ?\e,Ld\e(B) ("x" ?\e,Le\e(B) ("h" ?\e,Le\e(B) ("kh" ?\e,Le\e(B)
  ("c" ?\e,Lf\e(B) ("ch" ?\e,Lg\e(B)
  ("sh" ?\e,Lh\e(B) 
-; ("w" ?\e,Li\e(B) ("q" ?\e,Li\e(B) 
  ("shch" ?\e,Li\e(B) ("sj" ?\e,Li\e(B) 
  ("\\sht" ?\e,Li\e(B) ("\\t" ?\e,Li\e(B) 
  ("~" ?\e,Lj\e(B) ("y" ?\e,Lk\e(B) ("'" ?\e,Ll\e(B) ("`" ?\e,Ll\e(B) 
  ("e'" ?\e,Lm\e(B) ("e`" ?\e,Lm\e(B) ("@" ?\e,Lm\e(B) 
  ("yu" ?\e,Ln\e(B) ("ju" ?\e,Ln\e(B) 
- ("ya" ?\e,Lo\e(B) ("ja" ?\e,Lo\e(B)
+ ("ya" ?\e,Lo\e(B) ("ja" ?\e,Lo\e(B) ("q" ?\e,Lo\e(B)
 
  ("A" ?\e,L0\e(B) ("B" ?\e,L1\e(B) ("V" ?\e,L2\e(B) ("W" ?\e,L2\e(B) ("G" ?\e,L3\e(B) ("D" ?\e,L4\e(B) 
  ("E" ?\e,L5\e(B) ("Je" ?\e,L5\e(B) ("JE" ?\e,L5\e(B)
@@ -770,12 +773,11 @@ cyrillic \e,Lv\e(B (I DECIMAL) = \"\\i\", \e,Lx\e(B (JE) = \"\\j\",
  ("F" ?\e,LD\e(B) ("X" ?\e,LE\e(B) ("H" ?\e,LE\e(B) ("Kh" ?\e,LE\e(B) ("KH" ?\e,LE\e(B)
  ("C" ?\e,LF\e(B) ("Ch" ?\e,LG\e(B) ("CH" ?\e,LG\e(B) 
  ("Sh" ?\e,LH\e(B) ("SH" ?\e,LH\e(B) 
-; ("W" ?\e,LI\e(B) ("Q" ?\e,LI\e(B) 
  ("Shch" ?\e,LI\e(B) ("SHCH" ?\e,LI\e(B) ("Sj" ?\e,LI\e(B) ("SJ" ?\e,LI\e(B) 
  ("\\Sht" ?\e,LI\e(B) ("\\SHT" ?\e,LI\e(B) ("\\T" ?\e,LI\e(B) 
  ("~~" "\e,LJ\e(B") ("Y" ?\e,LK\e(B) ("''" "\e,LL\e(B") ("E'" ?\e,LM\e(B) ("E`" ?\e,LM\e(B) 
  ("Yu" ?\e,LN\e(B) ("YU" ?\e,LN\e(B) ("Ju" ?\e,LN\e(B) ("JU" ?\e,LN\e(B) 
- ("Ya" ?\e,LO\e(B) ("YA" ?\e,LO\e(B) ("Ja" ?\e,LO\e(B) ("JA" ?\e,LO\e(B) 
+ ("Ya" ?\e,LO\e(B) ("YA" ?\e,LO\e(B) ("Ja" ?\e,LO\e(B) ("JA" ?\e,LO\e(B) ("Q" ?\e,LO\e(B)
 
  ("\\e" ?\e,Lt\e(B) ("yi" ?\e,Lw\e(B) ("u'" ?\e,L~\e(B)
  ("\\d" ?\e,Lr\e(B) ("\\ch" ?\e,L{\e(B)