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 runtux
Recipients amaury.forgeotdarc, eric.araujo, runtux, tarek, techtonik, vstinner
Date 2011-07-07.12:51:31
SpamBayes Score 2.3393699e-05
Marked as misclassified No
Message-id <20110707125130.GA28059@runtux.com>
In-reply-to <1310035971.08.0.859345296489.issue10945@psf.upfronthosting.co.za>
Content
On Thu, Jul 07, 2011 at 10:52:51AM +0000, STINNER Victor wrote:
> 
> Can't you only work with Unicode and avoid the MBCS encoding?

I'm trying to build a windows binary package on Linux. This usually
works fine -- as long as the package description doesn't contain
unicode. If it *contains* unicode it will somehow internally use MBCS
encoding.
So if someone fixes windows binary package building on non-windows
platforms to not use MBCS encoding this is fine with me. But maybe the
easier way out here is to include that codec on all platforms.

(and don't tell me I have to install windows for building a windows
binary package :-)

Thanks, Ralf
-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  www:   http://www.runtux.com
Reichergasse 131, A-3411 Weidling       email: office@runtux.com
osAlliance member                       email: rsc@osalliance.com
History
Date User Action Args
2011-07-07 12:51:32runtuxsetrecipients: + runtux, amaury.forgeotdarc, vstinner, techtonik, tarek, eric.araujo
2011-07-07 12:51:32runtuxlinkissue10945 messages
2011-07-07 12:51:31runtuxcreate