Hi, I updated Django to version 1.5.1 and now everything is OK. Thank you
Em segunda-feira, 6 de maio de 2013 22h35min45s UTC-3, Rodolfo escreveu: > Hi, > > I get an > "UnicodeEncodeError 'ascii' codec can't encode character '\xe3' in > position 1: ordinal not in range(128)" > > with the html fragment: > > <input name="test" value="São *Paulo*" type="submit"> > To solve this problem, I changed the module > "Python32\Lib\urllib\parse.py", line 80 > > _implicit_encoding = 'ascii' > > to > > _implicit_encoding = 'utf-8' > > > > Is this the best solution? > > > > Thank you > > > > Rodolfo > > Django version: 1.5a1 > Python version: 3.2.3 > > > > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

