[issue6832] Outputting unicode crushes when printing to file on Linux

Jerzy report at bugs.python.org
Thu Sep 3 14:01:33 CEST 2009


Jerzy <jerzyo at genesilico.pl> added the comment:

I know how to make it work. The question is why outputting to file makes 
it crush when outputting to terminal does not.

I have never seen "$program > file" behaving in a different way than 
"$program" in any other language

Jerzy Orlowski

Benjamin Peterson wrote:
> Benjamin Peterson <benjamin at python.org> added the comment:
>
> You have to use an encoding that's not ascii then.
>
> ----------
> nosy: +benjamin.peterson
> resolution:  -> works for me
> status: open -> closed
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue6832>
> _______________________________________
>
>
>
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6832>
_______________________________________


More information about the Python-bugs-list mailing list