summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 5 insertions, 0 deletions
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
-----