Yes, it's utf-, without bom. it's online http://waltercruz.com/tg/tosca_form.txt
I just can't understant why I can enter accented chars :( On 7/30/07, Christopher Arndt <[EMAIL PROTECTED]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---

