[uim-commit] r570 - trunk/scm

tkng at freedesktop.org tkng at freedesktop.org
Sun Feb 6 08:38:33 PST 2005


Author: tkng
Date: 2005-02-06 08:38:30 -0800 (Sun, 06 Feb 2005)
New Revision: 570

Modified:
   trunk/scm/ipa.scm
Log:
* scm/ipa.scm: Replaced 'F' with proper character.Thanks to
  Denis Jacquerye <moyogo at gmail.com>


Modified: trunk/scm/ipa.scm
===================================================================
--- trunk/scm/ipa.scm	2005-02-06 16:07:49 UTC (rev 569)
+++ trunk/scm/ipa.scm	2005-02-06 16:38:30 UTC (rev 570)
@@ -77,7 +77,7 @@
 ((("D" )) ("ð"))
 ((("E" )) ("ɛ"))
 ((("E" "`" )) ("ɝ"))
-((("F" )) ("m"))
+((("F" )) ("ɱ"))
 ((("G" )) ("ɣ"))
 ((("G" "\\" )) ("ɢ"))
 ((("G" "\\" "_" ">" )) ("ʛ"))
@@ -216,7 +216,6 @@
 ((("}" )) ("ʉ"))
 ((("~" )) ("̃"))))
 
-
 (define ipa-init-handler
   (lambda (id im arg)
     (generic-context-new id im ipa-rule #f)))



More information about the Uim-commit mailing list