clooj icon indicating copy to clipboard operation
clooj copied to clipboard

win8 Cann't input chinese word

Open mahengyang opened this issue 10 years ago • 4 comments

dose clooj support UTF-8 ? Why can not I input chinese word?

mahengyang avatar Jun 17 '14 08:06 mahengyang

Clooj supports UTF-8, but some fonts not. I have tired to input this (茶) in clooj. It works

alhimik45 avatar Jun 17 '14 11:06 alhimik45

I input some code in repl in: (println "茶"),then run it ,but nothing happened in repl out

mahengyang avatar Jun 18 '14 11:06 mahengyang

I foung and fixed bug. You can download source code from my fork or download compiled jar. If all is well I will pull request

alhimik45 avatar Jun 19 '14 04:06 alhimik45

I had tried, it works ok

clooj.repl.remote=> (println "中文is ok")
中文is ok

mahengyang avatar Jun 19 '14 05:06 mahengyang