summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-04-26 12:39:44 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-04-26 12:39:44 -0400
commit12f37383078c18a37968a8446961eff7a4e77e75 (patch)
treeb1479338383f51fa0c32ba250ebdba4c261893d1 /NEWS.txt
parentc244fa5be5185a23addb98da68f937fd4be6f582 (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 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 772b9fa..d39c6df 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -3,6 +3,9 @@
* Made encoding substitution in <meta> tags completely transparent (no
more %SOUP-ENCODING%).
+* Fixed a bug in decoding data that contained a byte-order mark, such
+ as data encoded in UTF-16LE. [bug=988980]
+
* Fixed a bug that made the HTMLParser treebuilder generate XML
definitions ending with two question marks instead of
one. [bug=984258]