Are you using pyc to build an exe? If so, I don't think there is. Can
you not call sys.setdefaultencoding() at the start of your program,
from Python?
If not, you may need to look at the Python codecs library to manually
handle file encodings.
- Jeff
On Wed, Jan 9, 2013 at 3:04 AM, Peter Schwalm
Hello,
I have a problem concerning the default encoding in ironpython console
programs. In german windows editions there is a difference between the
codepage in gui programs und console programs. Console programs use OEM
encoding.
In the ironpython environment there happen implicit conversion