-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
when used in a pipe sequence.
What is the best way to make this work when piping? Can I just tell it to use whatever encoding the shell/filesystem/whatever is using?
The suggestions I have seen thus far is to modify your site.py directly, or hardcoding the defaultencoding using this hack:
-- coding: utf-8 --
import sys
reload(sys)
sys.setdefaultencoding('utf-8')
print "åäö"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels