But iu have it set up for 'utf-8' as seen in this statement.

con = pymysql.connect( db = 'metrites', host = 'localhost', user = 
'me', passwd = 'somepass', charset='utf-8', init_command='SET NAMES UTF8' ) 

Yoiu mean i shoudl chnag eit to greek isoo= (iso-8859-7)

but then i store english names and greek names as well, so it has to be a utf-8.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to