#3630: Newforms and accents don't like each others
-----------------------+----------------------------------------------------
Reporter:  Baptiste    |       Owner:  adrian         
  Status:  new         |   Component:  django.newforms
 Version:  SVN         |    Keywords:  accents        
   Stage:  Unreviewed  |   Has_patch:  0              
-----------------------+----------------------------------------------------
 "form" is a newform and "Article" is a model.
 {{{
 new_article = Article(text=form.clean_data['article'])
 }}}
 If the field article contains accents, they are replaced by "?" in the
 database (same thing if they are displayed with a view/template).
 Encoding of the page is utf8.
 
 That would be interesting to test if it is a newforms issue by trying to
 make an Article with accents in the admin of thenewforms-admin branche. I
 couldn't make it work (admin said I didn't have rights) to test by myself.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3630>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to