commit | 43c57785d3319249c03c3fa46c9df42a8ccd3e52 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun May 10 08:15:24 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun May 10 08:15:24 2009 +0000 |
tree | 199d57826897ac525b4057253a82aaaefcb6ef82 | |
parent | e0a2b72e61a474dceb948be57cb2983f70ab07fb [diff] [blame] |
Rename utf8b error handler to surrogateescape.
diff --git a/Modules/python.c b/Modules/python.c index 4c0a55b..13c6d5b 100644 --- a/Modules/python.c +++ b/Modules/python.c
@@ -42,7 +42,7 @@ return res; PyMem_Free(res); } - /* Conversion failed. Fall back to escaping with utf8b. */ + /* Conversion failed. Fall back to escaping with surrogateescape. */ #ifdef HAVE_MBRTOWC /* Try conversion with mbrtwoc (C99), and escape non-decodable bytes. */