[reportlab-users] Reportlab problem displaying japanese characters in a table

Andy Robinson andy at reportlab.com
Mon Jun 15 12:38:13 EDT 2009


2009/6/15 Paul Barrass <paul.barrass at safeonlinebilling.com>:

> Something I noticed with Andy's query function:

>

> def query(conn, sql_statement):

>  cur = conn.cursor()

>  cur.execute(sql_statement)

>

> is there's no way to pass parameters


I normally have a '*args' argument for this reason, but guessed the
poster was fairly new to Python so wanted to keep it simple.

- Andy


More information about the reportlab-users mailing list