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 terry.reedy
Recipients Geraldo.Xexeo, THRlWiTi, Tomoki.Imai, alex.hartwig, asvetlov, benjamin.peterson, ezio.melotti, kbk, ned.deily, pradyunsg, r.david.murray, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-05-23.18:58:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400871484.2.0.377907597884.issue15809@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder if we should consider extracting the body of
        if isinstance(source, types.UnicodeType):
as a function, call it ufix_latin1; add one or more alterntives, ufix_utf8, ufix_locale, ufix_irdb(?); keep ufix_latin1 as default; but switch to an alternative according to an Idle command line switch (or environmental variable?)?
History
Date User Action Args
2014-05-23 18:58:04terry.reedysetrecipients: + terry.reedy, kbk, benjamin.peterson, ned.deily, ezio.melotti, roger.serwy, r.david.murray, asvetlov, THRlWiTi, Geraldo.Xexeo, serhiy.storchaka, alex.hartwig, pradyunsg, Tomoki.Imai
2014-05-23 18:58:04terry.reedysetmessageid: <1400871484.2.0.377907597884.issue15809@psf.upfronthosting.co.za>
2014-05-23 18:58:04terry.reedylinkissue15809 messages
2014-05-23 18:58:03terry.reedycreate