Re: encoding characters

2007-03-21 Thread Thinker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Valentina Marotto wrote: > > > The problem is about the insertion data into database. > > one of errors is: > > exceptions.UnicodeEncodeError: 'ascii' codec can't encode > characters in position 25-26: ordinal not in range(128) > >

encoding characters

2007-03-21 Thread Valentina Marotto
First: excuse me for my very little english! I have a problem, in my scripts python, with the encoding characters type àâäéèêëïîôöûùüç I use the twisted.web package. The problem is about the insertion data into database. one of errors is: exceptions.UnicodeEncodeError: 'ascii' c