[uim-commit] r819 - branches/composer/scm

yamaken at freedesktop.org yamaken at freedesktop.org
Wed Apr 6 03:44:55 PDT 2005


Author: yamaken
Date: 2005-04-06 03:44:52 -0700 (Wed, 06 Apr 2005)
New Revision: 819

Modified:
   branches/composer/scm/ng-japanese-romaji.scm
Log:
* scm/ng-japanese-romaji.scm
  - (ja-romaji-hepburn-irregular-double-consonant-guide-ruleset): Add
    transitional composition for "tch" sequence


Modified: branches/composer/scm/ng-japanese-romaji.scm
===================================================================
--- branches/composer/scm/ng-japanese-romaji.scm	2005-04-06 10:16:26 UTC (rev 818)
+++ branches/composer/scm/ng-japanese-romaji.scm	2005-04-06 10:44:52 UTC (rev 819)
@@ -585,7 +585,8 @@
 
 ;; Êѧ¥²» ÊÑ´¹Ãæɽ¼¨
 (define ja-romaji-hepburn-irregular-double-consonant-guide-ruleset
-  '((("t" "c")         (("¤Ã" "c") ("¥Ã" "c") ("Ž¯" "c")))))
+  '((("t" "c")         (("¤Ã" "c") ("¥Ã" "c") ("Ž¯" "c")))
+    (("t" "c" "h")     (("¤Ã" "c" "h") ("¥Ã" "c" "h") ("Ž¯" "c" "h")))))
 
 ;; Êѧ¥²»
 (define ja-romaji-hepburn-irregular-double-consonant-ruleset



More information about the Uim-commit mailing list