Revision: 6563
Author: ek.kato
Date: Thu Jul 22 19:26:26 2010
Log: * scm/anthy-utf8.scm (anthy-utf8-get-commit-string) : Bug fix.

http://code.google.com/p/uim/source/detail?r=6563

Modified:
 /trunk/scm/anthy-utf8.scm

=======================================
--- /trunk/scm/anthy-utf8.scm   Wed Jul 21 01:35:01 2010
+++ /trunk/scm/anthy-utf8.scm   Thu Jul 22 19:26:26 2010
@@ -1569,8 +1569,9 @@
                                  anthy-candidate-type-halfwidth-alnum)
                               (anthy-utf8-lib-get-nth-candidate
                                ac-id seg-idx cand-idx)
-                              (anthy-utf8-get-raw-candidate
-                               ac ac-id seg-idx cand-idx)))
+                              (anthy-utf8-lib-eucjp-to-utf8
+                                 (anthy-utf8-get-raw-candidate
+                                   ac ac-id seg-idx cand-idx))))
                         (iota (ustr-length segments))
                         (ustr-whole-seq segments)))))

Reply via email to