Message175200
| Author |
vstinner |
| Recipients |
ezio.melotti, serhiy.storchaka, vstinner |
| Date |
2012年11月08日.22:52:12 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1352415134.41.0.932872803675.issue16444@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Attached patch changes how support.TESTFN_UNDECODABLE is computed on UNIX: use the filesystem encoding in *strict* mode, not using the surrogateescape error handler.
So we can use support.TESTFN_UNDECODABLE to check if a function uses correctly the surrogateescape error handler and/or check if it behaves correctly with non-ASCII characters.
The patch uses also support.TESTFN_UNDECODABLE (only on UNIX) in test_cmd_line_script.test_non_ascii() to also check that the fix for #16218 works with UTF-8 locale encoding.
Please test the patch on UNIX, Windows and Mac OS X.
We may also use support.TESTFN_UNDECODABLE in test_cmd_line_script.test_non_ascii() on Windows, I will check.
Windows has some strange behaviour with undecodable characters: some of them are replaced a character with a similar glyph. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年11月08日 22:52:14 | vstinner | set | recipients:
+ vstinner, ezio.melotti, serhiy.storchaka |
| 2012年11月08日 22:52:14 | vstinner | set | messageid: <1352415134.41.0.932872803675.issue16444@psf.upfronthosting.co.za> |
| 2012年11月08日 22:52:14 | vstinner | link | issue16444 messages |
| 2012年11月08日 22:52:14 | vstinner | create |
|