Message138481
TODO: add more tests
CP_UTF8:
if self.vista_or_later:
tests.append(('\udc80', 'strict', None))
tests.append(('\udc80', 'ignore', b''))
tests.append(('\udc80', 'replace', b'\xef\xbf\xbd'))
else:
tests.append(('\udc80', 'strict', b'\xed\xb2\x80'))
cp1252:
('\u0141', 'strict', None),
('\u0141', 'ignore', b''),
('\u0141', 'replace', b'L'), |
|
Date |
User |
Action |
Args |
2011-06-16 23:52:09 | vstinner | set | recipients:
+ vstinner, loewis, amaury.forgeotdarc, ocean-city |
2011-06-16 23:52:09 | vstinner | set | messageid: <1308268329.75.0.259268639768.issue12281@psf.upfronthosting.co.za> |
2011-06-16 23:52:09 | vstinner | link | issue12281 messages |
2011-06-16 23:52:09 | vstinner | create | |
|