Small cleanups, updates, Daniel
diff --git a/TODO b/TODO
index 7f4c144..ee328a8 100644
--- a/TODO
+++ b/TODO
@@ -6,9 +6,6 @@
 TODO:
 =====
 
-- If the internal encoding is not UTF8 saving to a given encoding doesn't
-  work => fix to force UTF8 encoding ...
-- problem when parsing hrefs with & with the HTML parser (IRC ac)
 - DOM needs
   xmlAttrPtr xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value)
   int xmlPruneProp(xmlNodePtr node, xmlAtttrPtr attr);
@@ -93,6 +90,10 @@
 Done:
 =====
 
+- problem when parsing hrefs with & with the HTML parser (IRC ac)
+- If the internal encoding is not UTF8 saving to a given encoding doesn't
+  work => fix to force UTF8 encoding ...
+  done, added documentation too
 - Add an ASCII I/O encoder (asciiToUTF8 and UTF8Toascii)
 - Issue warning when using non-absolute namespaces URI.
 - the html parser should add <head> and <body> if they don't exist