Changed the internals a lot for DOM, entity support, slight changes of API,
more (if not all) formating of function comments, started documentation, Daniel.
diff --git a/encoding.c b/encoding.c
index 02ff02a..7753419 100644
--- a/encoding.c
+++ b/encoding.c
@@ -77,7 +77,7 @@
     unsigned char* outstart= out;
     unsigned char* outend= out+outlen;
     unsigned char* inend= in+inlen;
-    unsigned char c, d;
+    unsigned char c;
 
     while (in < inend) {
         c= *in++;