Hey Climbus,

Yeah, I'm having the same problem sometimes. The problem lies in the
Myghty templating engine's crummy support for unicode. Unfortunately, I
looked into it a bit, and it looks like there aren't really any
templating engines with good unicode support.

It looks like Myghty developers are aware of the problem and are
working to fix it, though. See these links:
http://news.gmane.org/group/gmane.comp.web.myghty.user/last=/force_load=t
(look under the "Dealing with Unicode in Myghty" thread)
http://www.myghty.org/trac/wiki/ProposedUnicodeEnhancements

Unfortunately, these improvements haven't been implemented yet. In the
meantime, I don't know how to deal with this issue other than to
explicitly fudge the output into ascii using
u'example'.encode('ascii','replace') or something similar.

Does anyone have any experience with / solutions for this problem?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to