[reportlab-users] Possible String/Unicode bug in reportlab. Where do I report it?

Andy Robinson andy at reportlab.com
Mon Jun 22 06:21:20 EDT 2009


2009/6/20 Chris Bergstresser <chris at subtlety.com>:

>  obviously, this fails because aColor is Unicode.  (For that matter,

> toColor only accepts binary strings as well). I cannot, for the life

> of me, fathom *why*.


Because Python didn't have Unicode strings when we wrote that code,
and you're the first person to report the issue!

It's fixed now. We try now to accept either unicode or 8-bit strings
in most places.

--
Andy


More information about the reportlab-users mailing list