Monday, February 7, 2011

Jython or Python?

I like Jython.

It supports unicode. Python does not support it well by default until Python3.

However, I still would prefer if we have Jython support for Python 3.

C:\>cd jython2.5.1
jython.bat

c = '斌'
c
'\xe6\x96\x8c'
print (c)




It is working!!

No comments: