diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-26 12:39:44 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-26 12:39:44 -0400 |
commit | 12f37383078c18a37968a8446961eff7a4e77e75 (patch) | |
tree | b1479338383f51fa0c32ba250ebdba4c261893d1 /TODO.txt | |
parent | c244fa5be5185a23addb98da68f937fd4be6f582 (diff) |
Fixed a bug in decoding data that contained a byte-order mark, such as data encoded in UTF-16LE. [bug=988980]
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ----- |