Status: New
Owner: ----

New issue 243 by durand1: UliPad causes an error when executing a simple unicode print
http://code.google.com/p/ulipad/issues/detail?id=243

What steps will reproduce the problem?
1. print u"本"
2. Execute with the arrow in ulipad.

What is the expected output? What do you see instead?
I expect to see the kanji, instead I get this error:
"/usr/bin/python" -u "<some_filename>"
Traceback (most recent call last):
  File "<some_filename>", line 1, in <module>
    print u"本"
UnicodeEncodeError: 'ascii' codec can't encode character u'\u672c' in
position 0: ordinal not in range(128)

What version of the product are you using? On what operating system?
UliPad 4.1 in Fedora 13

It works if I use print "本" instead, which is weird :S
UliPad is a fantastic program, thanks a lot for making it! This is just a
minor bug so you don't need to fix it.

Reply via email to