Sorry if this is a stupid question, but why do forms output HTML as unicode strings? Is this arbitrary or is there some grand convention we are all supposed to be following? I'm adding bits and pieces to newforms for my application and am wondering if I should follow this convention. If I construct a page with newforms objects together with my objects (which dont produce unicode) writing the HTML to a StringIO object and dumping it out at the end, I don't see unicode. I'm confused.
Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

