google-code-export / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

Better support in the console Python #257

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
I use the latest release of Ulipad on a Mac. I have problem in the Python 
console when the script output contains non-ASCII characters.

For example, print "Accentué" will produce "Accentu√©" in the Python 
console.

Is this a missing feature or is there something to change in the preferences ?

Christophe.

Original issue reported on code.google.com by projet...@gmail.com on 2 Aug 2010 at 11:05

GoogleCodeExporter commented 9 years ago
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.

Original comment by limo...@gmail.com on 2 Aug 2010 at 11:11

GoogleCodeExporter commented 9 years ago
Thanks.

Original comment by projet...@gmail.com on 5 Aug 2010 at 5:14