]> granicus.if.org Git - python/commit
#8271: the utf-8 decoder now outputs the correct number of U+FFFD characters when...
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Nov 2012 21:21:38 +0000 (23:21 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Nov 2012 21:21:38 +0000 (23:21 +0200)
commitf7ed5d111bbe30b36b2629a87d9fcc291de4aafb
treea492034add126dd4216104511a035b4c2d7d8253
parent55b5d5c9190fe59da1551edc51b2e27a2a84790e
#8271: the utf-8 decoder now outputs the correct number of U+FFFD  characters when used with the "replace" error handler on invalid utf-8 sequences.  Patch by Serhiy Storchaka, tests by Ezio Melotti.
Lib/test/test_unicode.py
Misc/NEWS
Objects/stringlib/codecs.h
Objects/unicodeobject.c