From: Philip Jenvey Date: Tue, 15 Jan 2013 21:24:12 +0000 (-0800) Subject: thinko X-Git-Tag: v3.4.0a1~1598 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=215c49a509cfb71176e2c936d29a095fd7db0e8b;p=python thinko --- diff --git a/Python/fileutils.c b/Python/fileutils.c index 9c0833e003..3c04e4969e 100644 --- a/Python/fileutils.c +++ b/Python/fileutils.c @@ -60,7 +60,7 @@ extern int _Py_normalize_encoding(const char *, char *, size_t); workaround is also enabled on error, for example if getting the locale failed. - Values of locale_is_ascii: + Values of force_ascii: 1: the workaround is used: _Py_wchar2char() uses encode_ascii_surrogateescape() and _Py_char2wchar() uses