--- /usr/lib/python2.3/site-packages/PyPlucker/TextParser.py.orig	2004-12-20 15:42:57.000000000 -0600
+++ /usr/lib/python2.3/site-packages/PyPlucker/TextParser.py	2005-03-16 21:45:56.000000000 -0600
@@ -353,7 +353,7 @@
             else:
                 #self._add_unicode_char(val, "&#%d;" % val)
                 # Not in a "self", so can't add the unicode properly.
-                content="&#%d" % val
+                content="&#%d" % n
         except ValueError:
             #content = "?"
             # might as well pass it through.  no worse than a "?"
