Em Wednesday 16 January 2008 08:03:18 Glauco escreveu: > > Tg cannot do confusion between name and label...
I didn't get what you meant here. > Diez, i think the label field must be sent as unicode : > > TextField(label=u"Ich spreche kein chinesisch") Not in this case because there's no character outside of ASCII on this string. But if there were *and* you were using Unicode encoding on your python file *and* to display things on the browser then it should. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

