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 loewis
Recipients
Date 2005-08-06.11:56:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

Yes, UTF-8 is a multi-byte character set, but no, UTF-8 and
mbcs are not synonyms. See

http://docs.python.org/lib/standard-encodings.html

for the documentation. encodings.aliases.aliases is no
registration - it is an alias databse. So if somebody refers
to "dbcs", this will be aliased to "mbcs". That does not
mean "mbcs" needs to be supported - it only means "dbcs" is
not supported on Linux, either.

tactis was never part of a Python release, so its lack is
not a bug.

Closing this report as invalid.
History
Date User Action Args
2007-08-23 14:33:41adminlinkissue1251921 messages
2007-08-23 14:33:41admincreate