[uim-commit] r900 - trunk/scm

yamaken at freedesktop.org yamaken at freedesktop.org
Mon Jun 20 22:40:58 PDT 2005


Author: yamaken
Date: 2005-06-20 22:40:53 -0700 (Mon, 20 Jun 2005)
New Revision: 900

Modified:
   trunk/scm/util.scm
Log:
* scm/util.scm
  - (ucs-to-utf8-string): Fix lacking closing paren enbuged in r899


Modified: trunk/scm/util.scm
===================================================================
--- trunk/scm/util.scm	2005-06-20 20:39:35 UTC (rev 899)
+++ trunk/scm/util.scm	2005-06-21 05:40:53 UTC (rev 900)
@@ -685,4 +685,4 @@
 				   (bit-xor 255 (- (* 2 threshold) 1))))
 		     (cons (bit-or 128 (bit-and 63 to-be-split))
 			   (enc (/ to-be-split 64) (/ threshold 2))))))))
-      (string-append-map charcode->string (reverse utf-8))))
+      (string-append-map charcode->string (reverse utf-8)))))



More information about the uim-commit mailing list