Charset (hopefully for the last time I ask)

Gandalf goldnery at gmail.com
Thu Jun 12 22:40:35 EDT 2008


OK it did worked!

I just should have been encoding to cp1255

 search=cnrl.GetValue()
        search= search.encode("cp1255")
        cur.execute('select * from hebrew_words where word like ?',
['%'+search+'%'])


Thank you!

you are the best



More information about the Python-list mailing list