[reportlab-users] unicode filenames in Reportlab 2.2
Niki Spahiev
niki.spahiev at gmail.com
Thu Sep 25 09:25:16 EDT 2008
Hello!
Reportlab 2.2 can't handle Unicode filenames because it uses utf8str.
pdfdoc.py:217
filename = utf8str(filename)
f = open(filename, "wb")
IMHO this is a bug.
regards,
Niki Spahiev
More information about the reportlab-users
mailing list