> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 19: > ordinal not in range(128) > > I've had this message many times (Russian has many unicode symbols). try: <span py:replace="u'%s'%form(**form_params)"/> instead of: <span py:replace="form(**form_params)"/>
Maxim. -- 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.

