On Jul 19, 2006, at 10:58 AM, Sean McBride wrote: > Ok, so I guess the real question is, anybody have any experience > dealing with this issue in Myghty? I don't really want to change my > templating language at this stage. Or am I just screwed?
I've used unicode with Myghty in the past, though as was mentioned, I'm not sure how 'deep' the support lies. There's a branch of Myghty which has implemented the Unicode suggestions from the Myghty mail list. I'm not sure if its done yet though. I generally just used unicode, set the content-type of the response to utf-8, and ran it through str which seemed to work and it retained the characters ok. HTH, Ben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss -~----------~----~----~----~------~----~------~--~---
