Walter Cruz schrieb:
> # -*- coding: utf-8 -*-
> [...]
> class UsuarioToscaForm(TableForm):
>     class fields(WidgetsList):
>         id = HiddenField(default=0)
>         matricula = TextField(label_text = u'Matr�cula', validator =
> [...]

According to the encoding declaration your source code is saved as UTF-8
and according to the mail headers your mail was also encoded in UTF-8.
Why is it then that the non-ascii characters don't display properly? Are
you sure that your source code was really saved in UTF-8 endcoding?

Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to