Hi, Dan Conner wrote: > Is it a common approach to use a common function to convert any string > variables to unicode when building the context dict being sent to the > template? I suppose that's the most common one when not working with unicode. However you should check if your database system can be configured to use unicode. SQLAlchemy for example can do that for you.
Regards, Armin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs?hl=en -~----------~----~----~----~------~----~------~--~---
