"viyyer" <[EMAIL PROTECTED]> writes: > hmm...curious.. why are the input from the forms are returned are > returned as string not unicode? > the type of parameters brought in from the form. >>>>type(data) > <'str'> > why is this so? how do I make my form return unicode string for the > forms.
Use UnicodeString as your validator. And use UTF-8 as the content-type of your pages. -- 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 -~----------~----~----~----~------~----~------~--~---

