[reportlab-users] Character Encoding

Uli Schrempp schrempp at syslab.com
Fri Apr 22 07:09:51 EDT 2005


Hi!

I'm trying to write an ISO 8859-7 (greek letters) string into a PDF like 
this:
	text = unicode(greek_letters, 'utf-8').encode('iso8859-7')
	myCanvas.setFont('helvetica', 16)
	myCanvas.drawCentred String( x, y, text)

But I get no greek letters written ...
What have I to improove?

Thanks for your help!
uli



More information about the reportlab-users mailing list