I am seeing weird characters while using html text in python. Its just this one name which is inserting weird character ; into it.
My html text looks like this:
text="<font name=Helvetica color=white size=8>Name: </font><font name=Helvetica-Bold color=white size=8>%s </font>" % name
where name = 'A&B CDE F.' But the output is: 'Name: A&B; CDE F.'