From dffee46db6c0f932ddae300c72c43b7512ea4de2 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Thu, 26 Apr 2012 12:39:44 -0400 Subject: Fixed a bug in decoding data that contained a byte-order mark, such as data encoded in UTF-16LE. [bug=988980] --- TODO.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index c9f9baa..b8dbfd2 100644 --- a/TODO.txt +++ b/TODO.txt @@ -11,6 +11,11 @@ which worries me and has resulted in a number of bugs. markup_attr_map can be optimized since it's always a map now. +Upon encountering UTF-16LE data or some other uncommon serialization +of Unicode, UnicodeDammit will convert the data to Unicode, then +encode it at UTF-8. This is wasteful because it will just get decoded +back to Unicode. + CDATA ----- -- cgit v1.2.1