This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author suzuki_hisao
Recipients
Date 2003-01-21.08:36:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
On Windows, some default encodings are not
provided by Python (e.g. "cp932" in Japanese
locale), while they are always available as "mbcs"
in each locale.  This patch ensures them usable in
a very efficient way by aliasing them to "mbcs" in
such a case.

Note that IDLE does not start up on Windows unless
the default encoding is provided.  The patch makes
IDLE operable all over the (Windows) world ;-).
History
Date User Action Args
2007-08-23 15:20:00adminlinkissue671666 messages
2007-08-23 15:20:00admincreate