emacs-devel
[Top][All Lists]
Advanced

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

Re: Add Ukrainian G to cyrillic-translit?


From: Magnus Henoch
Subject: Re: Add Ukrainian G to cyrillic-translit?
Date: Wed, 10 Sep 2008 20:22:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix)

Ted Zlatanov <address@hidden> writes:

> In trunk, cyrillic-translit has been modified quite a bit from the
> EMACS_22_BASE version, so your patch is not accurate there.  Can you
> take a look and compare, to be safe?

Oops, what I thought was the 22 version of cyrillic.el was actually
another copy of the trunk version...  The actual patch for the branch
would be the one below.

Magnus

--- cyrillic.el.~1.29.2.3.~     2008-07-02 13:43:45.000000000 +0200
+++ cyrillic.el 2008-09-10 20:19:54.000000000 +0200
@@ -1015,7 +1015,8 @@
 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 ' e' yu=ju ya=ja=q
 
-Also included are Ukrainian є (YE) = \"/e\" and ї (YI) = \"yi\",
+Also included are Ukrainian є (YE) = \"/e\", ї (YI) = \"yi\",
+ґ (GHE WITH UPTURN) = \"g'\",
 Belarusian ў (SHORT U) = \"u'\",
 Serbo-Croatian ђ (DJE) = \"/d\", ћ (CHJE)= \"/ch\",
 Macedonian ѓ (GJE) = \"/g\", ѕ (DZE) = \"/s\", ќ (KJE) = \"/k\",
@@ -1056,10 +1057,12 @@
  ("Ya" ?Я) ("YA" ?Я) ("Ja" ?Я) ("JA" ?Я) ("Q" ?Я)
 
  ("/e" ?є) ("yi" ?ї) ("u'" ?ў)
+ ("g'" ?ґ)
  ("/d" ?ђ) ("/ch" ?ћ)
  ("/g" ?ѓ) ("/s" ?ѕ) ("/k" ?ќ)
  ("/i" ?і) ("/j" ?ј) ("/l" ?љ) ("/n" ?њ) ("/z" ?џ)
  ("/E" ?Є) ("YE" ?Є) ("Yi" ?Ї) ("YI" ?Ї) ("U'" ?Ў)
+ ("G'" ?Ґ)
  ("/D" ?Ђ) ("/Ch" ?Ћ) ("/CH" ?Ћ)
  ("/G" ?Ѓ) ("/S" ?Ѕ) ("/K" ?Ќ)
  ("/I" ?І) ("/J" ?Ј) ("/L" ?Љ) ("/N" ?Њ) ("/Z" ?Џ)







reply via email to

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