Hi guys,

I have my database and my application set up to the UTF-8 charset (my
settings file have an option DEFAULT_CHARSET = 'UTF-8'). I don't have
to pass verbose_names or help_texts as unicode strings, I didn't have
any problem with character encoding using the admin interface, but now
I want to use some custom forms and I want to use
newforms.form_for_model function to do it.

This function can work with the field names without problem, but it
can't work with help_text, I need to use unicode strings to
 it work, but this way I broke the fields verbose names. Shouldn't the
function work the same way to fields verbose_names and help_text?

I hope I could be meaningfull, thanks in advance.
Best regards,

Michel


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to