[reportlab-users] Small errors in reportlab code

Dirk Holtwick holtwick at spirito.de
Wed Jan 17 10:57:30 EST 2007


Hi,

I opened some reportlab files by using Eclipse (http://www.eclipse.org)
and the pyDev plugin (http://pydev.sourceforge.net) and found some
small errors everywhere in the code.

Hope this hint helps the developers of reportlab finding some small
errors easier?

BTW, wouldn't it be better to ignore useless Unicode and UTF-8 decoding
errors by using e.g.

s.decode('utf8','ignore')

instead of

s.decode('utf8')

?

Bye,
Yours Dirk




More information about the reportlab-users mailing list