Just apply the patch below.

Thanks,
        Fionn
*** Funcs.py.orig       Fri Aug 17 21:56:51 2001
--- Funcs.py    Fri Aug 17 21:56:58 2001
***************
*** 18,23 ****
--- 18,30 ----
        ['<', '&lt;'],
        ['>', '&gt;'],
        ['"', '&quot;'],
+       ['d', '&auml;'],
+       ['D', '&Auml;'],
+       ['v', '&ouml;'],
+       ['V', '&Ouml;'],
+       ['|', '&uuml;'],
+       ['\', '&Uuml;'],
+       ['_', '&szlig;'],
  #     ['\n', '<br>']
  ]
  

Reply via email to