[reportlab-users] Re: Ligatures & page count, merge cells in tables

Bogdan M. Maryniuck reportlab-users@reportlab.com
Thu, 3 Jun 2004 21:27:36 +0300


On Thu, Jun 03, 2004 at 06:15:30PM +0200, Henning von Bargen wrote:
> However, the results with the current algorithm are quite good,
> block justification is supported.

But not with Unicode non-ASCII symbols.

-- 
暮

import xmlrpclib
srv = xmlrpclib.Server('http://www.microsoft.com/')
for employee in srv.MainDepartment.personnel():srv.fireEmployee(employee)
                -- found in Python XML-RPC example