clooj
clooj copied to clipboard
win8 Cann't input chinese word
dose clooj support UTF-8 ? Why can not I input chinese word?
Clooj supports UTF-8, but some fonts not. I have tired to input this (茶) in clooj. It works
I input some code in repl in: (println "茶"),then run it ,but nothing happened in repl out
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
I had tried, it works ok
clooj.repl.remote=> (println "中文is ok")
中文is ok