Comment #1 on issue 257 by limodou: Better support in the console Python http://code.google.com/p/ulipad/issues/detail?id=257
because ulipad using popen-like teck to catch the output, so ulipad will not know the encoding of the output. You'd better output the text in local encoding but not unicode.
