Thanks for reply.

But what should i do with names of fields ?
Replace unicode characters with some English ?
I really want to keep unicode characters for names of fields, because
it is easy to manage without any replacement.

On Dec 23, 5:51 pm, Bill Freeman <ke1g...@gmail.com> wrote:
> I think that you need to pass the label as the "label" argument to
> forms.CharField:
>
>    field = forms.CharField(label="Ø")
>
> or:
>
>    field = forms.CharField(label=smart_unicode("Ø"))

--

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


Reply via email to