[Patches] Unicode changes.

Mark Hammond mhammond@skippinet.com.au
Tue, 28 Mar 2000 13:41:15 +1000


> Question -- I imagine there might be a use for an MBCS codec outside
> the Windows platform.  How hard would it be to add one?

All it would require is a sys.platform style check in mbcs.py, and the
relevent #defines in unicodeobject.c.  Having 2 MBCS codecs on Windows would
probably cause problems :-)

Unless I misunderstand the question...

Mark.