diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-06-25 07:04:00 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-06-25 07:04:00 -0400 |
commit | fee5d1d8f62254939939eb97ac56d7c4f158e6cf (patch) | |
tree | da3fe37e5b5cf93c871ce1b2ec60cc7bfc2448a4 /NEWS.txt | |
parent | bc85e533729738de1100fabe23ddc71b41933a7a (diff) |
Fixed a crash in Unicode, Dammit's encoding detector when the name
of the encoding itself contained invalid bytes. [bug=1360913]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ * Improved docstring for encode_contents() and decode_contents(). [bug=1441543] +* Fixed a crash in Unicode, Dammit's encoding detector when the name + of the encoding itself contained invalid bytes. [bug=1360913] + = 4.3.2 (20131002) = * Fixed a bug in which short Unicode input was improperly encoded to |