update lua test case
authorPeng Wu <alexepico@gmail.com>
Mon, 16 Jul 2012 06:02:02 +0000 (14:02 +0800)
committerPeng Wu <alexepico@gmail.com>
Mon, 16 Jul 2012 06:02:02 +0000 (14:02 +0800)
lua/test.lua

index b16cc6b..582dbb0 100644 (file)
@@ -1,5 +1,11 @@
 print(ime.get_version())
 
+print(ime.int_to_hex_string(100, 6))
+
+str = ime.utf8_to_utf16("你好")
+str = ime.utf16_to_utf8(str)
+print(str)
+
 print(ime.trim_string("   Hello World!   "))
 
 print(ime.trim_string_right("   Hello World!   "))