python - Configure IDLE to use Unicode -
how create idle utilize utf-8 default encoding python files ?
there no "encoding" alternative in idle settings.
just set special comment line @ origin of python file:
# -*- coding: utf8 -*-
python unicode python-idle
No comments:
Post a Comment