2011-04-23 リダイレクトするとエンコーディングがわからなくなる話 $ cat > t.py import sys print sys.stdout.encoding $ python t.py UTF-8 f$ python t.py > t.txt f$ cat t.txt None